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