#3af44c
a balanced, electric green · cool · closest name: lime
RGB
58, 244, 76
HSL
126°, 89%, 59%
CMYK
76, 0, 69, 4
Luminance
0.6612
Every format
| HEX | #3af44c |
| RGB | rgb(58, 244, 76) |
| HSL | hsl(126, 89%, 59%) |
| CMYK | cmyk(76%, 0%, 69%, 4%) |
| LAB | lab(85.1 -75.9 65.0) |
| LCH | lch(85.1 99.9 139.4) |
| OKLCH | oklch(0.846 0.253 144.1) |
Copy-ready code
/* CSS */
color: #3af44c;
background-color: #3af44c;
/* Tailwind (arbitrary) */
class="text-[#3af44c] bg-[#3af44c]"
/* SCSS */
$brand: #3af44c;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.298)
/* Android */
Color.parseColor("#3af44c")Accessibility — WCAG contrast
Aa
#3af44c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af44c on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green95.7%
Blue29.8%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow68.9%
Key (black)4.3%
Color previews
#3af44c text on a black background
contrast 14.22:1
Card sample
#3af44c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af44c;
Background color
Panel with #3af44c background
background-color: #3af44c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af44c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 244, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af44c; background: linear-gradient(135deg, #3af44c, #3AF4C8);