#ade341
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #ade341 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 | #ade341 |
| RGB | rgb(173, 227, 65) |
| HSL | hsl(80, 74%, 57%) |
| CMYK | cmyk(24%, 0%, 71%, 11%) |
| LAB | lab(84.1 -39.8 69.3) |
| LCH | lch(84.1 79.9 119.9) |
| OKLCH | oklch(0.849 0.193 126.4) |
| Decimal | 11395905 |
| Display P3 | color(display-p3 0.678 0.890 0.255) |
Copy-ready code
/* CSS */
color: #ade341;
background-color: #ade341;
/* Tailwind (arbitrary) */
class="text-[#ade341] bg-[#ade341]"
/* SCSS */
$brand: #ade341;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.255)
/* Android */
Color.parseColor("#ade341")
/* Flutter */
Color(0xFFADE341)
/* Python / OpenCV (BGR) */
(65, 227, 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. #ade341 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: #F9FCF3;
--brand-100: #F3F9E7;
--brand-200: #E5F4C8;
--brand-300: #D5F19D;
--brand-400: #C0E96C;
--brand-500: #ade341;
--brand-600: #99D51F;
--brand-700: #7FB21A;
--brand-800: #668E15;
--brand-900: #4B6713;
--brand-950: #2F400C;
--brand: #ade341;
--brand-ink: #000000;
}Colors that work with #ade341
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 #ade341
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 | #7741E3 | Directly opposite — maximum tension | |
| Analogous left | #E3C841 | Neighbour, quieter | |
| Analogous right | #5CE341 | Neighbour, quieter | |
| Split-complement 1 | #415CE3 | Contrast without the clash | |
| Split-complement 2 | #C841E3 | Contrast without the clash | |
| Triadic 1 | #41ADE3 | Even thirds — balanced and loud | |
| Triadic 2 | #E341AD | Even thirds — balanced and loud | |
| Tetradic | #41E3C8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ade341 text on a black background
contrast 13.84:1
#ade341 text on a white background
contrast 1.52:1
CSS3 live lab
The quick brown fox
color: #ade341;
background-color: #ade341;
Glowing headline
text-shadow: 2px 2px 8px #ade341;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 65, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 227, 65, 0.45);
border: 3px solid #ade341; background: linear-gradient(135deg, #ade341, #41E341);
Monochromatic scale
Palettes built from #ade341
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 6.3 away, with its history, psychology and brand usage.
#ade341 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.
#ade341, answered
What color is #ade341?
#ade341 is a balanced vivid green, closest to Yellow Green (ΔE2000 5.3). It sits at 80° on the hue wheel with 74% saturation and 57% lightness, which reads as warm.
What is the RGB value of #ade341?
rgb(173, 227, 65) — 173 red, 227 green and 65 blue out of 255, or 67.8% / 89% / 25.5% by channel.
Is #ade341 a light or a dark color?
It is a light color. Relative luminance is 0.6420 and perceived brightness is 78%, so black text on it reaches 13.84:1.
Should I use black or white text on #ade341?
Black. It scores 13.84:1 against #ade341, versus 1.52:1 for white — AAA at any size.
What is the complementary color of #ade341?
#7741E3 sits directly opposite on the wheel. Softer options are the split-complements #415CE3 and #C841E3, which give the same contrast with far less vibration.
What colors go well with #ade341?
For interface work: #F8FAF4 as the surface, #DEEDC0 for borders, #809B4B for secondary text, #4B3DE7 as an accent and #506F10 for hover and pressed states. For a palette, the analogous pair #E3C841 and #5CE341 stays calm, while #7741E3 is the loudest partner.
What is #ade341 in CMYK for printing?
cmyk(24%, 0%, 71%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ade341 warm or cool?
Warm — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E3DE41; nudged cooler, #71E53F.