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