#4eac13
a dark, electric green · cool · closest name: green
RGB
78, 172, 19
HSL
97°, 80%, 38%
CMYK
55, 0, 89, 33
Luminance
0.3117
Every format
| HEX | #4eac13 |
| RGB | rgb(78, 172, 19) |
| HSL | hsl(97, 80%, 38%) |
| CMYK | cmyk(55%, 0%, 89%, 33%) |
| LAB | lab(62.6 -51.8 60.9) |
| LCH | lch(62.6 79.9 130.4) |
| OKLCH | oklch(0.661 0.196 137.4) |
Copy-ready code
/* CSS */
color: #4eac13;
background-color: #4eac13;
/* Tailwind (arbitrary) */
class="text-[#4eac13] bg-[#4eac13]"
/* SCSS */
$brand: #4eac13;
/* SwiftUI */
Color(red: 0.306, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#4eac13")Accessibility — WCAG contrast
Aa
#4eac13 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eac13 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.5%
Blue7.5%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow89.0%
Key (black)32.5%
Color previews
#4eac13 text on a black background
contrast 7.23:1
Card sample
#4eac13 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eac13;
Background color
Panel with #4eac13 background
background-color: #4eac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eac13; background: linear-gradient(135deg, #4eac13, #13AC3E);