#4ac613
a dark, electric green · cool · closest name: green
RGB
74, 198, 19
HSL
102°, 83%, 43%
CMYK
63, 0, 90, 22
Luminance
0.4189
Every format
| HEX | #4ac613 |
| RGB | rgb(74, 198, 19) |
| HSL | hsl(102, 83%, 43%) |
| CMYK | cmyk(63%, 0%, 90%, 22%) |
| LAB | lab(70.8 -61.9 67.7) |
| LCH | lch(70.8 91.8 132.4) |
| OKLCH | oklch(0.728 0.225 139.2) |
Copy-ready code
/* CSS */
color: #4ac613;
background-color: #4ac613;
/* Tailwind (arbitrary) */
class="text-[#4ac613] bg-[#4ac613]"
/* SCSS */
$brand: #4ac613;
/* SwiftUI */
Color(red: 0.290, green: 0.776, blue: 0.075)
/* Android */
Color.parseColor("#4ac613")Accessibility — WCAG contrast
Aa
#4ac613 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac613 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green77.6%
Blue7.5%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow90.4%
Key (black)22.4%
Color previews
#4ac613 text on a black background
contrast 9.38:1
Card sample
#4ac613 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac613;
Background color
Panel with #4ac613 background
background-color: #4ac613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 198, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 198, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac613; background: linear-gradient(135deg, #4ac613, #13C653);