#4fe950
a balanced, electric green · cool · closest name: lime
RGB
79, 233, 80
HSL
120°, 78%, 61%
CMYK
66, 0, 66, 9
Luminance
0.6052
Every format
| HEX | #4fe950 |
| RGB | rgb(79, 233, 80) |
| HSL | hsl(120, 78%, 61%) |
| CMYK | cmyk(66%, 0%, 66%, 9%) |
| LAB | lab(82.1 -68.7 60.5) |
| LCH | lch(82.1 91.5 138.6) |
| OKLCH | oklch(0.823 0.233 143.2) |
Copy-ready code
/* CSS */
color: #4fe950;
background-color: #4fe950;
/* Tailwind (arbitrary) */
class="text-[#4fe950] bg-[#4fe950]"
/* SCSS */
$brand: #4fe950;
/* SwiftUI */
Color(red: 0.310, green: 0.914, blue: 0.314)
/* Android */
Color.parseColor("#4fe950")Accessibility — WCAG contrast
Aa
#4fe950 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe950 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green91.4%
Blue31.4%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow65.7%
Key (black)8.6%
Color previews
#4fe950 text on a black background
contrast 13.10:1
Card sample
#4fe950 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe950;
Background color
Panel with #4fe950 background
background-color: #4fe950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 233, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 233, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe950; background: linear-gradient(135deg, #4fe950, #4FE9B7);