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