#3fef3c
a balanced, electric green · cool · closest name: lime
RGB
63, 239, 60
HSL
119°, 85%, 59%
CMYK
74, 0, 75, 6
Luminance
0.6312
Every format
| HEX | #3fef3c |
| RGB | rgb(63, 239, 60) |
| HSL | hsl(119, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 75%, 6%) |
| LAB | lab(83.5 -74.9 69.0) |
| LCH | lch(83.5 101.8 137.3) |
| OKLCH | oklch(0.833 0.256 142.7) |
Copy-ready code
/* CSS */
color: #3fef3c;
background-color: #3fef3c;
/* Tailwind (arbitrary) */
class="text-[#3fef3c] bg-[#3fef3c]"
/* SCSS */
$brand: #3fef3c;
/* SwiftUI */
Color(red: 0.247, green: 0.937, blue: 0.235)
/* Android */
Color.parseColor("#3fef3c")Accessibility — WCAG contrast
Aa
#3fef3c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fef3c on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green93.7%
Blue23.5%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow74.9%
Key (black)6.3%
Color previews
#3fef3c text on a black background
contrast 13.62:1
Card sample
#3fef3c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fef3c;
Background color
Panel with #3fef3c background
background-color: #3fef3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fef3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 239, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 239, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fef3c; background: linear-gradient(135deg, #3fef3c, #3CEFB0);