#4ba500
a dark, electric green · cool · closest name: green
RGB
75, 165, 0
HSL
93°, 100%, 32%
CMYK
55, 0, 100, 35
Luminance
0.2841
Every format
| HEX | #4ba500 |
| RGB | rgb(75, 165, 0) |
| HSL | hsl(93, 100%, 32%) |
| CMYK | cmyk(55%, 0%, 100%, 35%) |
| LAB | lab(60.3 -50.6 61.7) |
| LCH | lch(60.3 79.8 129.3) |
| OKLCH | oklch(0.641 0.193 136.8) |
Copy-ready code
/* CSS */
color: #4ba500;
background-color: #4ba500;
/* Tailwind (arbitrary) */
class="text-[#4ba500] bg-[#4ba500]"
/* SCSS */
$brand: #4ba500;
/* SwiftUI */
Color(red: 0.294, green: 0.647, blue: 0.000)
/* Android */
Color.parseColor("#4ba500")Accessibility — WCAG contrast
Aa
#4ba500 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba500 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.7%
Blue0.0%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow100.0%
Key (black)35.3%
Color previews
#4ba500 text on a black background
contrast 6.68:1
Card sample
#4ba500 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba500;
Background color
Panel with #4ba500 background
background-color: #4ba500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 165, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 165, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba500; background: linear-gradient(135deg, #4ba500, #00A523);