#abd02a
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #abd02a is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #abd02a |
| RGB | rgb(171, 208, 42) |
| HSL | hsl(73, 66%, 49%) |
| CMYK | cmyk(18%, 0%, 80%, 18%) |
| LAB | lab(78.4 -33.0 71.1) |
| LCH | lch(78.4 78.4 114.9) |
| OKLCH | oklch(0.803 0.183 122.2) |
| Decimal | 11259946 |
| Display P3 | color(display-p3 0.671 0.816 0.165) |
Copy-ready code
/* CSS */
color: #abd02a;
background-color: #abd02a;
/* Tailwind (arbitrary) */
class="text-[#abd02a] bg-[#abd02a]"
/* SCSS */
$brand: #abd02a;
/* SwiftUI */
Color(red: 0.671, green: 0.816, blue: 0.165)
/* Android */
Color.parseColor("#abd02a")
/* Flutter */
Color(0xFFABD02A)
/* Python / OpenCV (BGR) */
(42, 208, 171)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. #abd02a 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: #FAFBF3;
--brand-100: #F4F8E8;
--brand-200: #E9F1CA;
--brand-300: #DCECA2;
--brand-400: #CAE373;
--brand-500: #B8D944;
--brand-600: #abd02a;
--brand-700: #8BAA22;
--brand-800: #70881B;
--brand-900: #526318;
--brand-950: #333E0F;
--brand: #abd02a;
--brand-ink: #000000;
}Colors that work with #abd02a
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 #abd02a
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 | #4F2AD0 | Directly opposite — maximum tension | |
| Analogous left | #D0A22A | Neighbour, quieter | |
| Analogous right | #58D02A | Neighbour, quieter | |
| Split-complement 1 | #2A58D0 | Contrast without the clash | |
| Split-complement 2 | #A22AD0 | Contrast without the clash | |
| Triadic 1 | #2AABD0 | Even thirds — balanced and loud | |
| Triadic 2 | #D02AAB | Even thirds — balanced and loud | |
| Tetradic | #2AD0A2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abd02a text on a black background
contrast 11.79:1
#abd02a text on a white background
contrast 1.78:1
CSS3 live lab
The quick brown fox
color: #abd02a;
background-color: #abd02a;
Glowing headline
text-shadow: 2px 2px 8px #abd02a;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 208, 42, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 208, 42, 0.45);
border: 3px solid #abd02a; background: linear-gradient(135deg, #abd02a, #3CD02A);
Monochromatic scale
Palettes built from #abd02a
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: Spring Bud (#a7fc00) — ΔE2000 10.4 away, with its history, psychology and brand usage.
#abd02a 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.
#abd02a, answered
What color is #abd02a?
#abd02a is a balanced vivid green, closest to Yellow Green (ΔE2000 3.2). It sits at 73° on the hue wheel with 66% saturation and 49% lightness, which reads as warm.
What is the RGB value of #abd02a?
rgb(171, 208, 42) — 171 red, 208 green and 42 blue out of 255, or 67.1% / 81.6% / 16.5% by channel.
Is #abd02a a light or a dark color?
It is a light color. Relative luminance is 0.5394 and perceived brightness is 73%, so black text on it reaches 11.79:1.
Should I use black or white text on #abd02a?
Black. It scores 11.79:1 against #abd02a, versus 1.78:1 for white — AAA at any size.
What is the complementary color of #abd02a?
#4F2AD0 sits directly opposite on the wheel. Softer options are the split-complements #2A58D0 and #A22AD0, which give the same contrast with far less vibration.
What colors go well with #abd02a?
For interface work: #F9FAF4 as the surface, #E3EDC0 for borders, #899B4B for secondary text, #252AD5 as an accent and #576A15 for hover and pressed states. For a palette, the analogous pair #D0A22A and #58D02A stays calm, while #4F2AD0 is the loudest partner.
What is #abd02a in CMYK for printing?
cmyk(18%, 0%, 80%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abd02a warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D0B82A; nudged cooler, #6ED227.