#5ee71b
a balanced, electric green · cool · closest name: lime
RGB
94, 231, 27
HSL
100°, 81%, 51%
CMYK
59, 0, 88, 9
Luminance
0.5961
Every format
| HEX | #5ee71b |
| RGB | rgb(94, 231, 27) |
| HSL | hsl(100, 81%, 51%) |
| CMYK | cmyk(59%, 0%, 88%, 9%) |
| LAB | lab(81.6 -68.0 75.8) |
| LCH | lch(81.6 101.8 131.9) |
| OKLCH | oklch(0.819 0.250 138.7) |
Copy-ready code
/* CSS */
color: #5ee71b;
background-color: #5ee71b;
/* Tailwind (arbitrary) */
class="text-[#5ee71b] bg-[#5ee71b]"
/* SCSS */
$brand: #5ee71b;
/* SwiftUI */
Color(red: 0.369, green: 0.906, blue: 0.106)
/* Android */
Color.parseColor("#5ee71b")Accessibility — WCAG contrast
Aa
#5ee71b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ee71b on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green90.6%
Blue10.6%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow88.3%
Key (black)9.4%
Color previews
#5ee71b text on a black background
contrast 12.92:1
Card sample
#5ee71b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ee71b;
Background color
Panel with #5ee71b background
background-color: #5ee71b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ee71b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 231, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 231, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ee71b; background: linear-gradient(135deg, #5ee71b, #1BE760);