#79b913
a dark, electric green · cool · closest name: olivedrab
RGB
121, 185, 19
HSL
83°, 81%, 40%
CMYK
35, 0, 90, 28
Luminance
0.3881
Every format
| HEX | #79b913 |
| RGB | rgb(121, 185, 19) |
| HSL | hsl(83, 81%, 40%) |
| CMYK | cmyk(35%, 0%, 90%, 28%) |
| LAB | lab(68.6 -42.9 66.7) |
| LCH | lch(68.6 79.2 122.7) |
| OKLCH | oklch(0.715 0.189 130.5) |
Copy-ready code
/* CSS */
color: #79b913;
background-color: #79b913;
/* Tailwind (arbitrary) */
class="text-[#79b913] bg-[#79b913]"
/* SCSS */
$brand: #79b913;
/* SwiftUI */
Color(red: 0.475, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#79b913")Accessibility — WCAG contrast
Aa
#79b913 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79b913 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green72.5%
Blue7.5%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#79b913 text on a black background
contrast 8.76:1
Card sample
#79b913 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79b913;
Background color
Panel with #79b913 background
background-color: #79b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79b913; background: linear-gradient(135deg, #79b913, #13B91C);