#2ffa49
a balanced, electric green · cool · closest name: lime
RGB
47, 250, 73
HSL
128°, 95%, 58%
CMYK
81, 0, 71, 2
Luminance
0.6946
Every format
| HEX | #2ffa49 |
| RGB | rgb(47, 250, 73) |
| HSL | hsl(128, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 71%, 2%) |
| LAB | lab(86.7 -79.2 67.8) |
| LCH | lch(86.7 104.2 139.4) |
| OKLCH | oklch(0.860 0.264 144.2) |
Copy-ready code
/* CSS */
color: #2ffa49;
background-color: #2ffa49;
/* Tailwind (arbitrary) */
class="text-[#2ffa49] bg-[#2ffa49]"
/* SCSS */
$brand: #2ffa49;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.286)
/* Android */
Color.parseColor("#2ffa49")Accessibility — WCAG contrast
Aa
#2ffa49 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffa49 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue28.6%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow70.8%
Key (black)2.0%
Color previews
#2ffa49 text on a black background
contrast 14.89:1
Card sample
#2ffa49 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffa49;
Background color
Panel with #2ffa49 background
background-color: #2ffa49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffa49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffa49; background: linear-gradient(135deg, #2ffa49, #2FFAD0);