#4ccc11
a dark, electric green · cool · closest name: lime
RGB
76, 204, 17
HSL
101°, 85%, 43%
CMYK
63, 0, 92, 20
Luminance
0.4476
Every format
| HEX | #4ccc11 |
| RGB | rgb(76, 204, 17) |
| HSL | hsl(101, 85%, 43%) |
| CMYK | cmyk(63%, 0%, 92%, 20%) |
| LAB | lab(72.7 -63.5 69.7) |
| LCH | lch(72.7 94.3 132.3) |
| OKLCH | oklch(0.744 0.231 139.2) |
Copy-ready code
/* CSS */
color: #4ccc11;
background-color: #4ccc11;
/* Tailwind (arbitrary) */
class="text-[#4ccc11] bg-[#4ccc11]"
/* SCSS */
$brand: #4ccc11;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.067)
/* Android */
Color.parseColor("#4ccc11")Accessibility — WCAG contrast
Aa
#4ccc11 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccc11 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue6.7%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow91.7%
Key (black)20.0%
Color previews
#4ccc11 text on a black background
contrast 9.95:1
Card sample
#4ccc11 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccc11;
Background color
Panel with #4ccc11 background
background-color: #4ccc11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccc11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccc11; background: linear-gradient(135deg, #4ccc11, #11CC53);