#40c22f
a balanced, vivid green · cool · closest name: forestgreen
RGB
64, 194, 47
HSL
113°, 61%, 47%
CMYK
67, 0, 76, 24
Luminance
0.3988
Every format
| HEX | #40c22f |
| RGB | rgb(64, 194, 47) |
| HSL | hsl(113, 61%, 47%) |
| CMYK | cmyk(67%, 0%, 76%, 24%) |
| LAB | lab(69.4 -61.4 59.4) |
| LCH | lch(69.4 85.4 136.0) |
| OKLCH | oklch(0.716 0.214 141.5) |
Copy-ready code
/* CSS */
color: #40c22f;
background-color: #40c22f;
/* Tailwind (arbitrary) */
class="text-[#40c22f] bg-[#40c22f]"
/* SCSS */
$brand: #40c22f;
/* SwiftUI */
Color(red: 0.251, green: 0.761, blue: 0.184)
/* Android */
Color.parseColor("#40c22f")Accessibility — WCAG contrast
Aa
#40c22f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c22f on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green76.1%
Blue18.4%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow75.8%
Key (black)23.9%
Color previews
#40c22f text on a black background
contrast 8.98:1
Card sample
#40c22f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c22f;
Background color
Panel with #40c22f background
background-color: #40c22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 194, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 194, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c22f; background: linear-gradient(135deg, #40c22f, #2FC280);