#79c237
a balanced, vivid green · cool · closest name: olivedrab
RGB
121, 194, 55
HSL
92°, 56%, 49%
CMYK
38, 0, 72, 24
Luminance
0.4292
Every format
| HEX | #79c237 |
| RGB | rgb(121, 194, 55) |
| HSL | hsl(92, 56%, 49%) |
| CMYK | cmyk(38%, 0%, 72%, 24%) |
| LAB | lab(71.5 -45.0 59.4) |
| LCH | lch(71.5 74.5 127.2) |
| OKLCH | oklch(0.739 0.184 133.4) |
Copy-ready code
/* CSS */
color: #79c237;
background-color: #79c237;
/* Tailwind (arbitrary) */
class="text-[#79c237] bg-[#79c237]"
/* SCSS */
$brand: #79c237;
/* SwiftUI */
Color(red: 0.475, green: 0.761, blue: 0.216)
/* Android */
Color.parseColor("#79c237")Accessibility — WCAG contrast
Aa
#79c237 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c237 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green76.1%
Blue21.6%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow71.6%
Key (black)23.9%
Color previews
#79c237 text on a black background
contrast 9.58:1
Card sample
#79c237 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c237;
Background color
Panel with #79c237 background
background-color: #79c237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 194, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 194, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c237; background: linear-gradient(135deg, #79c237, #37C252);