#5ed921
a balanced, vivid green · cool · closest name: lime
RGB
94, 217, 33
HSL
100°, 74%, 49%
CMYK
57, 0, 85, 15
Luminance
0.5212
Every format
| HEX | #5ed921 |
| RGB | rgb(94, 217, 33) |
| HSL | hsl(100, 74%, 49%) |
| CMYK | cmyk(57%, 0%, 85%, 15%) |
| LAB | lab(77.3 -63.1 70.9) |
| LCH | lch(77.3 94.9 131.6) |
| OKLCH | oklch(0.784 0.234 138.3) |
Copy-ready code
/* CSS */
color: #5ed921;
background-color: #5ed921;
/* Tailwind (arbitrary) */
class="text-[#5ed921] bg-[#5ed921]"
/* SCSS */
$brand: #5ed921;
/* SwiftUI */
Color(red: 0.369, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#5ed921")Accessibility — WCAG contrast
Aa
#5ed921 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ed921 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green85.1%
Blue12.9%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#5ed921 text on a black background
contrast 11.42:1
Card sample
#5ed921 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ed921;
Background color
Panel with #5ed921 background
background-color: #5ed921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ed921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ed921; background: linear-gradient(135deg, #5ed921, #21D95F);