#77eb49
a balanced, electric green · cool · closest name: lime
RGB
119, 235, 73
HSL
103°, 80%, 60%
CMYK
49, 0, 69, 8
Luminance
0.6382
Every format
| HEX | #77eb49 |
| RGB | rgb(119, 235, 73) |
| HSL | hsl(103, 80%, 60%) |
| CMYK | cmyk(49%, 0%, 69%, 8%) |
| LAB | lab(83.9 -60.5 65.4) |
| LCH | lch(83.9 89.0 132.8) |
| OKLCH | oklch(0.841 0.224 138.3) |
Copy-ready code
/* CSS */
color: #77eb49;
background-color: #77eb49;
/* Tailwind (arbitrary) */
class="text-[#77eb49] bg-[#77eb49]"
/* SCSS */
$brand: #77eb49;
/* SwiftUI */
Color(red: 0.467, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#77eb49")Accessibility — WCAG contrast
Aa
#77eb49 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77eb49 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green92.2%
Blue28.6%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#77eb49 text on a black background
contrast 13.76:1
Card sample
#77eb49 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77eb49;
Background color
Panel with #77eb49 background
background-color: #77eb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77eb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77eb49; background: linear-gradient(135deg, #77eb49, #49EB87);