#5eed3b
a balanced, electric green · cool · closest name: lime
RGB
94, 237, 59
HSL
108°, 83%, 58%
CMYK
60, 0, 75, 7
Luminance
0.6326
Every format
| HEX | #5eed3b |
| RGB | rgb(94, 237, 59) |
| HSL | hsl(108, 83%, 58%) |
| CMYK | cmyk(60%, 0%, 75%, 7%) |
| LAB | lab(83.6 -68.5 69.6) |
| LCH | lch(83.6 97.7 134.5) |
| OKLCH | oklch(0.836 0.244 140.3) |
Copy-ready code
/* CSS */
color: #5eed3b;
background-color: #5eed3b;
/* Tailwind (arbitrary) */
class="text-[#5eed3b] bg-[#5eed3b]"
/* SCSS */
$brand: #5eed3b;
/* SwiftUI */
Color(red: 0.369, green: 0.929, blue: 0.231)
/* Android */
Color.parseColor("#5eed3b")Accessibility — WCAG contrast
Aa
#5eed3b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eed3b on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green92.9%
Blue23.1%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow75.1%
Key (black)7.1%
Color previews
#5eed3b text on a black background
contrast 13.65:1
Card sample
#5eed3b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eed3b;
Background color
Panel with #5eed3b background
background-color: #5eed3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eed3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 237, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 237, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eed3b; background: linear-gradient(135deg, #5eed3b, #3BED8F);