#40c52f
a balanced, vivid green · cool · closest name: forestgreen
RGB
64, 197, 47
HSL
113°, 62%, 48%
CMYK
68, 0, 76, 23
Luminance
0.4123
Every format
| HEX | #40c52f |
| RGB | rgb(64, 197, 47) |
| HSL | hsl(113, 62%, 48%) |
| CMYK | cmyk(68%, 0%, 76%, 23%) |
| LAB | lab(70.3 -62.4 60.3) |
| LCH | lch(70.3 86.8 136.0) |
| OKLCH | oklch(0.724 0.217 141.5) |
Copy-ready code
/* CSS */
color: #40c52f;
background-color: #40c52f;
/* Tailwind (arbitrary) */
class="text-[#40c52f] bg-[#40c52f]"
/* SCSS */
$brand: #40c52f;
/* SwiftUI */
Color(red: 0.251, green: 0.773, blue: 0.184)
/* Android */
Color.parseColor("#40c52f")Accessibility — WCAG contrast
Aa
#40c52f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c52f on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green77.3%
Blue18.4%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow76.1%
Key (black)22.7%
Color previews
#40c52f text on a black background
contrast 9.25:1
Card sample
#40c52f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c52f;
Background color
Panel with #40c52f background
background-color: #40c52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 197, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 197, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c52f; background: linear-gradient(135deg, #40c52f, #2FC582);