#41ba39
a balanced, vivid green · cool · closest name: forestgreen
RGB
65, 186, 57
HSL
116°, 53%, 48%
CMYK
65, 0, 69, 27
Luminance
0.3654
Every format
| HEX | #41ba39 |
| RGB | rgb(65, 186, 57) |
| HSL | hsl(116, 53%, 48%) |
| CMYK | cmyk(65%, 0%, 69%, 27%) |
| LAB | lab(66.9 -57.7 53.2) |
| LCH | lch(66.9 78.5 137.3) |
| OKLCH | oklch(0.696 0.199 142.2) |
Copy-ready code
/* CSS */
color: #41ba39;
background-color: #41ba39;
/* Tailwind (arbitrary) */
class="text-[#41ba39] bg-[#41ba39]"
/* SCSS */
$brand: #41ba39;
/* SwiftUI */
Color(red: 0.255, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#41ba39")Accessibility — WCAG contrast
Aa
#41ba39 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ba39 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green72.9%
Blue22.4%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow69.4%
Key (black)27.1%
Color previews
#41ba39 text on a black background
contrast 8.31:1
Card sample
#41ba39 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ba39;
Background color
Panel with #41ba39 background
background-color: #41ba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ba39; background: linear-gradient(135deg, #41ba39, #39BA87);