#3cfb0d
a balanced, electric green · cool · closest name: lime
RGB
60, 251, 13
HSL
108°, 97%, 52%
CMYK
76, 0, 95, 2
Luminance
0.6998
Every format
| HEX | #3cfb0d |
| RGB | rgb(60, 251, 13) |
| HSL | hsl(108, 97%, 52%) |
| CMYK | cmyk(76%, 0%, 95%, 2%) |
| LAB | lab(87.0 -80.7 81.8) |
| LCH | lch(87.0 114.9 134.6) |
| OKLCH | oklch(0.862 0.283 141.3) |
Copy-ready code
/* CSS */
color: #3cfb0d;
background-color: #3cfb0d;
/* Tailwind (arbitrary) */
class="text-[#3cfb0d] bg-[#3cfb0d]"
/* SCSS */
$brand: #3cfb0d;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.051)
/* Android */
Color.parseColor("#3cfb0d")Accessibility — WCAG contrast
Aa
#3cfb0d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfb0d on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue5.1%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow94.8%
Key (black)1.6%
Color previews
#3cfb0d text on a black background
contrast 15.00:1
Card sample
#3cfb0d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfb0d;
Background color
Panel with #3cfb0d background
background-color: #3cfb0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfb0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfb0d; background: linear-gradient(135deg, #3cfb0d, #0DFB7D);