#00e04b
a dark, electric green · cool · closest name: lime
RGB
0, 224, 75
HSL
140°, 100%, 44%
CMYK
100, 0, 67, 12
Luminance
0.5382
Every format
| HEX | #00e04b |
| RGB | rgb(0, 224, 75) |
| HSL | hsl(140, 100%, 44%) |
| CMYK | cmyk(100%, 0%, 67%, 12%) |
| LAB | lab(78.3 -74.3 58.1) |
| LCH | lch(78.3 94.3 142.0) |
| OKLCH | oklch(0.789 0.240 146.1) |
Copy-ready code
/* CSS */
color: #00e04b;
background-color: #00e04b;
/* Tailwind (arbitrary) */
class="text-[#00e04b] bg-[#00e04b]"
/* SCSS */
$brand: #00e04b;
/* SwiftUI */
Color(red: 0.000, green: 0.878, blue: 0.294)
/* Android */
Color.parseColor("#00e04b")Accessibility — WCAG contrast
Aa
#00e04b on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e04b on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green87.8%
Blue29.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow66.5%
Key (black)12.2%
Color previews
#00e04b text on a black background
contrast 11.76:1
Card sample
#00e04b text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e04b;
Background color
Panel with #00e04b background
background-color: #00e04b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e04b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 224, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 224, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e04b; background: linear-gradient(135deg, #00e04b, #00E0E0);