#2fd31c
a balanced, electric green · cool · closest name: lime
RGB
47, 211, 28
HSL
114°, 77%, 47%
CMYK
78, 0, 87, 17
Luminance
0.4728
Every format
| HEX | #2fd31c |
| RGB | rgb(47, 211, 28) |
| HSL | hsl(114, 77%, 47%) |
| CMYK | cmyk(78%, 0%, 87%, 17%) |
| LAB | lab(74.4 -70.5 68.9) |
| LCH | lch(74.4 98.6 135.7) |
| OKLCH | oklch(0.756 0.244 141.8) |
Copy-ready code
/* CSS */
color: #2fd31c;
background-color: #2fd31c;
/* Tailwind (arbitrary) */
class="text-[#2fd31c] bg-[#2fd31c]"
/* SCSS */
$brand: #2fd31c;
/* SwiftUI */
Color(red: 0.184, green: 0.827, blue: 0.110)
/* Android */
Color.parseColor("#2fd31c")Accessibility — WCAG contrast
Aa
#2fd31c on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd31c on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.7%
Blue11.0%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow86.7%
Key (black)17.3%
Color previews
#2fd31c text on a black background
contrast 10.46:1
Card sample
#2fd31c text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd31c;
Background color
Panel with #2fd31c background
background-color: #2fd31c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd31c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 211, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 211, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd31c; background: linear-gradient(135deg, #2fd31c, #1CD383);