#77c529
a balanced, vivid green · cool · closest name: forestgreen
RGB
119, 197, 41
HSL
90°, 66%, 47%
CMYK
40, 0, 79, 23
Luminance
0.4401
Every format
| HEX | #77c529 |
| RGB | rgb(119, 197, 41) |
| HSL | hsl(90, 66%, 47%) |
| CMYK | cmyk(40%, 0%, 79%, 23%) |
| LAB | lab(72.2 -47.7 64.6) |
| LCH | lch(72.2 80.3 126.5) |
| OKLCH | oklch(0.745 0.196 133.3) |
Copy-ready code
/* CSS */
color: #77c529;
background-color: #77c529;
/* Tailwind (arbitrary) */
class="text-[#77c529] bg-[#77c529]"
/* SCSS */
$brand: #77c529;
/* SwiftUI */
Color(red: 0.467, green: 0.773, blue: 0.161)
/* Android */
Color.parseColor("#77c529")Accessibility — WCAG contrast
Aa
#77c529 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77c529 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green77.3%
Blue16.1%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow79.2%
Key (black)22.7%
Color previews
#77c529 text on a black background
contrast 9.80:1
Card sample
#77c529 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77c529;
Background color
Panel with #77c529 background
background-color: #77c529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77c529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 197, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 197, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77c529; background: linear-gradient(135deg, #77c529, #29C543);