#41ce39
a balanced, vivid green · cool · closest name: forestgreen
RGB
65, 206, 57
HSL
117°, 60%, 52%
CMYK
68, 0, 72, 19
Luminance
0.4556
Every format
| HEX | #41ce39 |
| RGB | rgb(65, 206, 57) |
| HSL | hsl(117, 60%, 52%) |
| CMYK | cmyk(68%, 0%, 72%, 19%) |
| LAB | lab(73.3 -64.4 59.8) |
| LCH | lch(73.3 87.9 137.1) |
| OKLCH | oklch(0.748 0.222 142.3) |
Copy-ready code
/* CSS */
color: #41ce39;
background-color: #41ce39;
/* Tailwind (arbitrary) */
class="text-[#41ce39] bg-[#41ce39]"
/* SCSS */
$brand: #41ce39;
/* SwiftUI */
Color(red: 0.255, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#41ce39")Accessibility — WCAG contrast
Aa
#41ce39 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41ce39 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green80.8%
Blue22.4%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow72.3%
Key (black)19.2%
Color previews
#41ce39 text on a black background
contrast 10.11:1
Card sample
#41ce39 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41ce39;
Background color
Panel with #41ce39 background
background-color: #41ce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41ce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41ce39; background: linear-gradient(135deg, #41ce39, #39CE94);