#2fef55
a balanced, electric green · cool · closest name: lime
RGB
47, 239, 85
HSL
132°, 86%, 56%
CMYK
80, 0, 64, 6
Luminance
0.6299
Every format
| HEX | #2fef55 |
| RGB | rgb(47, 239, 85) |
| HSL | hsl(132, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 64%, 6%) |
| LAB | lab(83.4 -74.8 59.7) |
| LCH | lch(83.4 95.7 141.4) |
| OKLCH | oklch(0.833 0.245 145.5) |
Copy-ready code
/* CSS */
color: #2fef55;
background-color: #2fef55;
/* Tailwind (arbitrary) */
class="text-[#2fef55] bg-[#2fef55]"
/* SCSS */
$brand: #2fef55;
/* SwiftUI */
Color(red: 0.184, green: 0.937, blue: 0.333)
/* Android */
Color.parseColor("#2fef55")Accessibility — WCAG contrast
Aa
#2fef55 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fef55 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.7%
Blue33.3%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow64.4%
Key (black)6.3%
Color previews
#2fef55 text on a black background
contrast 13.60:1
Card sample
#2fef55 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fef55;
Background color
Panel with #2fef55 background
background-color: #2fef55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fef55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 239, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 239, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fef55; background: linear-gradient(135deg, #2fef55, #2FEFD5);