#3fdc39
a balanced, vivid green · cool · closest name: lime
RGB
63, 220, 57
HSL
118°, 70%, 54%
CMYK
71, 0, 74, 14
Luminance
0.5254
Every format
| HEX | #3fdc39 |
| RGB | rgb(63, 220, 57) |
| HSL | hsl(118, 70%, 54%) |
| CMYK | cmyk(71%, 0%, 74%, 14%) |
| LAB | lab(77.6 -69.3 64.1) |
| LCH | lch(77.6 94.4 137.2) |
| OKLCH | oklch(0.784 0.237 142.5) |
Copy-ready code
/* CSS */
color: #3fdc39;
background-color: #3fdc39;
/* Tailwind (arbitrary) */
class="text-[#3fdc39] bg-[#3fdc39]"
/* SCSS */
$brand: #3fdc39;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#3fdc39")Accessibility — WCAG contrast
Aa
#3fdc39 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdc39 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue22.4%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow74.1%
Key (black)13.7%
Color previews
#3fdc39 text on a black background
contrast 11.51:1
Card sample
#3fdc39 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdc39;
Background color
Panel with #3fdc39 background
background-color: #3fdc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdc39; background: linear-gradient(135deg, #3fdc39, #39DCA0);