#5eef4e
a balanced, electric green · cool · closest name: lime
RGB
94, 239, 78
HSL
114°, 83%, 62%
CMYK
61, 0, 67, 6
Luminance
0.6466
Every format
| HEX | #5eef4e |
| RGB | rgb(94, 239, 78) |
| HSL | hsl(114, 83%, 62%) |
| CMYK | cmyk(61%, 0%, 67%, 6%) |
| LAB | lab(84.3 -67.8 63.7) |
| LCH | lch(84.3 93.0 136.8) |
| OKLCH | oklch(0.842 0.236 141.7) |
Copy-ready code
/* CSS */
color: #5eef4e;
background-color: #5eef4e;
/* Tailwind (arbitrary) */
class="text-[#5eef4e] bg-[#5eef4e]"
/* SCSS */
$brand: #5eef4e;
/* SwiftUI */
Color(red: 0.369, green: 0.937, blue: 0.306)
/* Android */
Color.parseColor("#5eef4e")Accessibility — WCAG contrast
Aa
#5eef4e on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eef4e on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.7%
Blue30.6%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow67.4%
Key (black)6.3%
Color previews
#5eef4e text on a black background
contrast 13.93:1
Card sample
#5eef4e text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eef4e;
Background color
Panel with #5eef4e background
background-color: #5eef4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eef4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 239, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 239, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eef4e; background: linear-gradient(135deg, #5eef4e, #4EEFA9);