#3af95f
a balanced, electric green · cool · closest name: lime
RGB
58, 249, 95
HSL
132°, 94%, 60%
CMYK
77, 0, 62, 2
Luminance
0.6948
Every format
| HEX | #3af95f |
| RGB | rgb(58, 249, 95) |
| HSL | hsl(132, 94%, 60%) |
| CMYK | cmyk(77%, 0%, 62%, 2%) |
| LAB | lab(86.7 -75.5 59.3) |
| LCH | lch(86.7 96.0 141.8) |
| OKLCH | oklch(0.861 0.246 145.7) |
Copy-ready code
/* CSS */
color: #3af95f;
background-color: #3af95f;
/* Tailwind (arbitrary) */
class="text-[#3af95f] bg-[#3af95f]"
/* SCSS */
$brand: #3af95f;
/* SwiftUI */
Color(red: 0.227, green: 0.976, blue: 0.373)
/* Android */
Color.parseColor("#3af95f")Accessibility — WCAG contrast
Aa
#3af95f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af95f on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green97.6%
Blue37.3%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow61.8%
Key (black)2.4%
Color previews
#3af95f text on a black background
contrast 14.90:1
Card sample
#3af95f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af95f;
Background color
Panel with #3af95f background
background-color: #3af95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 249, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 249, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af95f; background: linear-gradient(135deg, #3af95f, #3AF9DE);