#3cc359
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 195, 89
HSL
133°, 53%, 50%
CMYK
69, 0, 54, 24
Luminance
0.4071
Every format
| HEX | #3cc359 |
| RGB | rgb(60, 195, 89) |
| HSL | hsl(133, 53%, 50%) |
| CMYK | cmyk(69%, 0%, 54%, 24%) |
| LAB | lab(70.0 -58.2 42.5) |
| LCH | lch(70.0 72.0 143.9) |
| OKLCH | oklch(0.722 0.187 147.0) |
Copy-ready code
/* CSS */
color: #3cc359;
background-color: #3cc359;
/* Tailwind (arbitrary) */
class="text-[#3cc359] bg-[#3cc359]"
/* SCSS */
$brand: #3cc359;
/* SwiftUI */
Color(red: 0.235, green: 0.765, blue: 0.349)
/* Android */
Color.parseColor("#3cc359")Accessibility — WCAG contrast
Aa
#3cc359 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc359 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.5%
Blue34.9%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow54.4%
Key (black)23.5%
Color previews
#3cc359 text on a black background
contrast 9.14:1
Card sample
#3cc359 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc359;
Background color
Panel with #3cc359 background
background-color: #3cc359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 195, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 195, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc359; background: linear-gradient(135deg, #3cc359, #3CC3B3);