#3df60d
a balanced, electric green · cool · closest name: lime
RGB
61, 246, 13
HSL
108°, 93%, 51%
CMYK
75, 0, 95, 4
Luminance
0.6693
Every format
| HEX | #3df60d |
| RGB | rgb(61, 246, 13) |
| HSL | hsl(108, 93%, 51%) |
| CMYK | cmyk(75%, 0%, 95%, 4%) |
| LAB | lab(85.5 -79.2 80.5) |
| LCH | lch(85.5 112.9 134.5) |
| OKLCH | oklch(0.849 0.278 141.1) |
Copy-ready code
/* CSS */
color: #3df60d;
background-color: #3df60d;
/* Tailwind (arbitrary) */
class="text-[#3df60d] bg-[#3df60d]"
/* SCSS */
$brand: #3df60d;
/* SwiftUI */
Color(red: 0.239, green: 0.965, blue: 0.051)
/* Android */
Color.parseColor("#3df60d")Accessibility — WCAG contrast
Aa
#3df60d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df60d on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.5%
Blue5.1%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow94.7%
Key (black)3.5%
Color previews
#3df60d text on a black background
contrast 14.39:1
Card sample
#3df60d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df60d;
Background color
Panel with #3df60d background
background-color: #3df60d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df60d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 246, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 246, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df60d; background: linear-gradient(135deg, #3df60d, #0DF678);