#3fd41c
a balanced, electric green · cool · closest name: lime
RGB
63, 212, 28
HSL
109°, 77%, 47%
CMYK
70, 0, 87, 17
Luminance
0.4823
Every format
| HEX | #3fd41c |
| RGB | rgb(63, 212, 28) |
| HSL | hsl(109, 77%, 47%) |
| CMYK | cmyk(70%, 0%, 87%, 17%) |
| LAB | lab(75.0 -68.3 69.6) |
| LCH | lch(75.0 97.5 134.5) |
| OKLCH | oklch(0.762 0.241 140.9) |
Copy-ready code
/* CSS */
color: #3fd41c;
background-color: #3fd41c;
/* Tailwind (arbitrary) */
class="text-[#3fd41c] bg-[#3fd41c]"
/* SCSS */
$brand: #3fd41c;
/* SwiftUI */
Color(red: 0.247, green: 0.831, blue: 0.110)
/* Android */
Color.parseColor("#3fd41c")Accessibility — WCAG contrast
Aa
#3fd41c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd41c on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.1%
Blue11.0%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow86.8%
Key (black)16.9%
Color previews
#3fd41c text on a black background
contrast 10.65:1
Card sample
#3fd41c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd41c;
Background color
Panel with #3fd41c background
background-color: #3fd41c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd41c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 212, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 212, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd41c; background: linear-gradient(135deg, #3fd41c, #1CD474);