#41a300
a dark, electric green · cool · closest name: green
RGB
65, 163, 0
HSL
96°, 100%, 32%
CMYK
60, 0, 100, 36
Luminance
0.2732
Every format
| HEX | #41a300 |
| RGB | rgb(65, 163, 0) |
| HSL | hsl(96, 100%, 32%) |
| CMYK | cmyk(60%, 0%, 100%, 36%) |
| LAB | lab(59.3 -52.6 60.8) |
| LCH | lch(59.3 80.4 130.9) |
| OKLCH | oklch(0.632 0.196 138.1) |
Copy-ready code
/* CSS */
color: #41a300;
background-color: #41a300;
/* Tailwind (arbitrary) */
class="text-[#41a300] bg-[#41a300]"
/* SCSS */
$brand: #41a300;
/* SwiftUI */
Color(red: 0.255, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#41a300")Accessibility — WCAG contrast
Aa
#41a300 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#41a300 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green63.9%
Blue0.0%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#41a300 text on a black background
contrast 6.46:1
Card sample
#41a300 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41a300;
Background color
Panel with #41a300 background
background-color: #41a300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41a300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41a300; background: linear-gradient(135deg, #41a300, #00A32C);