#3cc02e
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 192, 46
HSL
114°, 61%, 47%
CMYK
69, 0, 76, 25
Luminance
0.3886
Every format
| HEX | #3cc02e |
| RGB | rgb(60, 192, 46) |
| HSL | hsl(114, 61%, 47%) |
| CMYK | cmyk(69%, 0%, 76%, 25%) |
| LAB | lab(68.7 -61.6 58.9) |
| LCH | lch(68.7 85.3 136.3) |
| OKLCH | oklch(0.710 0.214 141.8) |
Copy-ready code
/* CSS */
color: #3cc02e;
background-color: #3cc02e;
/* Tailwind (arbitrary) */
class="text-[#3cc02e] bg-[#3cc02e]"
/* SCSS */
$brand: #3cc02e;
/* SwiftUI */
Color(red: 0.235, green: 0.753, blue: 0.180)
/* Android */
Color.parseColor("#3cc02e")Accessibility — WCAG contrast
Aa
#3cc02e on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc02e on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green75.3%
Blue18.0%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow76.0%
Key (black)24.7%
Color previews
#3cc02e text on a black background
contrast 8.77:1
Card sample
#3cc02e text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc02e;
Background color
Panel with #3cc02e background
background-color: #3cc02e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc02e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 192, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 192, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc02e; background: linear-gradient(135deg, #3cc02e, #2EC081);