#2fe079
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 224, 121
HSL
145°, 74%, 53%
CMYK
79, 0, 46, 12
Luminance
0.5530
Every format
| HEX | #2fe079 |
| RGB | rgb(47, 224, 121) |
| HSL | hsl(145, 74%, 53%) |
| CMYK | cmyk(79%, 0%, 46%, 12%) |
| LAB | lab(79.2 -65.2 38.3) |
| LCH | lch(79.2 75.6 149.5) |
| OKLCH | oklch(0.799 0.199 151.8) |
Copy-ready code
/* CSS */
color: #2fe079;
background-color: #2fe079;
/* Tailwind (arbitrary) */
class="text-[#2fe079] bg-[#2fe079]"
/* SCSS */
$brand: #2fe079;
/* SwiftUI */
Color(red: 0.184, green: 0.878, blue: 0.475)
/* Android */
Color.parseColor("#2fe079")Accessibility — WCAG contrast
Aa
#2fe079 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe079 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.8%
Blue47.5%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow46.0%
Key (black)12.2%
Color previews
#2fe079 text on a black background
contrast 12.06:1
Card sample
#2fe079 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe079;
Background color
Panel with #2fe079 background
background-color: #2fe079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 224, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 224, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe079; background: linear-gradient(135deg, #2fe079, #2FD1E0);