#2fd33a
a balanced, vivid green · cool · closest name: lime
RGB
47, 211, 58
HSL
124°, 65%, 51%
CMYK
78, 0, 73, 17
Luminance
0.4750
Every format
| HEX | #2fd33a |
| RGB | rgb(47, 211, 58) |
| HSL | hsl(124, 65%, 51%) |
| CMYK | cmyk(78%, 0%, 73%, 17%) |
| LAB | lab(74.5 -68.8 60.6) |
| LCH | lch(74.5 91.7 138.6) |
| OKLCH | oklch(0.758 0.231 143.6) |
Copy-ready code
/* CSS */
color: #2fd33a;
background-color: #2fd33a;
/* Tailwind (arbitrary) */
class="text-[#2fd33a] bg-[#2fd33a]"
/* SCSS */
$brand: #2fd33a;
/* SwiftUI */
Color(red: 0.184, green: 0.827, blue: 0.227)
/* Android */
Color.parseColor("#2fd33a")Accessibility — WCAG contrast
Aa
#2fd33a on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd33a on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.7%
Blue22.7%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow72.5%
Key (black)17.3%
Color previews
#2fd33a text on a black background
contrast 10.50:1
Card sample
#2fd33a text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd33a;
Background color
Panel with #2fd33a background
background-color: #2fd33a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd33a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 211, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 211, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd33a; background: linear-gradient(135deg, #2fd33a, #2FD3A7);