#4fee4f
a balanced, electric green · cool · closest name: lime
RGB
79, 238, 79
HSL
120°, 82%, 62%
CMYK
67, 0, 67, 7
Luminance
0.6338
Every format
| HEX | #4fee4f |
| RGB | rgb(79, 238, 79) |
| HSL | hsl(120, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 67%, 7%) |
| LAB | lab(83.6 -70.4 62.5) |
| LCH | lch(83.6 94.1 138.4) |
| OKLCH | oklch(0.836 0.239 143.1) |
Copy-ready code
/* CSS */
color: #4fee4f;
background-color: #4fee4f;
/* Tailwind (arbitrary) */
class="text-[#4fee4f] bg-[#4fee4f]"
/* SCSS */
$brand: #4fee4f;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.310)
/* Android */
Color.parseColor("#4fee4f")Accessibility — WCAG contrast
Aa
#4fee4f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fee4f on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue31.0%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow66.8%
Key (black)6.7%
Color previews
#4fee4f text on a black background
contrast 13.68:1
Card sample
#4fee4f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fee4f;
Background color
Panel with #4fee4f background
background-color: #4fee4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fee4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fee4f; background: linear-gradient(135deg, #4fee4f, #4FEEB9);