#3bc539
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 197, 57
HSL
119°, 55%, 50%
CMYK
70, 0, 71, 23
Luminance
0.4116
Every format
| HEX | #3bc539 |
| RGB | rgb(59, 197, 57) |
| HSL | hsl(119, 55%, 50%) |
| CMYK | cmyk(70%, 0%, 71%, 23%) |
| LAB | lab(70.3 -62.6 56.7) |
| LCH | lch(70.3 84.4 137.8) |
| OKLCH | oklch(0.723 0.213 142.8) |
Copy-ready code
/* CSS */
color: #3bc539;
background-color: #3bc539;
/* Tailwind (arbitrary) */
class="text-[#3bc539] bg-[#3bc539]"
/* SCSS */
$brand: #3bc539;
/* SwiftUI */
Color(red: 0.231, green: 0.773, blue: 0.224)
/* Android */
Color.parseColor("#3bc539")Accessibility — WCAG contrast
Aa
#3bc539 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc539 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green77.3%
Blue22.4%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow71.1%
Key (black)22.7%
Color previews
#3bc539 text on a black background
contrast 9.23:1
Card sample
#3bc539 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc539;
Background color
Panel with #3bc539 background
background-color: #3bc539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 197, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 197, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc539; background: linear-gradient(135deg, #3bc539, #39C594);