#3fef7c
a balanced, electric green · cool · closest name: forestgreen
RGB
63, 239, 124
HSL
141°, 85%, 59%
CMYK
74, 0, 48, 6
Luminance
0.6425
Every format
| HEX | #3fef7c |
| RGB | rgb(63, 239, 124) |
| HSL | hsl(141, 85%, 59%) |
| CMYK | cmyk(74%, 0%, 48%, 6%) |
| LAB | lab(84.1 -67.8 43.1) |
| LCH | lch(84.1 80.4 147.6) |
| OKLCH | oklch(0.840 0.210 150.1) |
Copy-ready code
/* CSS */
color: #3fef7c;
background-color: #3fef7c;
/* Tailwind (arbitrary) */
class="text-[#3fef7c] bg-[#3fef7c]"
/* SCSS */
$brand: #3fef7c;
/* SwiftUI */
Color(red: 0.247, green: 0.937, blue: 0.486)
/* Android */
Color.parseColor("#3fef7c")Accessibility — WCAG contrast
Aa
#3fef7c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fef7c on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green93.7%
Blue48.6%
CMYK percentages
Cyan73.6%
Magenta0.0%
Yellow48.1%
Key (black)6.3%
Color previews
#3fef7c text on a black background
contrast 13.85:1
Card sample
#3fef7c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fef7c;
Background color
Panel with #3fef7c background
background-color: #3fef7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fef7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 239, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 239, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fef7c; background: linear-gradient(135deg, #3fef7c, #3FEDEF);