#2fe73f
a balanced, electric green · cool · closest name: lime
RGB
47, 231, 63
HSL
125°, 79%, 55%
CMYK
80, 0, 73, 9
Luminance
0.5812
Every format
| HEX | #2fe73f |
| RGB | rgb(47, 231, 63) |
| HSL | hsl(125, 79%, 55%) |
| CMYK | cmyk(80%, 0%, 73%, 9%) |
| LAB | lab(80.8 -74.4 65.2) |
| LCH | lch(80.8 99.0 138.8) |
| OKLCH | oklch(0.810 0.250 143.7) |
Copy-ready code
/* CSS */
color: #2fe73f;
background-color: #2fe73f;
/* Tailwind (arbitrary) */
class="text-[#2fe73f] bg-[#2fe73f]"
/* SCSS */
$brand: #2fe73f;
/* SwiftUI */
Color(red: 0.184, green: 0.906, blue: 0.247)
/* Android */
Color.parseColor("#2fe73f")Accessibility — WCAG contrast
Aa
#2fe73f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe73f on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green90.6%
Blue24.7%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow72.7%
Key (black)9.4%
Color previews
#2fe73f text on a black background
contrast 12.62:1
Card sample
#2fe73f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe73f;
Background color
Panel with #2fe73f background
background-color: #2fe73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 231, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 231, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe73f; background: linear-gradient(135deg, #2fe73f, #2FE7BA);