#5bd430
a balanced, vivid green · cool · closest name: lime
RGB
91, 212, 48
HSL
104°, 66%, 51%
CMYK
57, 0, 77, 17
Luminance
0.4952
Every format
| HEX | #5bd430 |
| RGB | rgb(91, 212, 48) |
| HSL | hsl(104, 66%, 51%) |
| CMYK | cmyk(57%, 0%, 77%, 17%) |
| LAB | lab(75.8 -61.4 65.5) |
| LCH | lch(75.8 89.7 133.1) |
| OKLCH | oklch(0.771 0.223 139.2) |
Copy-ready code
/* CSS */
color: #5bd430;
background-color: #5bd430;
/* Tailwind (arbitrary) */
class="text-[#5bd430] bg-[#5bd430]"
/* SCSS */
$brand: #5bd430;
/* SwiftUI */
Color(red: 0.357, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#5bd430")Accessibility — WCAG contrast
Aa
#5bd430 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd430 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green83.1%
Blue18.8%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#5bd430 text on a black background
contrast 10.90:1
Card sample
#5bd430 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd430;
Background color
Panel with #5bd430 background
background-color: #5bd430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd430; background: linear-gradient(135deg, #5bd430, #30D472);