#4fd80c
a dark, electric green · cool · closest name: lime
RGB
79, 216, 12
HSL
100°, 90%, 45%
CMYK
63, 0, 94, 15
Luminance
0.5080
Every format
| HEX | #4fd80c |
| RGB | rgb(79, 216, 12) |
| HSL | hsl(100, 90%, 45%) |
| CMYK | cmyk(63%, 0%, 94%, 15%) |
| LAB | lab(76.6 -66.9 73.5) |
| LCH | lch(76.6 99.4 132.3) |
| OKLCH | oklch(0.776 0.243 139.3) |
Copy-ready code
/* CSS */
color: #4fd80c;
background-color: #4fd80c;
/* Tailwind (arbitrary) */
class="text-[#4fd80c] bg-[#4fd80c]"
/* SCSS */
$brand: #4fd80c;
/* SwiftUI */
Color(red: 0.310, green: 0.847, blue: 0.047)
/* Android */
Color.parseColor("#4fd80c")Accessibility — WCAG contrast
Aa
#4fd80c on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd80c on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green84.7%
Blue4.7%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow94.4%
Key (black)15.3%
Color previews
#4fd80c text on a black background
contrast 11.16:1
Card sample
#4fd80c text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd80c;
Background color
Panel with #4fd80c background
background-color: #4fd80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 216, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 216, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd80c; background: linear-gradient(135deg, #4fd80c, #0CD851);