#3ac331
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 195, 49
HSL
116°, 60%, 48%
CMYK
70, 0, 75, 24
Luminance
0.4015
Every format
| HEX | #3ac331 |
| RGB | rgb(58, 195, 49) |
| HSL | hsl(116, 60%, 48%) |
| CMYK | cmyk(70%, 0%, 75%, 24%) |
| LAB | lab(69.6 -62.7 58.8) |
| LCH | lch(69.6 86.0 136.8) |
| OKLCH | oklch(0.717 0.216 142.2) |
Copy-ready code
/* CSS */
color: #3ac331;
background-color: #3ac331;
/* Tailwind (arbitrary) */
class="text-[#3ac331] bg-[#3ac331]"
/* SCSS */
$brand: #3ac331;
/* SwiftUI */
Color(red: 0.227, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#3ac331")Accessibility — WCAG contrast
Aa
#3ac331 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac331 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green76.5%
Blue19.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#3ac331 text on a black background
contrast 9.03:1
Card sample
#3ac331 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac331;
Background color
Panel with #3ac331 background
background-color: #3ac331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac331; background: linear-gradient(135deg, #3ac331, #31C389);