#5bdc13
a balanced, electric green · cool · closest name: lime
RGB
91, 220, 19
HSL
99°, 84%, 47%
CMYK
59, 0, 91, 14
Luminance
0.5346
Every format
| HEX | #5bdc13 |
| RGB | rgb(91, 220, 19) |
| HSL | hsl(99, 84%, 47%) |
| CMYK | cmyk(59%, 0%, 91%, 14%) |
| LAB | lab(78.1 -65.3 74.1) |
| LCH | lch(78.1 98.7 131.4) |
| OKLCH | oklch(0.790 0.242 138.4) |
Copy-ready code
/* CSS */
color: #5bdc13;
background-color: #5bdc13;
/* Tailwind (arbitrary) */
class="text-[#5bdc13] bg-[#5bdc13]"
/* SCSS */
$brand: #5bdc13;
/* SwiftUI */
Color(red: 0.357, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#5bdc13")Accessibility — WCAG contrast
Aa
#5bdc13 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdc13 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green86.3%
Blue7.5%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#5bdc13 text on a black background
contrast 11.69:1
Card sample
#5bdc13 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdc13;
Background color
Panel with #5bdc13 background
background-color: #5bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdc13; background: linear-gradient(135deg, #5bdc13, #13DC51);