#02b032
a dark, electric green · cool · closest name: forestgreen
RGB
2, 176, 50
HSL
137°, 98%, 35%
CMYK
99, 0, 72, 31
Luminance
0.3129
Every format
| HEX | #02b032 |
| RGB | rgb(2, 176, 50) |
| HSL | hsl(137, 98%, 35%) |
| CMYK | cmyk(99%, 0%, 72%, 31%) |
| LAB | lab(62.8 -62.7 51.3) |
| LCH | lch(62.8 81.0 140.7) |
| OKLCH | oklch(0.658 0.205 145.2) |
Copy-ready code
/* CSS */
color: #02b032;
background-color: #02b032;
/* Tailwind (arbitrary) */
class="text-[#02b032] bg-[#02b032]"
/* SCSS */
$brand: #02b032;
/* SwiftUI */
Color(red: 0.008, green: 0.690, blue: 0.196)
/* Android */
Color.parseColor("#02b032")Accessibility — WCAG contrast
Aa
#02b032 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02b032 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green69.0%
Blue19.6%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow71.6%
Key (black)31.0%
Color previews
#02b032 text on a black background
contrast 7.26:1
Card sample
#02b032 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02b032;
Background color
Panel with #02b032 background
background-color: #02b032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02b032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 176, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 176, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02b032; background: linear-gradient(135deg, #02b032, #02B0A6);