#74ac2d
a dark, vivid green · cool · closest name: olivedrab
RGB
116, 172, 45
HSL
87°, 59%, 43%
CMYK
33, 0, 74, 33
Luminance
0.3341
Every format
| HEX | #74ac2d |
| RGB | rgb(116, 172, 45) |
| HSL | hsl(87, 59%, 43%) |
| CMYK | cmyk(33%, 0%, 74%, 33%) |
| LAB | lab(64.5 -38.0 55.9) |
| LCH | lch(64.5 67.6 124.2) |
| OKLCH | oklch(0.681 0.165 130.7) |
Copy-ready code
/* CSS */
color: #74ac2d;
background-color: #74ac2d;
/* Tailwind (arbitrary) */
class="text-[#74ac2d] bg-[#74ac2d]"
/* SCSS */
$brand: #74ac2d;
/* SwiftUI */
Color(red: 0.455, green: 0.675, blue: 0.176)
/* Android */
Color.parseColor("#74ac2d")Accessibility — WCAG contrast
Aa
#74ac2d on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ac2d on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.5%
Blue17.6%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow73.8%
Key (black)32.5%
Color previews
#74ac2d text on a black background
contrast 7.68:1
Card sample
#74ac2d text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ac2d;
Background color
Panel with #74ac2d background
background-color: #74ac2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ac2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 172, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 172, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ac2d; background: linear-gradient(135deg, #74ac2d, #2DAC3B);