#3fcc53
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 204, 83
HSL
129°, 58%, 52%
CMYK
69, 0, 59, 20
Luminance
0.4487
Every format
| HEX | #3fcc53 |
| RGB | rgb(63, 204, 83) |
| HSL | hsl(129, 58%, 52%) |
| CMYK | cmyk(69%, 0%, 59%, 20%) |
| LAB | lab(72.8 -61.5 48.6) |
| LCH | lch(72.8 78.5 141.7) |
| OKLCH | oklch(0.745 0.202 145.4) |
Copy-ready code
/* CSS */
color: #3fcc53;
background-color: #3fcc53;
/* Tailwind (arbitrary) */
class="text-[#3fcc53] bg-[#3fcc53]"
/* SCSS */
$brand: #3fcc53;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.325)
/* Android */
Color.parseColor("#3fcc53")Accessibility — WCAG contrast
Aa
#3fcc53 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcc53 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue32.5%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow59.3%
Key (black)20.0%
Color previews
#3fcc53 text on a black background
contrast 9.97:1
Card sample
#3fcc53 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcc53;
Background color
Panel with #3fcc53 background
background-color: #3fcc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcc53; background: linear-gradient(135deg, #3fcc53, #3FCCB1);