#74cb74
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 203, 116
HSL
120°, 46%, 63%
CMYK
43, 0, 43, 20
Luminance
0.4769
Every format
| HEX | #74cb74 |
| RGB | rgb(116, 203, 116) |
| HSL | hsl(120, 46%, 63%) |
| CMYK | cmyk(43%, 0%, 43%, 20%) |
| LAB | lab(74.6 -43.9 35.4) |
| LCH | lch(74.6 56.3 141.1) |
| OKLCH | oklch(0.766 0.148 144.0) |
Copy-ready code
/* CSS */
color: #74cb74;
background-color: #74cb74;
/* Tailwind (arbitrary) */
class="text-[#74cb74] bg-[#74cb74]"
/* SCSS */
$brand: #74cb74;
/* SwiftUI */
Color(red: 0.455, green: 0.796, blue: 0.455)
/* Android */
Color.parseColor("#74cb74")Accessibility — WCAG contrast
Aa
#74cb74 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cb74 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green79.6%
Blue45.5%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow42.9%
Key (black)20.4%
Color previews
#74cb74 text on a black background
contrast 10.54:1
Card sample
#74cb74 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cb74;
Background color
Panel with #74cb74 background
background-color: #74cb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 203, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 203, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cb74; background: linear-gradient(135deg, #74cb74, #74CBAE);