#40c115
a dark, electric green · cool · closest name: green
RGB
64, 193, 21
HSL
105°, 80%, 42%
CMYK
67, 0, 89, 24
Luminance
0.3928
Every format
| HEX | #40c115 |
| RGB | rgb(64, 193, 21) |
| HSL | hsl(105, 80%, 42%) |
| CMYK | cmyk(67%, 0%, 89%, 24%) |
| LAB | lab(69.0 -62.4 65.7) |
| LCH | lch(69.0 90.6 133.5) |
| OKLCH | oklch(0.712 0.223 140.1) |
Copy-ready code
/* CSS */
color: #40c115;
background-color: #40c115;
/* Tailwind (arbitrary) */
class="text-[#40c115] bg-[#40c115]"
/* SCSS */
$brand: #40c115;
/* SwiftUI */
Color(red: 0.251, green: 0.757, blue: 0.082)
/* Android */
Color.parseColor("#40c115")Accessibility — WCAG contrast
Aa
#40c115 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c115 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green75.7%
Blue8.2%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow89.1%
Key (black)24.3%
Color previews
#40c115 text on a black background
contrast 8.86:1
Card sample
#40c115 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c115;
Background color
Panel with #40c115 background
background-color: #40c115;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c115;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 193, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 193, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c115; background: linear-gradient(135deg, #40c115, #15C15D);