#00e77d
a balanced, electric green · cool · closest name: forestgreen
RGB
0, 231, 125
HSL
153°, 100%, 45%
CMYK
100, 0, 46, 9
Luminance
0.5863
Every format
| HEX | #00e77d |
| RGB | rgb(0, 231, 125) |
| HSL | hsl(153, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 46%, 9%) |
| LAB | lab(81.1 -69.7 38.7) |
| LCH | lch(81.1 79.7 150.9) |
| OKLCH | oklch(0.814 0.209 153.0) |
Copy-ready code
/* CSS */
color: #00e77d;
background-color: #00e77d;
/* Tailwind (arbitrary) */
class="text-[#00e77d] bg-[#00e77d]"
/* SCSS */
$brand: #00e77d;
/* SwiftUI */
Color(red: 0.000, green: 0.906, blue: 0.490)
/* Android */
Color.parseColor("#00e77d")Accessibility — WCAG contrast
Aa
#00e77d on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e77d on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green90.6%
Blue49.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow45.9%
Key (black)9.4%
Color previews
#00e77d text on a black background
contrast 12.73:1
Card sample
#00e77d text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e77d;
Background color
Panel with #00e77d background
background-color: #00e77d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e77d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 231, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 231, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e77d; background: linear-gradient(135deg, #00e77d, #00B7E7);