#3cf939
a balanced, electric green · cool · closest name: lime
RGB
60, 249, 57
HSL
119°, 94%, 60%
CMYK
76, 0, 77, 2
Luminance
0.6901
Every format
| HEX | #3cf939 |
| RGB | rgb(60, 249, 57) |
| HSL | hsl(119, 94%, 60%) |
| CMYK | cmyk(76%, 0%, 77%, 2%) |
| LAB | lab(86.5 -78.5 72.8) |
| LCH | lch(86.5 107.1 137.1) |
| OKLCH | oklch(0.858 0.268 142.6) |
Copy-ready code
/* CSS */
color: #3cf939;
background-color: #3cf939;
/* Tailwind (arbitrary) */
class="text-[#3cf939] bg-[#3cf939]"
/* SCSS */
$brand: #3cf939;
/* SwiftUI */
Color(red: 0.235, green: 0.976, blue: 0.224)
/* Android */
Color.parseColor("#3cf939")Accessibility — WCAG contrast
Aa
#3cf939 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf939 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green97.6%
Blue22.4%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow77.1%
Key (black)2.4%
Color previews
#3cf939 text on a black background
contrast 14.80:1
Card sample
#3cf939 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf939;
Background color
Panel with #3cf939 background
background-color: #3cf939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 249, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 249, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf939; background: linear-gradient(135deg, #3cf939, #39F9B6);