#41ac2c
a dark, vivid green · cool · closest name: forestgreen
RGB
65, 172, 44
HSL
110°, 59%, 42%
CMYK
62, 0, 74, 33
Luminance
0.3081
Every format
| HEX | #41ac2c |
| RGB | rgb(65, 172, 44) |
| HSL | hsl(110, 59%, 42%) |
| CMYK | cmyk(62%, 0%, 74%, 33%) |
| LAB | lab(62.4 -53.9 53.4) |
| LCH | lch(62.4 75.9 135.2) |
| OKLCH | oklch(0.658 0.190 140.7) |
Copy-ready code
/* CSS */
color: #41ac2c;
background-color: #41ac2c;
/* Tailwind (arbitrary) */
class="text-[#41ac2c] bg-[#41ac2c]"
/* SCSS */
$brand: #41ac2c;
/* SwiftUI */
Color(red: 0.255, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#41ac2c")Accessibility — WCAG contrast
Aa
#41ac2c on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ac2c on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green67.5%
Blue17.3%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#41ac2c text on a black background
contrast 7.16:1
Card sample
#41ac2c text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ac2c;
Background color
Panel with #41ac2c background
background-color: #41ac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ac2c; background: linear-gradient(135deg, #41ac2c, #2CAC6D);