#02cf7c
a dark, electric green · cool · closest name: forestgreen
RGB
2, 207, 124
HSL
156°, 98%, 41%
CMYK
99, 0, 40, 19
Luminance
0.4609
Every format
| HEX | #02cf7c |
| RGB | rgb(2, 207, 124) |
| HSL | hsl(156, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 40%, 19%) |
| LAB | lab(73.6 -61.8 29.5) |
| LCH | lch(73.6 68.4 154.5) |
| OKLCH | oklch(0.751 0.181 156.1) |
Copy-ready code
/* CSS */
color: #02cf7c;
background-color: #02cf7c;
/* Tailwind (arbitrary) */
class="text-[#02cf7c] bg-[#02cf7c]"
/* SCSS */
$brand: #02cf7c;
/* SwiftUI */
Color(red: 0.008, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#02cf7c")Accessibility — WCAG contrast
Aa
#02cf7c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cf7c on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green81.2%
Blue48.6%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#02cf7c text on a black background
contrast 10.22:1
Card sample
#02cf7c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cf7c;
Background color
Panel with #02cf7c background
background-color: #02cf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cf7c; background: linear-gradient(135deg, #02cf7c, #0299CF);