#e0ff4e
a light, electric green · cool · closest name: yellow
RGB
224, 255, 78
HSL
71°, 100%, 65%
CMYK
12, 0, 69, 0
Luminance
0.8792
Every format
| HEX | #e0ff4e |
| RGB | rgb(224, 255, 78) |
| HSL | hsl(71, 100%, 65%) |
| CMYK | cmyk(12%, 0%, 69%, 0%) |
| LAB | lab(95.1 -32.1 76.8) |
| LCH | lch(95.1 83.2 112.7) |
| OKLCH | oklch(0.947 0.196 119.0) |
Copy-ready code
/* CSS */
color: #e0ff4e;
background-color: #e0ff4e;
/* Tailwind (arbitrary) */
class="text-[#e0ff4e] bg-[#e0ff4e]"
/* SCSS */
$brand: #e0ff4e;
/* SwiftUI */
Color(red: 0.878, green: 1.000, blue: 0.306)
/* Android */
Color.parseColor("#e0ff4e")Accessibility — WCAG contrast
Aa
#e0ff4e on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0ff4e on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green100.0%
Blue30.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow69.4%
Key (black)0.0%
Color previews
#e0ff4e text on a black background
contrast 18.58:1
Card sample
#e0ff4e text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0ff4e;
Background color
Panel with #e0ff4e background
background-color: #e0ff4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0ff4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 255, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 255, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0ff4e; background: linear-gradient(135deg, #e0ff4e, #6AFF4E);