#00e66b
a balanced, electric green · cool · closest name: forestgreen
RGB
0, 230, 107
HSL
148°, 100%, 45%
CMYK
100, 0, 54, 10
Luminance
0.5766
Every format
| HEX | #00e66b |
| RGB | rgb(0, 230, 107) |
| HSL | hsl(148, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 54%, 10%) |
| LAB | lab(80.5 -72.2 46.6) |
| LCH | lch(80.5 85.9 147.1) |
| OKLCH | oklch(0.808 0.223 149.9) |
Copy-ready code
/* CSS */
color: #00e66b;
background-color: #00e66b;
/* Tailwind (arbitrary) */
class="text-[#00e66b] bg-[#00e66b]"
/* SCSS */
$brand: #00e66b;
/* SwiftUI */
Color(red: 0.000, green: 0.902, blue: 0.420)
/* Android */
Color.parseColor("#00e66b")Accessibility — WCAG contrast
Aa
#00e66b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e66b on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green90.2%
Blue42.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.5%
Key (black)9.8%
Color previews
#00e66b text on a black background
contrast 12.53:1
Card sample
#00e66b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e66b;
Background color
Panel with #00e66b background
background-color: #00e66b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e66b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 230, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 230, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e66b; background: linear-gradient(135deg, #00e66b, #00C8E6);