#3df17f
a balanced, electric green · cool · closest name: forestgreen
RGB
61, 241, 127
HSL
142°, 87%, 59%
CMYK
75, 0, 47, 6
Luminance
0.6543
Every format
| HEX | #3df17f |
| RGB | rgb(61, 241, 127) |
| HSL | hsl(142, 87%, 59%) |
| CMYK | cmyk(75%, 0%, 47%, 6%) |
| LAB | lab(84.7 -68.3 42.4) |
| LCH | lch(84.7 80.4 148.2) |
| OKLCH | oklch(0.845 0.211 150.6) |
Copy-ready code
/* CSS */
color: #3df17f;
background-color: #3df17f;
/* Tailwind (arbitrary) */
class="text-[#3df17f] bg-[#3df17f]"
/* SCSS */
$brand: #3df17f;
/* SwiftUI */
Color(red: 0.239, green: 0.945, blue: 0.498)
/* Android */
Color.parseColor("#3df17f")Accessibility — WCAG contrast
Aa
#3df17f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df17f on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green94.5%
Blue49.8%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow47.3%
Key (black)5.5%
Color previews
#3df17f text on a black background
contrast 14.09:1
Card sample
#3df17f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df17f;
Background color
Panel with #3df17f background
background-color: #3df17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 241, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 241, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df17f; background: linear-gradient(135deg, #3df17f, #3DEBF1);