#2fe44b
a balanced, electric green · cool · closest name: lime
RGB
47, 228, 75
HSL
129°, 77%, 54%
CMYK
79, 0, 67, 11
Luminance
0.5660
Every format
| HEX | #2fe44b |
| RGB | rgb(47, 228, 75) |
| HSL | hsl(129, 77%, 54%) |
| CMYK | cmyk(79%, 0%, 67%, 11%) |
| LAB | lab(80.0 -72.5 59.9) |
| LCH | lch(80.0 94.0 140.4) |
| OKLCH | oklch(0.803 0.239 144.8) |
Copy-ready code
/* CSS */
color: #2fe44b;
background-color: #2fe44b;
/* Tailwind (arbitrary) */
class="text-[#2fe44b] bg-[#2fe44b]"
/* SCSS */
$brand: #2fe44b;
/* SwiftUI */
Color(red: 0.184, green: 0.894, blue: 0.294)
/* Android */
Color.parseColor("#2fe44b")Accessibility — WCAG contrast
Aa
#2fe44b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe44b on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green89.4%
Blue29.4%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow67.1%
Key (black)10.6%
Color previews
#2fe44b text on a black background
contrast 12.32:1
Card sample
#2fe44b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe44b;
Background color
Panel with #2fe44b background
background-color: #2fe44b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe44b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 228, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 228, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe44b; background: linear-gradient(135deg, #2fe44b, #2FE4C4);