#3cb621
a dark, vivid green · cool · closest name: green
RGB
60, 182, 33
HSL
109°, 69%, 42%
CMYK
67, 0, 82, 29
Luminance
0.3453
Every format
| HEX | #3cb621 |
| RGB | rgb(60, 182, 33) |
| HSL | hsl(109, 69%, 42%) |
| CMYK | cmyk(67%, 0%, 82%, 29%) |
| LAB | lab(65.4 -59.1 59.8) |
| LCH | lch(65.4 84.1 134.7) |
| OKLCH | oklch(0.682 0.209 140.7) |
Copy-ready code
/* CSS */
color: #3cb621;
background-color: #3cb621;
/* Tailwind (arbitrary) */
class="text-[#3cb621] bg-[#3cb621]"
/* SCSS */
$brand: #3cb621;
/* SwiftUI */
Color(red: 0.235, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#3cb621")Accessibility — WCAG contrast
Aa
#3cb621 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb621 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green71.4%
Blue12.9%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#3cb621 text on a black background
contrast 7.91:1
Card sample
#3cb621 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb621;
Background color
Panel with #3cb621 background
background-color: #3cb621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb621; background: linear-gradient(135deg, #3cb621, #21B669);