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