#4cf16f
a balanced, electric green · cool · closest name: lime
RGB
76, 241, 111
HSL
133°, 86%, 62%
CMYK
69, 0, 54, 6
Luminance
0.6559
Every format
| HEX | #4cf16f |
| RGB | rgb(76, 241, 111) |
| HSL | hsl(133, 86%, 62%) |
| CMYK | cmyk(69%, 0%, 54%, 6%) |
| LAB | lab(84.8 -68.3 50.1) |
| LCH | lch(84.8 84.8 143.7) |
| OKLCH | oklch(0.846 0.220 147.0) |
Copy-ready code
/* CSS */
color: #4cf16f;
background-color: #4cf16f;
/* Tailwind (arbitrary) */
class="text-[#4cf16f] bg-[#4cf16f]"
/* SCSS */
$brand: #4cf16f;
/* SwiftUI */
Color(red: 0.298, green: 0.945, blue: 0.435)
/* Android */
Color.parseColor("#4cf16f")Accessibility — WCAG contrast
Aa
#4cf16f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf16f on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.5%
Blue43.5%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow53.9%
Key (black)5.5%
Color previews
#4cf16f text on a black background
contrast 14.12:1
Card sample
#4cf16f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf16f;
Background color
Panel with #4cf16f background
background-color: #4cf16f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf16f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 241, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 241, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf16f; background: linear-gradient(135deg, #4cf16f, #4CF1DD);