#5fef49
a balanced, electric green · cool · closest name: lime
RGB
95, 239, 73
HSL
112°, 84%, 61%
CMYK
60, 0, 70, 6
Luminance
0.6465
Every format
| HEX | #5fef49 |
| RGB | rgb(95, 239, 73) |
| HSL | hsl(112, 84%, 61%) |
| CMYK | cmyk(60%, 0%, 70%, 6%) |
| LAB | lab(84.3 -68.0 65.6) |
| LCH | lch(84.3 94.4 136.0) |
| OKLCH | oklch(0.842 0.238 141.2) |
Copy-ready code
/* CSS */
color: #5fef49;
background-color: #5fef49;
/* Tailwind (arbitrary) */
class="text-[#5fef49] bg-[#5fef49]"
/* SCSS */
$brand: #5fef49;
/* SwiftUI */
Color(red: 0.373, green: 0.937, blue: 0.286)
/* Android */
Color.parseColor("#5fef49")Accessibility — WCAG contrast
Aa
#5fef49 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fef49 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.7%
Blue28.6%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow69.5%
Key (black)6.3%
Color previews
#5fef49 text on a black background
contrast 13.93:1
Card sample
#5fef49 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fef49;
Background color
Panel with #5fef49 background
background-color: #5fef49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fef49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 239, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 239, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fef49; background: linear-gradient(135deg, #5fef49, #49EFA2);