#5cd821
a balanced, vivid green · cool · closest name: lime
RGB
92, 216, 33
HSL
101°, 74%, 49%
CMYK
57, 0, 85, 15
Luminance
0.5150
Every format
| HEX | #5cd821 |
| RGB | rgb(92, 216, 33) |
| HSL | hsl(101, 74%, 49%) |
| CMYK | cmyk(57%, 0%, 85%, 15%) |
| LAB | lab(77.0 -63.2 70.6) |
| LCH | lch(77.0 94.7 131.9) |
| OKLCH | oklch(0.781 0.233 138.5) |
Copy-ready code
/* CSS */
color: #5cd821;
background-color: #5cd821;
/* Tailwind (arbitrary) */
class="text-[#5cd821] bg-[#5cd821]"
/* SCSS */
$brand: #5cd821;
/* SwiftUI */
Color(red: 0.361, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#5cd821")Accessibility — WCAG contrast
Aa
#5cd821 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd821 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green84.7%
Blue12.9%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#5cd821 text on a black background
contrast 11.30:1
Card sample
#5cd821 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd821;
Background color
Panel with #5cd821 background
background-color: #5cd821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd821; background: linear-gradient(135deg, #5cd821, #21D860);