#77c511
a dark, electric green · cool · closest name: green
RGB
119, 197, 17
HSL
86°, 84%, 42%
CMYK
40, 0, 91, 23
Luminance
0.4389
Every format
| HEX | #77c511 |
| RGB | rgb(119, 197, 17) |
| HSL | hsl(86, 84%, 42%) |
| CMYK | cmyk(40%, 0%, 91%, 23%) |
| LAB | lab(72.2 -48.6 69.8) |
| LCH | lch(72.2 85.1 124.8) |
| OKLCH | oklch(0.744 0.204 132.5) |
Copy-ready code
/* CSS */
color: #77c511;
background-color: #77c511;
/* Tailwind (arbitrary) */
class="text-[#77c511] bg-[#77c511]"
/* SCSS */
$brand: #77c511;
/* SwiftUI */
Color(red: 0.467, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#77c511")Accessibility — WCAG contrast
Aa
#77c511 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c511 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green77.3%
Blue6.7%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#77c511 text on a black background
contrast 9.78:1
Card sample
#77c511 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c511;
Background color
Panel with #77c511 background
background-color: #77c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c511; background: linear-gradient(135deg, #77c511, #11C523);