#ade002
a dark, electric green · cool · closest name: yellow
RGB
173, 224, 2
HSL
74°, 98%, 44%
CMYK
23, 0, 99, 12
Luminance
0.6220
Every format
| HEX | #ade002 |
| RGB | rgb(173, 224, 2) |
| HSL | hsl(74, 98%, 44%) |
| CMYK | cmyk(23%, 0%, 99%, 12%) |
| LAB | lab(83.0 -40.3 81.3) |
| LCH | lch(83.0 90.7 116.4) |
| OKLCH | oklch(0.840 0.210 124.6) |
Copy-ready code
/* CSS */
color: #ade002;
background-color: #ade002;
/* Tailwind (arbitrary) */
class="text-[#ade002] bg-[#ade002]"
/* SCSS */
$brand: #ade002;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.008)
/* Android */
Color.parseColor("#ade002")Accessibility — WCAG contrast
Aa
#ade002 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade002 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue0.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow99.1%
Key (black)12.2%
Color previews
#ade002 text on a black background
contrast 13.44:1
Card sample
#ade002 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade002;
Background color
Panel with #ade002 background
background-color: #ade002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade002; background: linear-gradient(135deg, #ade002, #19E002);