#4eb418
a dark, electric green · cool · closest name: green
RGB
78, 180, 24
HSL
99°, 77%, 40%
CMYK
57, 0, 87, 29
Luminance
0.3433
Every format
| HEX | #4eb418 |
| RGB | rgb(78, 180, 24) |
| HSL | hsl(99, 77%, 40%) |
| CMYK | cmyk(57%, 0%, 87%, 29%) |
| LAB | lab(65.2 -54.5 62.0) |
| LCH | lch(65.2 82.6 131.3) |
| OKLCH | oklch(0.682 0.203 138.1) |
Copy-ready code
/* CSS */
color: #4eb418;
background-color: #4eb418;
/* Tailwind (arbitrary) */
class="text-[#4eb418] bg-[#4eb418]"
/* SCSS */
$brand: #4eb418;
/* SwiftUI */
Color(red: 0.306, green: 0.706, blue: 0.094)
/* Android */
Color.parseColor("#4eb418")Accessibility — WCAG contrast
Aa
#4eb418 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb418 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green70.6%
Blue9.4%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow86.7%
Key (black)29.4%
Color previews
#4eb418 text on a black background
contrast 7.87:1
Card sample
#4eb418 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb418;
Background color
Panel with #4eb418 background
background-color: #4eb418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 180, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 180, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb418; background: linear-gradient(135deg, #4eb418, #18B44A);