#3cc341
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 195, 65
HSL
122°, 53%, 50%
CMYK
69, 0, 67, 24
Luminance
0.4037
Every format
| HEX | #3cc341 |
| RGB | rgb(60, 195, 65) |
| HSL | hsl(122, 53%, 50%) |
| CMYK | cmyk(69%, 0%, 67%, 24%) |
| LAB | lab(69.7 -61.0 53.0) |
| LCH | lch(69.7 80.8 139.0) |
| OKLCH | oklch(0.719 0.206 143.6) |
Copy-ready code
/* CSS */
color: #3cc341;
background-color: #3cc341;
/* Tailwind (arbitrary) */
class="text-[#3cc341] bg-[#3cc341]"
/* SCSS */
$brand: #3cc341;
/* SwiftUI */
Color(red: 0.235, green: 0.765, blue: 0.255)
/* Android */
Color.parseColor("#3cc341")Accessibility — WCAG contrast
Aa
#3cc341 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc341 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.5%
Blue25.5%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow66.7%
Key (black)23.5%
Color previews
#3cc341 text on a black background
contrast 9.07:1
Card sample
#3cc341 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc341;
Background color
Panel with #3cc341 background
background-color: #3cc341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 195, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 195, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc341; background: linear-gradient(135deg, #3cc341, #3CC39B);