#3ac039
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 192, 57
HSL
120°, 54%, 49%
CMYK
70, 0, 70, 25
Luminance
0.3889
Every format
| HEX | #3ac039 |
| RGB | rgb(58, 192, 57) |
| HSL | hsl(120, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 70%, 25%) |
| LAB | lab(68.7 -61.1 55.0) |
| LCH | lch(68.7 82.2 138.0) |
| OKLCH | oklch(0.710 0.208 142.9) |
Copy-ready code
/* CSS */
color: #3ac039;
background-color: #3ac039;
/* Tailwind (arbitrary) */
class="text-[#3ac039] bg-[#3ac039]"
/* SCSS */
$brand: #3ac039;
/* SwiftUI */
Color(red: 0.227, green: 0.753, blue: 0.224)
/* Android */
Color.parseColor("#3ac039")Accessibility — WCAG contrast
Aa
#3ac039 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac039 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green75.3%
Blue22.4%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow70.3%
Key (black)24.7%
Color previews
#3ac039 text on a black background
contrast 8.78:1
Card sample
#3ac039 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac039;
Background color
Panel with #3ac039 background
background-color: #3ac039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 192, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 192, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac039; background: linear-gradient(135deg, #3ac039, #39C092);