#5ef430
a balanced, electric green · cool · closest name: lime
RGB
94, 244, 48
HSL
106°, 90%, 57%
CMYK
62, 0, 80, 4
Luminance
0.6729
Every format
| HEX | #5ef430 |
| RGB | rgb(94, 244, 48) |
| HSL | hsl(106, 90%, 57%) |
| CMYK | cmyk(62%, 0%, 80%, 4%) |
| LAB | lab(85.7 -71.4 74.8) |
| LCH | lch(85.7 103.4 133.7) |
| OKLCH | oklch(0.853 0.257 139.9) |
Copy-ready code
/* CSS */
color: #5ef430;
background-color: #5ef430;
/* Tailwind (arbitrary) */
class="text-[#5ef430] bg-[#5ef430]"
/* SCSS */
$brand: #5ef430;
/* SwiftUI */
Color(red: 0.369, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#5ef430")Accessibility — WCAG contrast
Aa
#5ef430 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ef430 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green95.7%
Blue18.8%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#5ef430 text on a black background
contrast 14.46:1
Card sample
#5ef430 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ef430;
Background color
Panel with #5ef430 background
background-color: #5ef430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ef430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ef430; background: linear-gradient(135deg, #5ef430, #30F485);