#3dec1f
a balanced, electric green · cool · closest name: lime
RGB
61, 236, 31
HSL
111°, 84%, 52%
CMYK
74, 0, 87, 8
Luminance
0.6108
Every format
| HEX | #3dec1f |
| RGB | rgb(61, 236, 31) |
| HSL | hsl(111, 84%, 52%) |
| CMYK | cmyk(74%, 0%, 87%, 8%) |
| LAB | lab(82.4 -75.8 75.5) |
| LCH | lch(82.4 106.9 135.1) |
| OKLCH | oklch(0.824 0.265 141.4) |
Copy-ready code
/* CSS */
color: #3dec1f;
background-color: #3dec1f;
/* Tailwind (arbitrary) */
class="text-[#3dec1f] bg-[#3dec1f]"
/* SCSS */
$brand: #3dec1f;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 0.122)
/* Android */
Color.parseColor("#3dec1f")Accessibility — WCAG contrast
Aa
#3dec1f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dec1f on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta0.0%
Yellow86.9%
Key (black)7.5%
Color previews
#3dec1f text on a black background
contrast 13.22:1
Card sample
#3dec1f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dec1f;
Background color
Panel with #3dec1f background
background-color: #3dec1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dec1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dec1f; background: linear-gradient(135deg, #3dec1f, #1FEC8A);