#3df97d
a balanced, electric green · cool · closest name: lime
RGB
61, 249, 125
HSL
140°, 94%, 61%
CMYK
76, 0, 50, 2
Luminance
0.7022
Every format
| HEX | #3df97d |
| RGB | rgb(61, 249, 125) |
| HSL | hsl(140, 94%, 61%) |
| CMYK | cmyk(76%, 0%, 50%, 2%) |
| LAB | lab(87.1 -71.3 46.4) |
| LCH | lch(87.1 85.0 147.0) |
| OKLCH | oklch(0.865 0.222 149.6) |
Copy-ready code
/* CSS */
color: #3df97d;
background-color: #3df97d;
/* Tailwind (arbitrary) */
class="text-[#3df97d] bg-[#3df97d]"
/* SCSS */
$brand: #3df97d;
/* SwiftUI */
Color(red: 0.239, green: 0.976, blue: 0.490)
/* Android */
Color.parseColor("#3df97d")Accessibility — WCAG contrast
Aa
#3df97d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df97d on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green97.6%
Blue49.0%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow49.8%
Key (black)2.4%
Color previews
#3df97d text on a black background
contrast 15.04:1
Card sample
#3df97d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df97d;
Background color
Panel with #3df97d background
background-color: #3df97d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df97d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 249, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 249, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df97d; background: linear-gradient(135deg, #3df97d, #3DF8F9);