#74cb2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 203, 47
HSL
94°, 62%, 49%
CMYK
43, 0, 77, 20
Luminance
0.4663
Every format
| HEX | #74cb2f |
| RGB | rgb(116, 203, 47) |
| HSL | hsl(94, 62%, 49%) |
| CMYK | cmyk(43%, 0%, 77%, 20%) |
| LAB | lab(74.0 -50.8 64.4) |
| LCH | lch(74.0 82.0 128.3) |
| OKLCH | oklch(0.758 0.202 134.8) |
Copy-ready code
/* CSS */
color: #74cb2f;
background-color: #74cb2f;
/* Tailwind (arbitrary) */
class="text-[#74cb2f] bg-[#74cb2f]"
/* SCSS */
$brand: #74cb2f;
/* SwiftUI */
Color(red: 0.455, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#74cb2f")Accessibility — WCAG contrast
Aa
#74cb2f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74cb2f on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green79.6%
Blue18.4%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#74cb2f text on a black background
contrast 10.33:1
Card sample
#74cb2f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74cb2f;
Background color
Panel with #74cb2f background
background-color: #74cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74cb2f; background: linear-gradient(135deg, #74cb2f, #2FCB52);