#2ade69
a balanced, vivid green · cool · closest name: Lime Green
At a glance
Every number on this page in one read: what #2ade69 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #2ade69 |
| RGB | rgb(42, 222, 105) |
| HSL | hsl(141, 73%, 52%) |
| CMYK | cmyk(81%, 0%, 53%, 13%) |
| LAB | lab(78.3 -67.5 44.9) |
| LCH | lch(78.3 81.1 146.4) |
| OKLCH | oklch(0.790 0.211 149.2) |
| Decimal | 2809449 |
| Display P3 | color(display-p3 0.165 0.871 0.412) |
Copy-ready code
/* CSS */
color: #2ade69;
background-color: #2ade69;
/* Tailwind (arbitrary) */
class="text-[#2ade69] bg-[#2ade69]"
/* SCSS */
$brand: #2ade69;
/* SwiftUI */
Color(red: 0.165, green: 0.871, blue: 0.412)
/* Android */
Color.parseColor("#2ade69")
/* Flutter */
Color(0xFF2ADE69)
/* Python / OpenCV (BGR) */
(105, 222, 42)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #2ade69 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCF6;
--brand-100: #E7F8ED;
--brand-200: #C8F3D7;
--brand-300: #9EF0BB;
--brand-400: #6DE898;
--brand-500: #3DE176;
--brand-600: #2ade69;
--brand-700: #1BB150;
--brand-800: #168D40;
--brand-900: #146631;
--brand-950: #0C401F;
--brand: #2ade69;
--brand-ink: #000000;
}Colors that work with #2ade69
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #2ade69
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DE2A9F | Directly opposite — maximum tension | |
| Analogous left | #45DE2A | Neighbour, quieter | |
| Analogous right | #2ADEC3 | Neighbour, quieter | |
| Split-complement 1 | #C32ADE | Contrast without the clash | |
| Split-complement 2 | #DE2A45 | Contrast without the clash | |
| Triadic 1 | #692ADE | Even thirds — balanced and loud | |
| Triadic 2 | #DE692A | Even thirds — balanced and loud | |
| Tetradic | #2A45DE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#2ade69 text on a black background
contrast 11.75:1
#2ade69 text on a white background
contrast 1.79:1
CSS3 live lab
The quick brown fox
color: #2ade69;
background-color: #2ade69;
Glowing headline
text-shadow: 2px 2px 8px #2ade69;
Soft neon halo
text-shadow: 0 0 14px rgba(42, 222, 105, 0.45);
box-shadow: 0 12px 32px -8px rgba(42, 222, 105, 0.45);
border: 3px solid #2ade69; background: linear-gradient(135deg, #2ade69, #2ADBDE);
Monochromatic scale
Palettes built from #2ade69
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Emerald (#50c878) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#2ade69 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#2ade69, answered
What color is #2ade69?
#2ade69 is a balanced vivid green, closest to Lime Green (ΔE2000 6.6). It sits at 141° on the hue wheel with 73% saturation and 52% lightness, which reads as cool.
What is the RGB value of #2ade69?
rgb(42, 222, 105) — 42 red, 222 green and 105 blue out of 255, or 16.5% / 87.1% / 41.2% by channel.
Is #2ade69 a light or a dark color?
It is a light color. Relative luminance is 0.5375 and perceived brightness is 69%, so black text on it reaches 11.75:1.
Should I use black or white text on #2ade69?
Black. It scores 11.75:1 against #2ade69, versus 1.79:1 for white — AAA at any size.
What is the complementary color of #2ade69?
#DE2A9F sits directly opposite on the wheel. Softer options are the split-complements #C32ADE and #DE2A45, which give the same contrast with far less vibration.
What colors go well with #2ade69?
For interface work: #F4FAF6 as the surface, #C0EDCF for borders, #4B9B67 for secondary text, #E325D0 as an accent and #116E32 for hover and pressed states. For a palette, the analogous pair #45DE2A and #2ADEC3 stays calm, while #DE2A9F is the loudest partner.
What is #2ade69 in CMYK for printing?
cmyk(81%, 0%, 53%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #2ade69 warm or cool?
Cool — it scores 71 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2DDE2A; nudged cooler, #28E1AC.