#5bff14
a balanced, electric green · cool · closest name: lime
RGB
91, 255, 20
HSL
102°, 100%, 54%
CMYK
64, 0, 92, 0
Luminance
0.7379
Every format
| HEX | #5bff14 |
| RGB | rgb(91, 255, 20) |
| HSL | hsl(102, 100%, 54%) |
| CMYK | cmyk(64%, 0%, 92%, 0%) |
| LAB | lab(88.8 -76.5 82.8) |
| LCH | lch(88.8 112.7 132.7) |
| OKLCH | oklch(0.879 0.277 139.6) |
Copy-ready code
/* CSS */
color: #5bff14;
background-color: #5bff14;
/* Tailwind (arbitrary) */
class="text-[#5bff14] bg-[#5bff14]"
/* SCSS */
$brand: #5bff14;
/* SwiftUI */
Color(red: 0.357, green: 1.000, blue: 0.078)
/* Android */
Color.parseColor("#5bff14")Accessibility — WCAG contrast
Aa
#5bff14 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bff14 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green100.0%
Blue7.8%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow92.2%
Key (black)0.0%
Color previews
#5bff14 text on a black background
contrast 15.76:1
Card sample
#5bff14 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bff14;
Background color
Panel with #5bff14 background
background-color: #5bff14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bff14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 255, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 255, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bff14; background: linear-gradient(135deg, #5bff14, #14FF6A);