#4ba300
a dark, electric green · cool · closest name: green
RGB
75, 163, 0
HSL
92°, 100%, 32%
CMYK
54, 0, 100, 36
Luminance
0.2769
Every format
| HEX | #4ba300 |
| RGB | rgb(75, 163, 0) |
| HSL | hsl(92, 100%, 32%) |
| CMYK | cmyk(54%, 0%, 100%, 36%) |
| LAB | lab(59.6 -49.8 61.2) |
| LCH | lch(59.6 78.9 129.1) |
| OKLCH | oklch(0.635 0.191 136.6) |
Copy-ready code
/* CSS */
color: #4ba300;
background-color: #4ba300;
/* Tailwind (arbitrary) */
class="text-[#4ba300] bg-[#4ba300]"
/* SCSS */
$brand: #4ba300;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#4ba300")Accessibility — WCAG contrast
Aa
#4ba300 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba300 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue0.0%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#4ba300 text on a black background
contrast 6.54:1
Card sample
#4ba300 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba300;
Background color
Panel with #4ba300 background
background-color: #4ba300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba300; background: linear-gradient(135deg, #4ba300, #00A322);