#ade33e
a balanced, vivid green · cool · closest name: yellow
RGB
173, 227, 62
HSL
80°, 75%, 57%
CMYK
24, 0, 73, 11
Luminance
0.6417
Every format
| HEX | #ade33e |
| RGB | rgb(173, 227, 62) |
| HSL | hsl(80, 75%, 57%) |
| CMYK | cmyk(24%, 0%, 73%, 11%) |
| LAB | lab(84.0 -39.9 70.3) |
| LCH | lch(84.0 80.8 119.6) |
| OKLCH | oklch(0.849 0.194 126.3) |
Copy-ready code
/* CSS */
color: #ade33e;
background-color: #ade33e;
/* Tailwind (arbitrary) */
class="text-[#ade33e] bg-[#ade33e]"
/* SCSS */
$brand: #ade33e;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.243)
/* Android */
Color.parseColor("#ade33e")Accessibility — WCAG contrast
Aa
#ade33e on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade33e on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue24.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow72.7%
Key (black)11.0%
Color previews
#ade33e text on a black background
contrast 13.83:1
Card sample
#ade33e text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade33e;
Background color
Panel with #ade33e background
background-color: #ade33e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade33e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade33e; background: linear-gradient(135deg, #ade33e, #3FE33E);