#4cf22f
a balanced, electric green · cool · closest name: lime
RGB
76, 242, 47
HSL
111°, 88%, 57%
CMYK
69, 0, 81, 5
Luminance
0.6525
Every format
| HEX | #4cf22f |
| RGB | rgb(76, 242, 47) |
| HSL | hsl(111, 88%, 57%) |
| CMYK | cmyk(69%, 0%, 81%, 5%) |
| LAB | lab(84.6 -74.4 73.9) |
| LCH | lch(84.6 104.9 135.2) |
| OKLCH | oklch(0.843 0.261 141.2) |
Copy-ready code
/* CSS */
color: #4cf22f;
background-color: #4cf22f;
/* Tailwind (arbitrary) */
class="text-[#4cf22f] bg-[#4cf22f]"
/* SCSS */
$brand: #4cf22f;
/* SwiftUI */
Color(red: 0.298, green: 0.949, blue: 0.184)
/* Android */
Color.parseColor("#4cf22f")Accessibility — WCAG contrast
Aa
#4cf22f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf22f on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.9%
Blue18.4%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow80.6%
Key (black)5.1%
Color previews
#4cf22f text on a black background
contrast 14.05:1
Card sample
#4cf22f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf22f;
Background color
Panel with #4cf22f background
background-color: #4cf22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 242, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 242, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf22f; background: linear-gradient(135deg, #4cf22f, #2FF294);