Lime is one of the color families shipped with this release. Electric green-yellow — energy and freshness..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100lime-100#f7fee7Very light — section backgrounds, badges on light UI, tinted code blocks.
200lime-200#ecfccbLight — borders on light themes, dividers with personality, chip backgrounds.
300lime-300#d9f99dSoft — secondary borders, disabled states with color, placeholder decorations.
400lime-400#bef264Medium-light — icons on dark surfaces, decorative accents, chart lines.
500lime-500#a3e635The primary step — buttons, links, brand fills, key interactive elements.
600lime-600#84cc16Hover step — hover states for 500 elements, or primary on very light UIs.
700lime-700#65a30dActive step — pressed states, emphasized text on light tinted backgrounds.
800lime-800#4d7c0fDark — text on light palettes, headers in tinted sections, dark UI fills.
900lime-900#3f6212Very dark — deep section backgrounds, high-contrast text carriers.
950lime-950#365314Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-lime-500 text-white p-6 rounded-xl">Lime surface</div>
<p class="text-lime-600 dark:text-lime-400">Adaptive text</p>
<div class="border border-lime-200 dark:border-lime-800 bg-lime-50 dark:bg-lime-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ (approx.) want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/yellow|yellow · colors/emerald|emerald · colors/color-pairing|Pairing recipes