#5ee034
a balanced, vivid green · cool · closest name: lime
RGB
94, 224, 52
HSL
105°, 74%, 54%
CMYK
58, 0, 77, 12
Luminance
0.5594
Every format
| HEX | #5ee034 |
| RGB | rgb(94, 224, 52) |
| HSL | hsl(105, 74%, 54%) |
| CMYK | cmyk(58%, 0%, 77%, 12%) |
| LAB | lab(79.6 -64.5 67.9) |
| LCH | lch(79.6 93.7 133.5) |
| OKLCH | oklch(0.803 0.233 139.5) |
Copy-ready code
/* CSS */
color: #5ee034;
background-color: #5ee034;
/* Tailwind (arbitrary) */
class="text-[#5ee034] bg-[#5ee034]"
/* SCSS */
$brand: #5ee034;
/* SwiftUI */
Color(red: 0.369, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#5ee034")Accessibility — WCAG contrast
Aa
#5ee034 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ee034 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green87.8%
Blue20.4%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#5ee034 text on a black background
contrast 12.19:1
Card sample
#5ee034 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ee034;
Background color
Panel with #5ee034 background
background-color: #5ee034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ee034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ee034; background: linear-gradient(135deg, #5ee034, #34E07C);