#4bcb21
a balanced, vivid green · cool · closest name: lime
RGB
75, 203, 33
HSL
105°, 72%, 46%
CMYK
63, 0, 84, 20
Luminance
0.4432
Every format
| HEX | #4bcb21 |
| RGB | rgb(75, 203, 33) |
| HSL | hsl(105, 72%, 46%) |
| CMYK | cmyk(63%, 0%, 84%, 20%) |
| LAB | lab(72.4 -62.9 66.3) |
| LCH | lch(72.4 91.4 133.5) |
| OKLCH | oklch(0.742 0.226 139.8) |
Copy-ready code
/* CSS */
color: #4bcb21;
background-color: #4bcb21;
/* Tailwind (arbitrary) */
class="text-[#4bcb21] bg-[#4bcb21]"
/* SCSS */
$brand: #4bcb21;
/* SwiftUI */
Color(red: 0.294, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#4bcb21")Accessibility — WCAG contrast
Aa
#4bcb21 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcb21 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green79.6%
Blue12.9%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#4bcb21 text on a black background
contrast 9.86:1
Card sample
#4bcb21 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcb21;
Background color
Panel with #4bcb21 background
background-color: #4bcb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcb21; background: linear-gradient(135deg, #4bcb21, #21CB68);