#02ce3f
a dark, electric green · cool · closest name: forestgreen
RGB
2, 206, 63
HSL
138°, 98%, 41%
CMYK
99, 0, 69, 19
Luminance
0.4451
Every format
| HEX | #02ce3f |
| RGB | rgb(2, 206, 63) |
| HSL | hsl(138, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 69%, 19%) |
| LAB | lab(72.6 -70.2 56.6) |
| LCH | lch(72.6 90.2 141.1) |
| OKLCH | oklch(0.741 0.229 145.5) |
Copy-ready code
/* CSS */
color: #02ce3f;
background-color: #02ce3f;
/* Tailwind (arbitrary) */
class="text-[#02ce3f] bg-[#02ce3f]"
/* SCSS */
$brand: #02ce3f;
/* SwiftUI */
Color(red: 0.008, green: 0.808, blue: 0.247)
/* Android */
Color.parseColor("#02ce3f")Accessibility — WCAG contrast
Aa
#02ce3f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ce3f on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.8%
Blue24.7%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow69.4%
Key (black)19.2%
Color previews
#02ce3f text on a black background
contrast 9.90:1
Card sample
#02ce3f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ce3f;
Background color
Panel with #02ce3f background
background-color: #02ce3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ce3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 206, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 206, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ce3f; background: linear-gradient(135deg, #02ce3f, #02CEC7);