#2fed2f
a balanced, electric green · cool · closest name: lime
RGB
47, 237, 47
HSL
120°, 84%, 56%
CMYK
80, 0, 80, 7
Luminance
0.6138
Every format
| HEX | #2fed2f |
| RGB | rgb(47, 237, 47) |
| HSL | hsl(120, 84%, 56%) |
| CMYK | cmyk(80%, 0%, 80%, 7%) |
| LAB | lab(82.6 -77.2 71.9) |
| LCH | lch(82.6 105.5 137.0) |
| OKLCH | oklch(0.825 0.263 142.7) |
Copy-ready code
/* CSS */
color: #2fed2f;
background-color: #2fed2f;
/* Tailwind (arbitrary) */
class="text-[#2fed2f] bg-[#2fed2f]"
/* SCSS */
$brand: #2fed2f;
/* SwiftUI */
Color(red: 0.184, green: 0.929, blue: 0.184)
/* Android */
Color.parseColor("#2fed2f")Accessibility — WCAG contrast
Aa
#2fed2f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fed2f on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.9%
Blue18.4%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow80.2%
Key (black)7.1%
Color previews
#2fed2f text on a black background
contrast 13.28:1
Card sample
#2fed2f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fed2f;
Background color
Panel with #2fed2f background
background-color: #2fed2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fed2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 237, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 237, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fed2f; background: linear-gradient(135deg, #2fed2f, #2FEDAE);