#4cf913
a balanced, electric green · cool · closest name: lime
RGB
76, 249, 19
HSL
105°, 95%, 53%
CMYK
70, 0, 92, 2
Luminance
0.6933
Every format
| HEX | #4cf913 |
| RGB | rgb(76, 249, 19) |
| HSL | hsl(105, 95%, 53%) |
| CMYK | cmyk(70%, 0%, 92%, 2%) |
| LAB | lab(86.7 -77.5 81.0) |
| LCH | lch(86.7 112.1 133.8) |
| OKLCH | oklch(0.860 0.276 140.5) |
Copy-ready code
/* CSS */
color: #4cf913;
background-color: #4cf913;
/* Tailwind (arbitrary) */
class="text-[#4cf913] bg-[#4cf913]"
/* SCSS */
$brand: #4cf913;
/* SwiftUI */
Color(red: 0.298, green: 0.976, blue: 0.075)
/* Android */
Color.parseColor("#4cf913")Accessibility — WCAG contrast
Aa
#4cf913 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf913 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green97.6%
Blue7.5%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow92.4%
Key (black)2.4%
Color previews
#4cf913 text on a black background
contrast 14.87:1
Card sample
#4cf913 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf913;
Background color
Panel with #4cf913 background
background-color: #4cf913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 249, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 249, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf913; background: linear-gradient(135deg, #4cf913, #13F973);