#74c424
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 196, 36
HSL
90°, 69%, 46%
CMYK
41, 0, 82, 23
Luminance
0.4332
Every format
| HEX | #74c424 |
| RGB | rgb(116, 196, 36) |
| HSL | hsl(90, 69%, 46%) |
| CMYK | cmyk(41%, 0%, 82%, 23%) |
| LAB | lab(71.8 -48.6 65.5) |
| LCH | lch(71.8 81.6 126.6) |
| OKLCH | oklch(0.740 0.199 133.6) |
Copy-ready code
/* CSS */
color: #74c424;
background-color: #74c424;
/* Tailwind (arbitrary) */
class="text-[#74c424] bg-[#74c424]"
/* SCSS */
$brand: #74c424;
/* SwiftUI */
Color(red: 0.455, green: 0.769, blue: 0.141)
/* Android */
Color.parseColor("#74c424")Accessibility — WCAG contrast
Aa
#74c424 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c424 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green76.9%
Blue14.1%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow81.6%
Key (black)23.1%
Color previews
#74c424 text on a black background
contrast 9.66:1
Card sample
#74c424 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c424;
Background color
Panel with #74c424 background
background-color: #74c424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 196, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 196, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c424; background: linear-gradient(135deg, #74c424, #24C43F);