#5bd721
a balanced, vivid green · cool · closest name: lime
RGB
91, 215, 33
HSL
101°, 73%, 49%
CMYK
58, 0, 85, 16
Luminance
0.5093
Every format
| HEX | #5bd721 |
| RGB | rgb(91, 215, 33) |
| HSL | hsl(101, 73%, 49%) |
| CMYK | cmyk(58%, 0%, 85%, 16%) |
| LAB | lab(76.6 -63.1 70.3) |
| LCH | lch(76.6 94.5 131.9) |
| OKLCH | oklch(0.778 0.233 138.6) |
Copy-ready code
/* CSS */
color: #5bd721;
background-color: #5bd721;
/* Tailwind (arbitrary) */
class="text-[#5bd721] bg-[#5bd721]"
/* SCSS */
$brand: #5bd721;
/* SwiftUI */
Color(red: 0.357, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#5bd721")Accessibility — WCAG contrast
Aa
#5bd721 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd721 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green84.3%
Blue12.9%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#5bd721 text on a black background
contrast 11.19:1
Card sample
#5bd721 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd721;
Background color
Panel with #5bd721 background
background-color: #5bd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd721; background: linear-gradient(135deg, #5bd721, #21D760);