#adeb2a
a balanced, electric green · warm · closest name: Green Yellow
At a glance
Every number on this page in one read: what #adeb2a 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 | #adeb2a |
| RGB | rgb(173, 235, 42) |
| HSL | hsl(79, 83%, 54%) |
| CMYK | cmyk(26%, 0%, 82%, 8%) |
| LAB | lab(86.2 -44.3 78.0) |
| LCH | lch(86.2 89.7 119.6) |
| OKLCH | oklch(0.866 0.213 127.1) |
| Decimal | 11397930 |
| Display P3 | color(display-p3 0.678 0.922 0.165) |
Copy-ready code
/* CSS */
color: #adeb2a;
background-color: #adeb2a;
/* Tailwind (arbitrary) */
class="text-[#adeb2a] bg-[#adeb2a]"
/* SCSS */
$brand: #adeb2a;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.165)
/* Android */
Color.parseColor("#adeb2a")
/* Flutter */
Color(0xFFADEB2A)
/* Python / OpenCV (BGR) */
(42, 235, 173)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. #adeb2a is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9FCF2;
--brand-100: #F3FAE6;
--brand-200: #E6F6C6;
--brand-300: #D7F598;
--brand-400: #C4F165;
--brand-500: #adeb2a;
--brand-600: #9FE015;
--brand-700: #84BA12;
--brand-800: #6A950E;
--brand-900: #4E6C0F;
--brand-950: #314309;
--brand: #adeb2a;
--brand-ink: #000000;
}Colors that work with #adeb2a
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 #adeb2a
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 | #682AEB | Directly opposite — maximum tension | |
| Analogous left | #EBC92A | Neighbour, quieter | |
| Analogous right | #4CEB2A | Neighbour, quieter | |
| Split-complement 1 | #2A4CEB | Contrast without the clash | |
| Split-complement 2 | #C92AEB | Contrast without the clash | |
| Triadic 1 | #2AADEB | Even thirds — balanced and loud | |
| Triadic 2 | #EB2AAD | Even thirds — balanced and loud | |
| Tetradic | #2AEBC9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#adeb2a text on a black background
contrast 14.69:1
#adeb2a text on a white background
contrast 1.43:1
CSS3 live lab
The quick brown fox
color: #adeb2a;
background-color: #adeb2a;
Glowing headline
text-shadow: 2px 2px 8px #adeb2a;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 42, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 235, 42, 0.45);
border: 3px solid #adeb2a; background: linear-gradient(135deg, #adeb2a, #2CEB2A);
Monochromatic scale
Palettes built from #adeb2a
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 4 away, with its history, psychology and brand usage.
#adeb2a in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#adeb2a, answered
What color is #adeb2a?
#adeb2a is a balanced electric green, closest to Green Yellow (ΔE2000 4.4). It sits at 79° on the hue wheel with 83% saturation and 54% lightness, which reads as warm.
What is the RGB value of #adeb2a?
rgb(173, 235, 42) — 173 red, 235 green and 42 blue out of 255, or 67.8% / 92.2% / 16.5% by channel.
Is #adeb2a a light or a dark color?
It is a light color. Relative luminance is 0.6847 and perceived brightness is 80%, so black text on it reaches 14.69:1.
Should I use black or white text on #adeb2a?
Black. It scores 14.69:1 against #adeb2a, versus 1.43:1 for white — AAA at any size.
What is the complementary color of #adeb2a?
#682AEB sits directly opposite on the wheel. Softer options are the split-complements #2A4CEB and #C92AEB, which give the same contrast with far less vibration.
What colors go well with #adeb2a?
For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #819B4B for secondary text, #3425F0 as an accent and #53750B for hover and pressed states. For a palette, the analogous pair #EBC92A and #4CEB2A stays calm, while #682AEB is the loudest partner.
What is #adeb2a in CMYK for printing?
cmyk(26%, 0%, 82%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #adeb2a warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBE22A; nudged cooler, #65ED28.