#79c521
a balanced, vivid green · cool · closest name: forestgreen
RGB
121, 197, 33
HSL
88°, 71%, 45%
CMYK
39, 0, 83, 23
Luminance
0.4411
Every format
| HEX | #79c521 |
| RGB | rgb(121, 197, 33) |
| HSL | hsl(88, 71%, 45%) |
| CMYK | cmyk(39%, 0%, 83%, 23%) |
| LAB | lab(72.3 -47.4 66.9) |
| LCH | lch(72.3 82.0 125.3) |
| OKLCH | oklch(0.745 0.199 132.6) |
Copy-ready code
/* CSS */
color: #79c521;
background-color: #79c521;
/* Tailwind (arbitrary) */
class="text-[#79c521] bg-[#79c521]"
/* SCSS */
$brand: #79c521;
/* SwiftUI */
Color(red: 0.475, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#79c521")Accessibility — WCAG contrast
Aa
#79c521 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c521 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green77.3%
Blue12.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#79c521 text on a black background
contrast 9.82:1
Card sample
#79c521 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c521;
Background color
Panel with #79c521 background
background-color: #79c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c521; background: linear-gradient(135deg, #79c521, #21C536);