#4aac00
a dark, electric green · cool · closest name: green
RGB
74, 172, 0
HSL
94°, 100%, 34%
CMYK
57, 0, 100, 33
Luminance
0.3096
Every format
| HEX | #4aac00 |
| RGB | rgb(74, 172, 0) |
| HSL | hsl(94, 100%, 34%) |
| CMYK | cmyk(57%, 0%, 100%, 33%) |
| LAB | lab(62.5 -53.4 63.4) |
| LCH | lch(62.5 82.9 130.1) |
| OKLCH | oklch(0.659 0.202 137.5) |
Copy-ready code
/* CSS */
color: #4aac00;
background-color: #4aac00;
/* Tailwind (arbitrary) */
class="text-[#4aac00] bg-[#4aac00]"
/* SCSS */
$brand: #4aac00;
/* SwiftUI */
Color(red: 0.290, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#4aac00")Accessibility — WCAG contrast
Aa
#4aac00 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aac00 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.5%
Blue0.0%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#4aac00 text on a black background
contrast 7.19:1
Card sample
#4aac00 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aac00;
Background color
Panel with #4aac00 background
background-color: #4aac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aac00; background: linear-gradient(135deg, #4aac00, #00AC29);