#3df982
a balanced, electric green · cool · closest name: lime
RGB
61, 249, 130
HSL
142°, 94%, 61%
CMYK
76, 0, 48, 2
Luminance
0.7036
Every format
| HEX | #3df982 |
| RGB | rgb(61, 249, 130) |
| HSL | hsl(142, 94%, 61%) |
| CMYK | cmyk(76%, 0%, 48%, 2%) |
| LAB | lab(87.2 -70.5 44.1) |
| LCH | lch(87.2 83.2 148.0) |
| OKLCH | oklch(0.866 0.218 150.5) |
Copy-ready code
/* CSS */
color: #3df982;
background-color: #3df982;
/* Tailwind (arbitrary) */
class="text-[#3df982] bg-[#3df982]"
/* SCSS */
$brand: #3df982;
/* SwiftUI */
Color(red: 0.239, green: 0.976, blue: 0.510)
/* Android */
Color.parseColor("#3df982")Accessibility — WCAG contrast
Aa
#3df982 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df982 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green97.6%
Blue51.0%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow47.8%
Key (black)2.4%
Color previews
#3df982 text on a black background
contrast 15.07:1
Card sample
#3df982 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df982;
Background color
Panel with #3df982 background
background-color: #3df982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 249, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 249, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df982; background: linear-gradient(135deg, #3df982, #3DF3F9);