#4eaa00
a dark, electric green · cool · closest name: green
RGB
78, 170, 0
HSL
93°, 100%, 33%
CMYK
54, 0, 100, 33
Luminance
0.3037
Every format
| HEX | #4eaa00 |
| RGB | rgb(78, 170, 0) |
| HSL | hsl(93, 100%, 33%) |
| CMYK | cmyk(54%, 0%, 100%, 33%) |
| LAB | lab(62.0 -51.5 63.1) |
| LCH | lch(62.0 81.5 129.2) |
| OKLCH | oklch(0.655 0.198 136.7) |
Copy-ready code
/* CSS */
color: #4eaa00;
background-color: #4eaa00;
/* Tailwind (arbitrary) */
class="text-[#4eaa00] bg-[#4eaa00]"
/* SCSS */
$brand: #4eaa00;
/* SwiftUI */
Color(red: 0.306, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#4eaa00")Accessibility — WCAG contrast
Aa
#4eaa00 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaa00 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green66.7%
Blue0.0%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#4eaa00 text on a black background
contrast 7.07:1
Card sample
#4eaa00 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaa00;
Background color
Panel with #4eaa00 background
background-color: #4eaa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaa00; background: linear-gradient(135deg, #4eaa00, #00AA23);