#3ac033
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 192, 51
HSL
117°, 58%, 48%
CMYK
70, 0, 73, 25
Luminance
0.3884
Every format
| HEX | #3ac033 |
| RGB | rgb(58, 192, 51) |
| HSL | hsl(117, 58%, 48%) |
| CMYK | cmyk(70%, 0%, 73%, 25%) |
| LAB | lab(68.6 -61.6 57.2) |
| LCH | lch(68.6 84.1 137.1) |
| OKLCH | oklch(0.709 0.212 142.3) |
Copy-ready code
/* CSS */
color: #3ac033;
background-color: #3ac033;
/* Tailwind (arbitrary) */
class="text-[#3ac033] bg-[#3ac033]"
/* SCSS */
$brand: #3ac033;
/* SwiftUI */
Color(red: 0.227, green: 0.753, blue: 0.200)
/* Android */
Color.parseColor("#3ac033")Accessibility — WCAG contrast
Aa
#3ac033 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac033 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green75.3%
Blue20.0%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow73.4%
Key (black)24.7%
Color previews
#3ac033 text on a black background
contrast 8.77:1
Card sample
#3ac033 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac033;
Background color
Panel with #3ac033 background
background-color: #3ac033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 192, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 192, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac033; background: linear-gradient(135deg, #3ac033, #33C08A);