#3af82f
a balanced, electric green · cool · closest name: lime
RGB
58, 248, 47
HSL
117°, 94%, 58%
CMYK
77, 0, 81, 3
Luminance
0.6824
Every format
| HEX | #3af82f |
| RGB | rgb(58, 248, 47) |
| HSL | hsl(117, 94%, 58%) |
| CMYK | cmyk(77%, 0%, 81%, 3%) |
| LAB | lab(86.1 -79.0 75.2) |
| LCH | lch(86.1 109.1 136.4) |
| OKLCH | oklch(0.855 0.272 142.2) |
Copy-ready code
/* CSS */
color: #3af82f;
background-color: #3af82f;
/* Tailwind (arbitrary) */
class="text-[#3af82f] bg-[#3af82f]"
/* SCSS */
$brand: #3af82f;
/* SwiftUI */
Color(red: 0.227, green: 0.973, blue: 0.184)
/* Android */
Color.parseColor("#3af82f")Accessibility — WCAG contrast
Aa
#3af82f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af82f on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green97.3%
Blue18.4%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow81.0%
Key (black)2.7%
Color previews
#3af82f text on a black background
contrast 14.65:1
Card sample
#3af82f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af82f;
Background color
Panel with #3af82f background
background-color: #3af82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 248, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 248, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af82f; background: linear-gradient(135deg, #3af82f, #2FF8AA);