#4cfb21
a balanced, electric green · cool · closest name: lime
RGB
76, 251, 33
HSL
108°, 97%, 56%
CMYK
70, 0, 87, 2
Luminance
0.7064
Every format
| HEX | #4cfb21 |
| RGB | rgb(76, 251, 33) |
| HSL | hsl(108, 97%, 56%) |
| CMYK | cmyk(70%, 0%, 87%, 2%) |
| LAB | lab(87.3 -77.8 79.4) |
| LCH | lch(87.3 111.2 134.4) |
| OKLCH | oklch(0.865 0.275 140.8) |
Copy-ready code
/* CSS */
color: #4cfb21;
background-color: #4cfb21;
/* Tailwind (arbitrary) */
class="text-[#4cfb21] bg-[#4cfb21]"
/* SCSS */
$brand: #4cfb21;
/* SwiftUI */
Color(red: 0.298, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#4cfb21")Accessibility — WCAG contrast
Aa
#4cfb21 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cfb21 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green98.4%
Blue12.9%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#4cfb21 text on a black background
contrast 15.13:1
Card sample
#4cfb21 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cfb21;
Background color
Panel with #4cfb21 background
background-color: #4cfb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cfb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cfb21; background: linear-gradient(135deg, #4cfb21, #21FB87);