#00e423
a dark, electric green · cool · closest name: lime
RGB
0, 228, 35
HSL
129°, 100%, 45%
CMYK
100, 0, 85, 11
Luminance
0.5561
Every format
| HEX | #00e423 |
| RGB | rgb(0, 228, 35) |
| HSL | hsl(129, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 85%, 11%) |
| LAB | lab(79.4 -78.3 71.8) |
| LCH | lch(79.4 106.2 137.5) |
| OKLCH | oklch(0.797 0.264 143.3) |
Copy-ready code
/* CSS */
color: #00e423;
background-color: #00e423;
/* Tailwind (arbitrary) */
class="text-[#00e423] bg-[#00e423]"
/* SCSS */
$brand: #00e423;
/* SwiftUI */
Color(red: 0.000, green: 0.894, blue: 0.137)
/* Android */
Color.parseColor("#00e423")Accessibility — WCAG contrast
Aa
#00e423 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e423 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green89.4%
Blue13.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow84.6%
Key (black)10.6%
Color previews
#00e423 text on a black background
contrast 12.12:1
Card sample
#00e423 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e423;
Background color
Panel with #00e423 background
background-color: #00e423;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e423;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 228, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 228, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e423; background: linear-gradient(135deg, #00e423, #00E4BB);