#5bda21
a balanced, vivid green · cool · closest name: lime
RGB
91, 218, 33
HSL
101°, 74%, 49%
CMYK
58, 0, 85, 15
Luminance
0.5248
Every format
| HEX | #5bda21 |
| RGB | rgb(91, 218, 33) |
| HSL | hsl(101, 74%, 49%) |
| CMYK | cmyk(58%, 0%, 85%, 15%) |
| LAB | lab(77.6 -64.2 71.1) |
| LCH | lch(77.6 95.7 132.1) |
| OKLCH | oklch(0.785 0.236 138.7) |
Copy-ready code
/* CSS */
color: #5bda21;
background-color: #5bda21;
/* Tailwind (arbitrary) */
class="text-[#5bda21] bg-[#5bda21]"
/* SCSS */
$brand: #5bda21;
/* SwiftUI */
Color(red: 0.357, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#5bda21")Accessibility — WCAG contrast
Aa
#5bda21 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bda21 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green85.5%
Blue12.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#5bda21 text on a black background
contrast 11.50:1
Card sample
#5bda21 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bda21;
Background color
Panel with #5bda21 background
background-color: #5bda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bda21; background: linear-gradient(135deg, #5bda21, #21DA62);