#4fda41
a balanced, vivid green · cool · closest name: lime
RGB
79, 218, 65
HSL
115°, 67%, 56%
CMYK
64, 0, 70, 15
Luminance
0.5219
Every format
| HEX | #4fda41 |
| RGB | rgb(79, 218, 65) |
| HSL | hsl(115, 67%, 56%) |
| CMYK | cmyk(64%, 0%, 70%, 15%) |
| LAB | lab(77.4 -65.0 61.2) |
| LCH | lch(77.4 89.3 136.7) |
| OKLCH | oklch(0.784 0.225 141.8) |
Copy-ready code
/* CSS */
color: #4fda41;
background-color: #4fda41;
/* Tailwind (arbitrary) */
class="text-[#4fda41] bg-[#4fda41]"
/* SCSS */
$brand: #4fda41;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.255)
/* Android */
Color.parseColor("#4fda41")Accessibility — WCAG contrast
Aa
#4fda41 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fda41 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue25.5%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow70.2%
Key (black)14.5%
Color previews
#4fda41 text on a black background
contrast 11.44:1
Card sample
#4fda41 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fda41;
Background color
Panel with #4fda41 background
background-color: #4fda41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fda41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fda41; background: linear-gradient(135deg, #4fda41, #41DA99);