#02ba45
a dark, electric green · cool · closest name: forestgreen
RGB
2, 186, 69
HSL
142°, 98%, 37%
CMYK
99, 0, 63, 27
Luminance
0.3556
Every format
| HEX | #02ba45 |
| RGB | rgb(2, 186, 69) |
| HSL | hsl(142, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 63%, 27%) |
| LAB | lab(66.2 -63.6 47.1) |
| LCH | lch(66.2 79.2 143.5) |
| OKLCH | oklch(0.688 0.203 147.1) |
Copy-ready code
/* CSS */
color: #02ba45;
background-color: #02ba45;
/* Tailwind (arbitrary) */
class="text-[#02ba45] bg-[#02ba45]"
/* SCSS */
$brand: #02ba45;
/* SwiftUI */
Color(red: 0.008, green: 0.729, blue: 0.271)
/* Android */
Color.parseColor("#02ba45")Accessibility — WCAG contrast
Aa
#02ba45 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ba45 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green72.9%
Blue27.1%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow62.9%
Key (black)27.1%
Color previews
#02ba45 text on a black background
contrast 8.11:1
Card sample
#02ba45 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ba45;
Background color
Panel with #02ba45 background
background-color: #02ba45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ba45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 186, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 186, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ba45; background: linear-gradient(135deg, #02ba45, #02B5BA);