#4eac00
a dark, electric green · cool · closest name: green
RGB
78, 172, 0
HSL
93°, 100%, 34%
CMYK
55, 0, 100, 33
Luminance
0.3112
Every format
| HEX | #4eac00 |
| RGB | rgb(78, 172, 0) |
| HSL | hsl(93, 100%, 34%) |
| CMYK | cmyk(55%, 0%, 100%, 33%) |
| LAB | lab(62.6 -52.3 63.6) |
| LCH | lch(62.6 82.3 129.4) |
| OKLCH | oklch(0.660 0.200 136.9) |
Copy-ready code
/* CSS */
color: #4eac00;
background-color: #4eac00;
/* Tailwind (arbitrary) */
class="text-[#4eac00] bg-[#4eac00]"
/* SCSS */
$brand: #4eac00;
/* SwiftUI */
Color(red: 0.306, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#4eac00")Accessibility — WCAG contrast
Aa
#4eac00 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eac00 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.5%
Blue0.0%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#4eac00 text on a black background
contrast 7.22:1
Card sample
#4eac00 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eac00;
Background color
Panel with #4eac00 background
background-color: #4eac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eac00; background: linear-gradient(135deg, #4eac00, #00AC25);