#3fcf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 207, 73
HSL
124°, 60%, 53%
CMYK
70, 0, 65, 19
Luminance
0.4616
Every format
| HEX | #3fcf49 |
| RGB | rgb(63, 207, 73) |
| HSL | hsl(124, 60%, 53%) |
| CMYK | cmyk(70%, 0%, 65%, 19%) |
| LAB | lab(73.7 -63.7 54.0) |
| LCH | lch(73.7 83.5 139.7) |
| OKLCH | oklch(0.752 0.213 144.0) |
Copy-ready code
/* CSS */
color: #3fcf49;
background-color: #3fcf49;
/* Tailwind (arbitrary) */
class="text-[#3fcf49] bg-[#3fcf49]"
/* SCSS */
$brand: #3fcf49;
/* SwiftUI */
Color(red: 0.247, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#3fcf49")Accessibility — WCAG contrast
Aa
#3fcf49 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcf49 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green81.2%
Blue28.6%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#3fcf49 text on a black background
contrast 10.23:1
Card sample
#3fcf49 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcf49;
Background color
Panel with #3fcf49 background
background-color: #3fcf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcf49; background: linear-gradient(135deg, #3fcf49, #3FCFA9);