#4cbf00
a dark, electric green · cool · closest name: green
RGB
76, 191, 0
HSL
96°, 100%, 38%
CMYK
60, 0, 100, 25
Luminance
0.3880
Every format
| HEX | #4cbf00 |
| RGB | rgb(76, 191, 0) |
| HSL | hsl(96, 100%, 38%) |
| CMYK | cmyk(60%, 0%, 100%, 25%) |
| LAB | lab(68.6 -59.5 68.3) |
| LCH | lch(68.6 90.6 131.1) |
| OKLCH | oklch(0.710 0.221 138.3) |
Copy-ready code
/* CSS */
color: #4cbf00;
background-color: #4cbf00;
/* Tailwind (arbitrary) */
class="text-[#4cbf00] bg-[#4cbf00]"
/* SCSS */
$brand: #4cbf00;
/* SwiftUI */
Color(red: 0.298, green: 0.749, blue: 0.000)
/* Android */
Color.parseColor("#4cbf00")Accessibility — WCAG contrast
Aa
#4cbf00 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbf00 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.9%
Blue0.0%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow100.0%
Key (black)25.1%
Color previews
#4cbf00 text on a black background
contrast 8.76:1
Card sample
#4cbf00 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbf00;
Background color
Panel with #4cbf00 background
background-color: #4cbf00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbf00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 191, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 191, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbf00; background: linear-gradient(135deg, #4cbf00, #00BF33);