#4cf02d
a balanced, electric green · cool · closest name: lime
RGB
76, 240, 45
HSL
111°, 87%, 56%
CMYK
68, 0, 81, 6
Luminance
0.6405
Every format
| HEX | #4cf02d |
| RGB | rgb(76, 240, 45) |
| HSL | hsl(111, 87%, 56%) |
| CMYK | cmyk(68%, 0%, 81%, 6%) |
| LAB | lab(84.0 -73.9 73.9) |
| LCH | lch(84.0 104.5 135.0) |
| OKLCH | oklch(0.838 0.260 141.1) |
Copy-ready code
/* CSS */
color: #4cf02d;
background-color: #4cf02d;
/* Tailwind (arbitrary) */
class="text-[#4cf02d] bg-[#4cf02d]"
/* SCSS */
$brand: #4cf02d;
/* SwiftUI */
Color(red: 0.298, green: 0.941, blue: 0.176)
/* Android */
Color.parseColor("#4cf02d")Accessibility — WCAG contrast
Aa
#4cf02d on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf02d on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.1%
Blue17.6%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow81.3%
Key (black)5.9%
Color previews
#4cf02d text on a black background
contrast 13.81:1
Card sample
#4cf02d text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf02d;
Background color
Panel with #4cf02d background
background-color: #4cf02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 240, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 240, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf02d; background: linear-gradient(135deg, #4cf02d, #2DF090);