#2fea4f
a balanced, electric green · cool · closest name: lime
RGB
47, 234, 79
HSL
130°, 82%, 55%
CMYK
80, 0, 66, 8
Luminance
0.6001
Every format
| HEX | #2fea4f |
| RGB | rgb(47, 234, 79) |
| HSL | hsl(130, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 66%, 8%) |
| LAB | lab(81.8 -73.9 60.4) |
| LCH | lch(81.8 95.4 140.7) |
| OKLCH | oklch(0.819 0.243 145.0) |
Copy-ready code
/* CSS */
color: #2fea4f;
background-color: #2fea4f;
/* Tailwind (arbitrary) */
class="text-[#2fea4f] bg-[#2fea4f]"
/* SCSS */
$brand: #2fea4f;
/* SwiftUI */
Color(red: 0.184, green: 0.918, blue: 0.310)
/* Android */
Color.parseColor("#2fea4f")Accessibility — WCAG contrast
Aa
#2fea4f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fea4f on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.8%
Blue31.0%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow66.2%
Key (black)8.2%
Color previews
#2fea4f text on a black background
contrast 13.00:1
Card sample
#2fea4f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fea4f;
Background color
Panel with #2fea4f background
background-color: #2fea4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fea4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 234, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 234, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fea4f; background: linear-gradient(135deg, #2fea4f, #2FEACC);