#2fe072
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 224, 114
HSL
143°, 74%, 53%
CMYK
79, 0, 49, 12
Luminance
0.5513
Every format
| HEX | #2fe072 |
| RGB | rgb(47, 224, 114) |
| HSL | hsl(143, 74%, 53%) |
| CMYK | cmyk(79%, 0%, 49%, 12%) |
| LAB | lab(79.1 -66.3 41.6) |
| LCH | lch(79.1 78.3 147.9) |
| OKLCH | oklch(0.798 0.205 150.4) |
Copy-ready code
/* CSS */
color: #2fe072;
background-color: #2fe072;
/* Tailwind (arbitrary) */
class="text-[#2fe072] bg-[#2fe072]"
/* SCSS */
$brand: #2fe072;
/* SwiftUI */
Color(red: 0.184, green: 0.878, blue: 0.447)
/* Android */
Color.parseColor("#2fe072")Accessibility — WCAG contrast
Aa
#2fe072 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe072 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.8%
Blue44.7%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow49.1%
Key (black)12.2%
Color previews
#2fe072 text on a black background
contrast 12.03:1
Card sample
#2fe072 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe072;
Background color
Panel with #2fe072 background
background-color: #2fe072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 224, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 224, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe072; background: linear-gradient(135deg, #2fe072, #2FD8E0);