#3cfb2d
a balanced, electric green · cool · closest name: lime
RGB
60, 251, 45
HSL
116°, 96%, 58%
CMYK
76, 0, 82, 2
Luminance
0.7014
Every format
| HEX | #3cfb2d |
| RGB | rgb(60, 251, 45) |
| HSL | hsl(116, 96%, 58%) |
| CMYK | cmyk(76%, 0%, 82%, 2%) |
| LAB | lab(87.1 -79.7 76.6) |
| LCH | lch(87.1 110.5 136.2) |
| OKLCH | oklch(0.863 0.275 142.1) |
Copy-ready code
/* CSS */
color: #3cfb2d;
background-color: #3cfb2d;
/* Tailwind (arbitrary) */
class="text-[#3cfb2d] bg-[#3cfb2d]"
/* SCSS */
$brand: #3cfb2d;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.176)
/* Android */
Color.parseColor("#3cfb2d")Accessibility — WCAG contrast
Aa
#3cfb2d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfb2d on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue17.6%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow82.1%
Key (black)1.6%
Color previews
#3cfb2d text on a black background
contrast 15.03:1
Card sample
#3cfb2d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfb2d;
Background color
Panel with #3cfb2d background
background-color: #3cfb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfb2d; background: linear-gradient(135deg, #3cfb2d, #2DFBA7);