#4eb017
a dark, electric green · cool · closest name: green
RGB
78, 176, 23
HSL
98°, 77%, 39%
CMYK
56, 0, 87, 31
Luminance
0.3273
Every format
| HEX | #4eb017 |
| RGB | rgb(78, 176, 23) |
| HSL | hsl(98, 77%, 39%) |
| CMYK | cmyk(56%, 0%, 87%, 31%) |
| LAB | lab(63.9 -53.1 61.1) |
| LCH | lch(63.9 81.0 131.0) |
| OKLCH | oklch(0.672 0.199 137.8) |
Copy-ready code
/* CSS */
color: #4eb017;
background-color: #4eb017;
/* Tailwind (arbitrary) */
class="text-[#4eb017] bg-[#4eb017]"
/* SCSS */
$brand: #4eb017;
/* SwiftUI */
Color(red: 0.306, green: 0.690, blue: 0.090)
/* Android */
Color.parseColor("#4eb017")Accessibility — WCAG contrast
Aa
#4eb017 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb017 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.0%
Blue9.0%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow86.9%
Key (black)31.0%
Color previews
#4eb017 text on a black background
contrast 7.55:1
Card sample
#4eb017 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb017;
Background color
Panel with #4eb017 background
background-color: #4eb017;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb017;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 176, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 176, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb017; background: linear-gradient(135deg, #4eb017, #17B046);