#3df18d
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 241, 141
HSL
147°, 87%, 59%
CMYK
75, 0, 42, 6
Luminance
0.6583
Every format
| HEX | #3df18d |
| RGB | rgb(61, 241, 141) |
| HSL | hsl(147, 87%, 59%) |
| CMYK | cmyk(75%, 0%, 42%, 6%) |
| LAB | lab(84.9 -66.0 35.8) |
| LCH | lch(84.9 75.1 151.5) |
| OKLCH | oklch(0.848 0.199 153.5) |
Copy-ready code
/* CSS */
color: #3df18d;
background-color: #3df18d;
/* Tailwind (arbitrary) */
class="text-[#3df18d] bg-[#3df18d]"
/* SCSS */
$brand: #3df18d;
/* SwiftUI */
Color(red: 0.239, green: 0.945, blue: 0.553)
/* Android */
Color.parseColor("#3df18d")Accessibility — WCAG contrast
Aa
#3df18d on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df18d on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green94.5%
Blue55.3%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow41.5%
Key (black)5.5%
Color previews
#3df18d text on a black background
contrast 14.17:1
Card sample
#3df18d text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df18d;
Background color
Panel with #3df18d background
background-color: #3df18d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df18d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 241, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 241, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df18d; background: linear-gradient(135deg, #3df18d, #3DDDF1);