#3fcc3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 204, 63
HSL
120°, 58%, 52%
CMYK
69, 0, 69, 20
Luminance
0.4460
Every format
| HEX | #3fcc3f |
| RGB | rgb(63, 204, 63) |
| HSL | hsl(120, 58%, 52%) |
| CMYK | cmyk(69%, 0%, 69%, 20%) |
| LAB | lab(72.6 -63.6 56.9) |
| LCH | lch(72.6 85.3 138.2) |
| OKLCH | oklch(0.743 0.216 143.0) |
Copy-ready code
/* CSS */
color: #3fcc3f;
background-color: #3fcc3f;
/* Tailwind (arbitrary) */
class="text-[#3fcc3f] bg-[#3fcc3f]"
/* SCSS */
$brand: #3fcc3f;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.247)
/* Android */
Color.parseColor("#3fcc3f")Accessibility — WCAG contrast
Aa
#3fcc3f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcc3f on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue24.7%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow69.1%
Key (black)20.0%
Color previews
#3fcc3f text on a black background
contrast 9.92:1
Card sample
#3fcc3f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcc3f;
Background color
Panel with #3fcc3f background
background-color: #3fcc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcc3f; background: linear-gradient(135deg, #3fcc3f, #3FCC9D);