#4fe44f
a balanced, vivid green · cool · closest name: lime
RGB
79, 228, 79
HSL
120°, 73%, 60%
CMYK
65, 0, 65, 11
Luminance
0.5771
Every format
| HEX | #4fe44f |
| RGB | rgb(79, 228, 79) |
| HSL | hsl(120, 73%, 60%) |
| CMYK | cmyk(65%, 0%, 65%, 11%) |
| LAB | lab(80.6 -67.1 59.2) |
| LCH | lch(80.6 89.5 138.6) |
| OKLCH | oklch(0.810 0.228 143.1) |
Copy-ready code
/* CSS */
color: #4fe44f;
background-color: #4fe44f;
/* Tailwind (arbitrary) */
class="text-[#4fe44f] bg-[#4fe44f]"
/* SCSS */
$brand: #4fe44f;
/* SwiftUI */
Color(red: 0.310, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#4fe44f")Accessibility — WCAG contrast
Aa
#4fe44f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe44f on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green89.4%
Blue31.0%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#4fe44f text on a black background
contrast 12.54:1
Card sample
#4fe44f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe44f;
Background color
Panel with #4fe44f background
background-color: #4fe44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe44f; background: linear-gradient(135deg, #4fe44f, #4FE4B2);