#3fdb2c
a balanced, vivid green · cool · closest name: lime
RGB
63, 219, 44
HSL
114°, 71%, 52%
CMYK
71, 0, 80, 14
Luminance
0.5190
Every format
| HEX | #3fdb2c |
| RGB | rgb(63, 219, 44) |
| HSL | hsl(114, 71%, 52%) |
| CMYK | cmyk(71%, 0%, 80%, 14%) |
| LAB | lab(77.2 -69.8 67.8) |
| LCH | lch(77.2 97.3 135.8) |
| OKLCH | oklch(0.781 0.243 141.7) |
Copy-ready code
/* CSS */
color: #3fdb2c;
background-color: #3fdb2c;
/* Tailwind (arbitrary) */
class="text-[#3fdb2c] bg-[#3fdb2c]"
/* SCSS */
$brand: #3fdb2c;
/* SwiftUI */
Color(red: 0.247, green: 0.859, blue: 0.173)
/* Android */
Color.parseColor("#3fdb2c")Accessibility — WCAG contrast
Aa
#3fdb2c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdb2c on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.9%
Blue17.3%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow79.9%
Key (black)14.1%
Color previews
#3fdb2c text on a black background
contrast 11.38:1
Card sample
#3fdb2c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdb2c;
Background color
Panel with #3fdb2c background
background-color: #3fdb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 219, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 219, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdb2c; background: linear-gradient(135deg, #3fdb2c, #2CDB8E);