#4cb319
a dark, electric green · cool · closest name: green
RGB
76, 179, 25
HSL
100°, 76%, 40%
CMYK
58, 0, 86, 30
Luminance
0.3385
Every format
| HEX | #4cb319 |
| RGB | rgb(76, 179, 25) |
| HSL | hsl(100, 76%, 40%) |
| CMYK | cmyk(58%, 0%, 86%, 30%) |
| LAB | lab(64.8 -54.7 61.5) |
| LCH | lch(64.8 82.3 131.7) |
| OKLCH | oklch(0.679 0.203 138.3) |
Copy-ready code
/* CSS */
color: #4cb319;
background-color: #4cb319;
/* Tailwind (arbitrary) */
class="text-[#4cb319] bg-[#4cb319]"
/* SCSS */
$brand: #4cb319;
/* SwiftUI */
Color(red: 0.298, green: 0.702, blue: 0.098)
/* Android */
Color.parseColor("#4cb319")Accessibility — WCAG contrast
Aa
#4cb319 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb319 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green70.2%
Blue9.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow86.0%
Key (black)29.8%
Color previews
#4cb319 text on a black background
contrast 7.77:1
Card sample
#4cb319 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb319;
Background color
Panel with #4cb319 background
background-color: #4cb319;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb319;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 179, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 179, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb319; background: linear-gradient(135deg, #4cb319, #19B34D);