#4cf271
a balanced, electric green · cool · closest name: lime
RGB
76, 242, 113
HSL
133°, 87%, 62%
CMYK
69, 0, 53, 5
Luminance
0.6623
Every format
| HEX | #4cf271 |
| RGB | rgb(76, 242, 113) |
| HSL | hsl(133, 87%, 62%) |
| CMYK | cmyk(69%, 0%, 53%, 5%) |
| LAB | lab(85.1 -68.4 49.6) |
| LCH | lch(85.1 84.5 144.1) |
| OKLCH | oklch(0.849 0.219 147.2) |
Copy-ready code
/* CSS */
color: #4cf271;
background-color: #4cf271;
/* Tailwind (arbitrary) */
class="text-[#4cf271] bg-[#4cf271]"
/* SCSS */
$brand: #4cf271;
/* SwiftUI */
Color(red: 0.298, green: 0.949, blue: 0.443)
/* Android */
Color.parseColor("#4cf271")Accessibility — WCAG contrast
Aa
#4cf271 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf271 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.9%
Blue44.3%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow53.3%
Key (black)5.1%
Color previews
#4cf271 text on a black background
contrast 14.25:1
Card sample
#4cf271 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf271;
Background color
Panel with #4cf271 background
background-color: #4cf271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 242, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 242, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf271; background: linear-gradient(135deg, #4cf271, #4CF2E0);