#41f199
a balanced, electric green · cool · closest name: aquamarine
RGB
65, 241, 153
HSL
150°, 86%, 60%
CMYK
73, 0, 37, 6
Luminance
0.6633
Every format
| HEX | #41f199 |
| RGB | rgb(65, 241, 153) |
| HSL | hsl(150, 86%, 60%) |
| CMYK | cmyk(73%, 0%, 37%, 6%) |
| LAB | lab(85.2 -63.3 30.2) |
| LCH | lch(85.2 70.1 154.5) |
| OKLCH | oklch(0.850 0.187 156.2) |
Copy-ready code
/* CSS */
color: #41f199;
background-color: #41f199;
/* Tailwind (arbitrary) */
class="text-[#41f199] bg-[#41f199]"
/* SCSS */
$brand: #41f199;
/* SwiftUI */
Color(red: 0.255, green: 0.945, blue: 0.600)
/* Android */
Color.parseColor("#41f199")Accessibility — WCAG contrast
Aa
#41f199 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41f199 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green94.5%
Blue60.0%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow36.5%
Key (black)5.5%
Color previews
#41f199 text on a black background
contrast 14.27:1
Card sample
#41f199 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41f199;
Background color
Panel with #41f199 background
background-color: #41f199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41f199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 241, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 241, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41f199; background: linear-gradient(135deg, #41f199, #41D4F1);