#4dff4e
a light, electric green · cool · closest name: lime
RGB
77, 255, 78
HSL
120°, 100%, 65%
CMYK
70, 0, 69, 0
Luminance
0.7365
Every format
| HEX | #4dff4e |
| RGB | rgb(77, 255, 78) |
| HSL | hsl(120, 100%, 65%) |
| CMYK | cmyk(70%, 0%, 69%, 0%) |
| LAB | lab(88.8 -76.2 68.3) |
| LCH | lch(88.8 102.3 138.2) |
| OKLCH | oklch(0.878 0.259 143.0) |
Copy-ready code
/* CSS */
color: #4dff4e;
background-color: #4dff4e;
/* Tailwind (arbitrary) */
class="text-[#4dff4e] bg-[#4dff4e]"
/* SCSS */
$brand: #4dff4e;
/* SwiftUI */
Color(red: 0.302, green: 1.000, blue: 0.306)
/* Android */
Color.parseColor("#4dff4e")Accessibility — WCAG contrast
Aa
#4dff4e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dff4e on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green100.0%
Blue30.6%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow69.4%
Key (black)0.0%
Color previews
#4dff4e text on a black background
contrast 15.73:1
Card sample
#4dff4e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dff4e;
Background color
Panel with #4dff4e background
background-color: #4dff4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dff4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 255, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 255, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dff4e; background: linear-gradient(135deg, #4dff4e, #4DFFC5);