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