#4bdc13
a balanced, electric green · cool · closest name: lime
RGB
75, 220, 19
HSL
103°, 84%, 47%
CMYK
66, 0, 91, 14
Luminance
0.5273
Every format
| HEX | #4bdc13 |
| RGB | rgb(75, 220, 19) |
| HSL | hsl(103, 84%, 47%) |
| CMYK | cmyk(66%, 0%, 91%, 14%) |
| LAB | lab(77.7 -68.8 73.5) |
| LCH | lch(77.7 100.7 133.1) |
| OKLCH | oklch(0.785 0.247 139.9) |
Copy-ready code
/* CSS */
color: #4bdc13;
background-color: #4bdc13;
/* Tailwind (arbitrary) */
class="text-[#4bdc13] bg-[#4bdc13]"
/* SCSS */
$brand: #4bdc13;
/* SwiftUI */
Color(red: 0.294, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#4bdc13")Accessibility — WCAG contrast
Aa
#4bdc13 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdc13 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green86.3%
Blue7.5%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#4bdc13 text on a black background
contrast 11.55:1
Card sample
#4bdc13 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdc13;
Background color
Panel with #4bdc13 background
background-color: #4bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdc13; background: linear-gradient(135deg, #4bdc13, #13DC61);