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