#4cf71b
a balanced, electric green · cool · closest name: lime
RGB
76, 247, 27
HSL
107°, 93%, 54%
CMYK
69, 0, 89, 3
Luminance
0.6814
Every format
| HEX | #4cf71b |
| RGB | rgb(76, 247, 27) |
| HSL | hsl(107, 93%, 54%) |
| CMYK | cmyk(69%, 0%, 89%, 3%) |
| LAB | lab(86.1 -76.8 79.4) |
| LCH | lch(86.1 110.4 134.0) |
| OKLCH | oklch(0.855 0.272 140.6) |
Copy-ready code
/* CSS */
color: #4cf71b;
background-color: #4cf71b;
/* Tailwind (arbitrary) */
class="text-[#4cf71b] bg-[#4cf71b]"
/* SCSS */
$brand: #4cf71b;
/* SwiftUI */
Color(red: 0.298, green: 0.969, blue: 0.106)
/* Android */
Color.parseColor("#4cf71b")Accessibility — WCAG contrast
Aa
#4cf71b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf71b on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green96.9%
Blue10.6%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow89.1%
Key (black)3.1%
Color previews
#4cf71b text on a black background
contrast 14.63:1
Card sample
#4cf71b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf71b;
Background color
Panel with #4cf71b background
background-color: #4cf71b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf71b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 247, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 247, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf71b; background: linear-gradient(135deg, #4cf71b, #1BF77C);