#4fd60c
a dark, electric green · cool · closest name: lime
RGB
79, 214, 12
HSL
100°, 89%, 44%
CMYK
63, 0, 94, 16
Luminance
0.4978
Every format
| HEX | #4fd60c |
| RGB | rgb(79, 214, 12) |
| HSL | hsl(100, 89%, 44%) |
| CMYK | cmyk(63%, 0%, 94%, 16%) |
| LAB | lab(75.9 -66.2 73.0) |
| LCH | lch(75.9 98.5 132.2) |
| OKLCH | oklch(0.771 0.241 139.2) |
Copy-ready code
/* CSS */
color: #4fd60c;
background-color: #4fd60c;
/* Tailwind (arbitrary) */
class="text-[#4fd60c] bg-[#4fd60c]"
/* SCSS */
$brand: #4fd60c;
/* SwiftUI */
Color(red: 0.310, green: 0.839, blue: 0.047)
/* Android */
Color.parseColor("#4fd60c")Accessibility — WCAG contrast
Aa
#4fd60c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd60c on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.9%
Blue4.7%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow94.4%
Key (black)16.1%
Color previews
#4fd60c text on a black background
contrast 10.96:1
Card sample
#4fd60c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd60c;
Background color
Panel with #4fd60c background
background-color: #4fd60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 214, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 214, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd60c; background: linear-gradient(135deg, #4fd60c, #0CD650);