#3fcc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 204, 47
HSL
114°, 63%, 49%
CMYK
69, 0, 77, 20
Luminance
0.4445
Every format
| HEX | #3fcc2f |
| RGB | rgb(63, 204, 47) |
| HSL | hsl(114, 63%, 49%) |
| CMYK | cmyk(69%, 0%, 77%, 20%) |
| LAB | lab(72.5 -64.9 62.4) |
| LCH | lch(72.5 90.0 136.1) |
| OKLCH | oklch(0.742 0.225 141.7) |
Copy-ready code
/* CSS */
color: #3fcc2f;
background-color: #3fcc2f;
/* Tailwind (arbitrary) */
class="text-[#3fcc2f] bg-[#3fcc2f]"
/* SCSS */
$brand: #3fcc2f;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#3fcc2f")Accessibility — WCAG contrast
Aa
#3fcc2f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcc2f on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue18.4%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#3fcc2f text on a black background
contrast 9.89:1
Card sample
#3fcc2f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcc2f;
Background color
Panel with #3fcc2f background
background-color: #3fcc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcc2f; background: linear-gradient(135deg, #3fcc2f, #2FCC88);