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

Shades#

Palette table#

ShadeClass fragmentValueBest role
50lime-50#f7fee7Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100lime-100#ecfccbVery light — section backgrounds, badges on light UI, tinted code blocks.
200lime-200#d9f99dLight — borders on light themes, dividers with personality, chip backgrounds.
300lime-300#bef264Soft — secondary borders, disabled states with color, placeholder decorations.
400lime-400#a3e635Medium-light — icons on dark surfaces, decorative accents, chart lines.
500lime-500#84cc16The primary step — buttons, links, brand fills, key interactive elements.
600lime-600#65a30dHover step — hover states for 500 elements, or primary on very light UIs.
700lime-700#4d7c0fActive step — pressed states, emphasized text on light tinted backgrounds.
800lime-800#3f6212Dark — text on light palettes, headers in tinted sections, dark UI fills.
900lime-900#365314Very dark — deep section backgrounds, high-contrast text carriers.
950lime-950#1a2e05Darkest — 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