#5be034
a balanced, vivid green · cool · closest name: lime
RGB
91, 224, 52
HSL
106°, 74%, 54%
CMYK
59, 0, 77, 12
Luminance
0.5578
Every format
| HEX | #5be034 |
| RGB | rgb(91, 224, 52) |
| HSL | hsl(106, 74%, 54%) |
| CMYK | cmyk(59%, 0%, 77%, 12%) |
| LAB | lab(79.5 -65.3 67.8) |
| LCH | lch(79.5 94.1 133.9) |
| OKLCH | oklch(0.802 0.235 139.8) |
Copy-ready code
/* CSS */
color: #5be034;
background-color: #5be034;
/* Tailwind (arbitrary) */
class="text-[#5be034] bg-[#5be034]"
/* SCSS */
$brand: #5be034;
/* SwiftUI */
Color(red: 0.357, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#5be034")Accessibility — WCAG contrast
Aa
#5be034 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5be034 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green87.8%
Blue20.4%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#5be034 text on a black background
contrast 12.16:1
Card sample
#5be034 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5be034;
Background color
Panel with #5be034 background
background-color: #5be034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5be034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5be034; background: linear-gradient(135deg, #5be034, #34E080);