#4dfb2a
a balanced, electric green · cool · closest name: lime
RGB
77, 251, 42
HSL
110°, 96%, 58%
CMYK
69, 0, 83, 2
Luminance
0.7074
Every format
| HEX | #4dfb2a |
| RGB | rgb(77, 251, 42) |
| HSL | hsl(110, 96%, 58%) |
| CMYK | cmyk(69%, 0%, 83%, 2%) |
| LAB | lab(87.4 -77.2 77.6) |
| LCH | lch(87.4 109.5 134.9) |
| OKLCH | oklch(0.866 0.272 141.0) |
Copy-ready code
/* CSS */
color: #4dfb2a;
background-color: #4dfb2a;
/* Tailwind (arbitrary) */
class="text-[#4dfb2a] bg-[#4dfb2a]"
/* SCSS */
$brand: #4dfb2a;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.165)
/* Android */
Color.parseColor("#4dfb2a")Accessibility — WCAG contrast
Aa
#4dfb2a on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfb2a on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue16.5%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow83.3%
Key (black)1.6%
Color previews
#4dfb2a text on a black background
contrast 15.15:1
Card sample
#4dfb2a text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfb2a;
Background color
Panel with #4dfb2a background
background-color: #4dfb2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfb2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfb2a; background: linear-gradient(135deg, #4dfb2a, #2AFB93);