#3cb53c
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 181, 60
HSL
120°, 50%, 47%
CMYK
67, 0, 67, 29
Luminance
0.3433
Every format
| HEX | #3cb53c |
| RGB | rgb(60, 181, 60) |
| HSL | hsl(120, 50%, 47%) |
| CMYK | cmyk(67%, 0%, 67%, 29%) |
| LAB | lab(65.2 -56.7 50.1) |
| LCH | lch(65.2 75.7 138.5) |
| OKLCH | oklch(0.681 0.193 143.1) |
Copy-ready code
/* CSS */
color: #3cb53c;
background-color: #3cb53c;
/* Tailwind (arbitrary) */
class="text-[#3cb53c] bg-[#3cb53c]"
/* SCSS */
$brand: #3cb53c;
/* SwiftUI */
Color(red: 0.235, green: 0.710, blue: 0.235)
/* Android */
Color.parseColor("#3cb53c")Accessibility — WCAG contrast
Aa
#3cb53c on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb53c on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green71.0%
Blue23.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow66.9%
Key (black)29.0%
Color previews
#3cb53c text on a black background
contrast 7.87:1
Card sample
#3cb53c text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb53c;
Background color
Panel with #3cb53c background
background-color: #3cb53c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb53c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 181, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 181, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb53c; background: linear-gradient(135deg, #3cb53c, #3CB58D);