#3aac00
a dark, electric green · cool · closest name: green
RGB
58, 172, 0
HSL
100°, 100%, 34%
CMYK
66, 0, 100, 33
Luminance
0.3040
Every format
| HEX | #3aac00 |
| RGB | rgb(58, 172, 0) |
| HSL | hsl(100, 100%, 34%) |
| CMYK | cmyk(66%, 0%, 100%, 33%) |
| LAB | lab(62.0 -57.3 62.9) |
| LCH | lch(62.0 85.1 132.3) |
| OKLCH | oklch(0.654 0.208 139.4) |
Copy-ready code
/* CSS */
color: #3aac00;
background-color: #3aac00;
/* Tailwind (arbitrary) */
class="text-[#3aac00] bg-[#3aac00]"
/* SCSS */
$brand: #3aac00;
/* SwiftUI */
Color(red: 0.227, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#3aac00")Accessibility — WCAG contrast
Aa
#3aac00 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aac00 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green67.5%
Blue0.0%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#3aac00 text on a black background
contrast 7.08:1
Card sample
#3aac00 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aac00;
Background color
Panel with #3aac00 background
background-color: #3aac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aac00; background: linear-gradient(135deg, #3aac00, #00AC39);