#5bd310
a dark, electric green · cool · closest name: lime
RGB
91, 211, 16
HSL
97°, 86%, 45%
CMYK
57, 0, 92, 17
Luminance
0.4885
Every format
| HEX | #5bd310 |
| RGB | rgb(91, 211, 16) |
| HSL | hsl(97, 86%, 45%) |
| CMYK | cmyk(57%, 0%, 92%, 17%) |
| LAB | lab(75.4 -62.3 72.2) |
| LCH | lch(75.4 95.3 130.8) |
| OKLCH | oklch(0.767 0.233 137.9) |
Copy-ready code
/* CSS */
color: #5bd310;
background-color: #5bd310;
/* Tailwind (arbitrary) */
class="text-[#5bd310] bg-[#5bd310]"
/* SCSS */
$brand: #5bd310;
/* SwiftUI */
Color(red: 0.357, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#5bd310")Accessibility — WCAG contrast
Aa
#5bd310 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd310 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green82.7%
Blue6.3%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#5bd310 text on a black background
contrast 10.77:1
Card sample
#5bd310 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd310;
Background color
Panel with #5bd310 background
background-color: #5bd310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd310; background: linear-gradient(135deg, #5bd310, #10D347);