#00ee2d
a balanced, electric green · cool · closest name: lime
RGB
0, 238, 45
HSL
131°, 100%, 47%
CMYK
100, 0, 81, 7
Luminance
0.6134
Every format
| HEX | #00ee2d |
| RGB | rgb(0, 238, 45) |
| HSL | hsl(131, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 81%, 7%) |
| LAB | lab(82.6 -80.5 72.3) |
| LCH | lch(82.6 108.2 138.1) |
| OKLCH | oklch(0.824 0.270 143.6) |
Copy-ready code
/* CSS */
color: #00ee2d;
background-color: #00ee2d;
/* Tailwind (arbitrary) */
class="text-[#00ee2d] bg-[#00ee2d]"
/* SCSS */
$brand: #00ee2d;
/* SwiftUI */
Color(red: 0.000, green: 0.933, blue: 0.176)
/* Android */
Color.parseColor("#00ee2d")Accessibility — WCAG contrast
Aa
#00ee2d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ee2d on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green93.3%
Blue17.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow81.1%
Key (black)6.7%
Color previews
#00ee2d text on a black background
contrast 13.27:1
Card sample
#00ee2d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ee2d;
Background color
Panel with #00ee2d background
background-color: #00ee2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ee2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 238, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 238, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ee2d; background: linear-gradient(135deg, #00ee2d, #00EECC);