#2ffa39
a balanced, electric green · cool · closest name: lime
RGB
47, 250, 57
HSL
123°, 95%, 58%
CMYK
81, 0, 77, 2
Luminance
0.6927
Every format
| HEX | #2ffa39 |
| RGB | rgb(47, 250, 57) |
| HSL | hsl(123, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 77%, 2%) |
| LAB | lab(86.6 -80.3 72.9) |
| LCH | lch(86.6 108.5 137.8) |
| OKLCH | oklch(0.859 0.272 143.2) |
Copy-ready code
/* CSS */
color: #2ffa39;
background-color: #2ffa39;
/* Tailwind (arbitrary) */
class="text-[#2ffa39] bg-[#2ffa39]"
/* SCSS */
$brand: #2ffa39;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.224)
/* Android */
Color.parseColor("#2ffa39")Accessibility — WCAG contrast
Aa
#2ffa39 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffa39 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue22.4%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow77.2%
Key (black)2.0%
Color previews
#2ffa39 text on a black background
contrast 14.85:1
Card sample
#2ffa39 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffa39;
Background color
Panel with #2ffa39 background
background-color: #2ffa39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffa39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffa39; background: linear-gradient(135deg, #2ffa39, #2FFAC0);