#41ae41
a balanced, vivid green · cool · closest name: forestgreen
RGB
65, 174, 65
HSL
120°, 46%, 47%
CMYK
63, 0, 63, 32
Luminance
0.3178
Every format
| HEX | #41ae41 |
| RGB | rgb(65, 174, 65) |
| HSL | hsl(120, 46%, 47%) |
| CMYK | cmyk(63%, 0%, 63%, 32%) |
| LAB | lab(63.2 -52.6 45.7) |
| LCH | lch(63.2 69.7 139.0) |
| OKLCH | oklch(0.665 0.178 143.2) |
Copy-ready code
/* CSS */
color: #41ae41;
background-color: #41ae41;
/* Tailwind (arbitrary) */
class="text-[#41ae41] bg-[#41ae41]"
/* SCSS */
$brand: #41ae41;
/* SwiftUI */
Color(red: 0.255, green: 0.682, blue: 0.255)
/* Android */
Color.parseColor("#41ae41")Accessibility — WCAG contrast
Aa
#41ae41 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ae41 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green68.2%
Blue25.5%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow62.6%
Key (black)31.8%
Color previews
#41ae41 text on a black background
contrast 7.36:1
Card sample
#41ae41 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ae41;
Background color
Panel with #41ae41 background
background-color: #41ae41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ae41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 174, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 174, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ae41; background: linear-gradient(135deg, #41ae41, #41AE8A);