#5ef148
a balanced, electric green · cool · closest name: lime
RGB
94, 241, 72
HSL
112°, 86%, 61%
CMYK
61, 0, 70, 6
Luminance
0.6576
Every format
| HEX | #5ef148 |
| RGB | rgb(94, 241, 72) |
| HSL | hsl(112, 86%, 61%) |
| CMYK | cmyk(61%, 0%, 70%, 6%) |
| LAB | lab(84.9 -68.9 66.5) |
| LCH | lch(84.9 95.8 136.0) |
| OKLCH | oklch(0.847 0.241 141.2) |
Copy-ready code
/* CSS */
color: #5ef148;
background-color: #5ef148;
/* Tailwind (arbitrary) */
class="text-[#5ef148] bg-[#5ef148]"
/* SCSS */
$brand: #5ef148;
/* SwiftUI */
Color(red: 0.369, green: 0.945, blue: 0.282)
/* Android */
Color.parseColor("#5ef148")Accessibility — WCAG contrast
Aa
#5ef148 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ef148 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green94.5%
Blue28.2%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow70.1%
Key (black)5.5%
Color previews
#5ef148 text on a black background
contrast 14.15:1
Card sample
#5ef148 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ef148;
Background color
Panel with #5ef148 background
background-color: #5ef148;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ef148;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 241, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 241, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ef148; background: linear-gradient(135deg, #5ef148, #48F1A3);