#3acf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 207, 73
HSL
126°, 61%, 52%
CMYK
72, 0, 65, 19
Luminance
0.4601
Every format
| HEX | #3acf49 |
| RGB | rgb(58, 207, 73) |
| HSL | hsl(126, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 65%, 19%) |
| LAB | lab(73.5 -64.5 53.8) |
| LCH | lch(73.5 84.0 140.2) |
| OKLCH | oklch(0.751 0.214 144.4) |
Copy-ready code
/* CSS */
color: #3acf49;
background-color: #3acf49;
/* Tailwind (arbitrary) */
class="text-[#3acf49] bg-[#3acf49]"
/* SCSS */
$brand: #3acf49;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#3acf49")Accessibility — WCAG contrast
Aa
#3acf49 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acf49 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue28.6%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#3acf49 text on a black background
contrast 10.20:1
Card sample
#3acf49 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acf49;
Background color
Panel with #3acf49 background
background-color: #3acf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acf49; background: linear-gradient(135deg, #3acf49, #3ACFAC);