#3fdc13
a balanced, electric green · cool · closest name: lime
RGB
63, 220, 19
HSL
107°, 84%, 47%
CMYK
71, 0, 91, 14
Luminance
0.5229
Every format
| HEX | #3fdc13 |
| RGB | rgb(63, 220, 19) |
| HSL | hsl(107, 84%, 47%) |
| CMYK | cmyk(71%, 0%, 91%, 14%) |
| LAB | lab(77.5 -71.1 73.2) |
| LCH | lch(77.5 102.0 134.2) |
| OKLCH | oklch(0.782 0.251 140.7) |
Copy-ready code
/* CSS */
color: #3fdc13;
background-color: #3fdc13;
/* Tailwind (arbitrary) */
class="text-[#3fdc13] bg-[#3fdc13]"
/* SCSS */
$brand: #3fdc13;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#3fdc13")Accessibility — WCAG contrast
Aa
#3fdc13 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdc13 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue7.5%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#3fdc13 text on a black background
contrast 11.46:1
Card sample
#3fdc13 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdc13;
Background color
Panel with #3fdc13 background
background-color: #3fdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdc13; background: linear-gradient(135deg, #3fdc13, #13DC6D);