#80c034
a balanced, vivid green · cool · closest name: olivedrab
RGB
128, 192, 52
HSL
87°, 57%, 48%
CMYK
33, 0, 73, 25
Luminance
0.4254
Every format
| HEX | #80c034 |
| RGB | rgb(128, 192, 52) |
| HSL | hsl(87, 57%, 48%) |
| CMYK | cmyk(33%, 0%, 73%, 25%) |
| LAB | lab(71.2 -41.9 60.3) |
| LCH | lch(71.2 73.4 124.8) |
| OKLCH | oklch(0.738 0.180 131.3) |
Copy-ready code
/* CSS */
color: #80c034;
background-color: #80c034;
/* Tailwind (arbitrary) */
class="text-[#80c034] bg-[#80c034]"
/* SCSS */
$brand: #80c034;
/* SwiftUI */
Color(red: 0.502, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#80c034")Accessibility — WCAG contrast
Aa
#80c034 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c034 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green75.3%
Blue20.4%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#80c034 text on a black background
contrast 9.51:1
Card sample
#80c034 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c034;
Background color
Panel with #80c034 background
background-color: #80c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c034; background: linear-gradient(135deg, #80c034, #34C045);