#5bdf0c
a balanced, electric green · cool · closest name: lime
RGB
91, 223, 12
HSL
98°, 90%, 46%
CMYK
59, 0, 95, 13
Luminance
0.5503
Every format
| HEX | #5bdf0c |
| RGB | rgb(91, 223, 12) |
| HSL | hsl(98, 90%, 46%) |
| CMYK | cmyk(59%, 0%, 95%, 13%) |
| LAB | lab(79.0 -66.4 75.7) |
| LCH | lch(79.0 100.7 131.3) |
| OKLCH | oklch(0.798 0.246 138.4) |
Copy-ready code
/* CSS */
color: #5bdf0c;
background-color: #5bdf0c;
/* Tailwind (arbitrary) */
class="text-[#5bdf0c] bg-[#5bdf0c]"
/* SCSS */
$brand: #5bdf0c;
/* SwiftUI */
Color(red: 0.357, green: 0.875, blue: 0.047)
/* Android */
Color.parseColor("#5bdf0c")Accessibility — WCAG contrast
Aa
#5bdf0c on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdf0c on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green87.5%
Blue4.7%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow94.6%
Key (black)12.5%
Color previews
#5bdf0c text on a black background
contrast 12.01:1
Card sample
#5bdf0c text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdf0c;
Background color
Panel with #5bdf0c background
background-color: #5bdf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 223, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 223, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdf0c; background: linear-gradient(135deg, #5bdf0c, #0CDF4A);