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