#2feb49
a balanced, electric green · cool · closest name: lime
RGB
47, 235, 73
HSL
128°, 83%, 55%
CMYK
80, 0, 69, 8
Luminance
0.6050
Every format
| HEX | #2feb49 |
| RGB | rgb(47, 235, 73) |
| HSL | hsl(128, 83%, 55%) |
| CMYK | cmyk(80%, 0%, 69%, 8%) |
| LAB | lab(82.1 -74.8 63.0) |
| LCH | lch(82.1 97.7 139.9) |
| OKLCH | oklch(0.821 0.248 144.5) |
Copy-ready code
/* CSS */
color: #2feb49;
background-color: #2feb49;
/* Tailwind (arbitrary) */
class="text-[#2feb49] bg-[#2feb49]"
/* SCSS */
$brand: #2feb49;
/* SwiftUI */
Color(red: 0.184, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#2feb49")Accessibility — WCAG contrast
Aa
#2feb49 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2feb49 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.2%
Blue28.6%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#2feb49 text on a black background
contrast 13.10:1
Card sample
#2feb49 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2feb49;
Background color
Panel with #2feb49 background
background-color: #2feb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2feb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2feb49; background: linear-gradient(135deg, #2feb49, #2FEBC6);