#00ee4a
a balanced, electric green · cool · closest name: lime
RGB
0, 238, 74
HSL
139°, 100%, 47%
CMYK
100, 0, 69, 7
Luminance
0.6164
Every format
| HEX | #00ee4a |
| RGB | rgb(0, 238, 74) |
| HSL | hsl(139, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 69%, 7%) |
| LAB | lab(82.7 -78.4 63.2) |
| LCH | lch(82.7 100.7 141.1) |
| OKLCH | oklch(0.825 0.256 145.5) |
Copy-ready code
/* CSS */
color: #00ee4a;
background-color: #00ee4a;
/* Tailwind (arbitrary) */
class="text-[#00ee4a] bg-[#00ee4a]"
/* SCSS */
$brand: #00ee4a;
/* SwiftUI */
Color(red: 0.000, green: 0.933, blue: 0.290)
/* Android */
Color.parseColor("#00ee4a")Accessibility — WCAG contrast
Aa
#00ee4a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ee4a on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green93.3%
Blue29.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow68.9%
Key (black)6.7%
Color previews
#00ee4a text on a black background
contrast 13.33:1
Card sample
#00ee4a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ee4a;
Background color
Panel with #00ee4a background
background-color: #00ee4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ee4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 238, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 238, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ee4a; background: linear-gradient(135deg, #00ee4a, #00EEE9);