#4efe13
a balanced, electric green · cool · closest name: lime
RGB
78, 254, 19
HSL
105°, 99%, 54%
CMYK
69, 0, 93, 0
Luminance
0.7255
Every format
| HEX | #4efe13 |
| RGB | rgb(78, 254, 19) |
| HSL | hsl(105, 99%, 54%) |
| CMYK | cmyk(69%, 0%, 93%, 0%) |
| LAB | lab(88.2 -78.7 82.3) |
| LCH | lch(88.2 113.9 133.7) |
| OKLCH | oklch(0.873 0.280 140.4) |
Copy-ready code
/* CSS */
color: #4efe13;
background-color: #4efe13;
/* Tailwind (arbitrary) */
class="text-[#4efe13] bg-[#4efe13]"
/* SCSS */
$brand: #4efe13;
/* SwiftUI */
Color(red: 0.306, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#4efe13")Accessibility — WCAG contrast
Aa
#4efe13 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4efe13 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green99.6%
Blue7.5%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#4efe13 text on a black background
contrast 15.51:1
Card sample
#4efe13 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4efe13;
Background color
Panel with #4efe13 background
background-color: #4efe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4efe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4efe13; background: linear-gradient(135deg, #4efe13, #13FE74);