#3af45f
a balanced, electric green · cool · closest name: lime
RGB
58, 244, 95
HSL
132°, 89%, 59%
CMYK
76, 0, 61, 4
Luminance
0.6643
Every format
| HEX | #3af45f |
| RGB | rgb(58, 244, 95) |
| HSL | hsl(132, 89%, 59%) |
| CMYK | cmyk(76%, 0%, 61%, 4%) |
| LAB | lab(85.2 -74.0 57.6) |
| LCH | lch(85.2 93.8 142.1) |
| OKLCH | oklch(0.848 0.241 145.9) |
Copy-ready code
/* CSS */
color: #3af45f;
background-color: #3af45f;
/* Tailwind (arbitrary) */
class="text-[#3af45f] bg-[#3af45f]"
/* SCSS */
$brand: #3af45f;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.373)
/* Android */
Color.parseColor("#3af45f")Accessibility — WCAG contrast
Aa
#3af45f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af45f on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green95.7%
Blue37.3%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow61.1%
Key (black)4.3%
Color previews
#3af45f text on a black background
contrast 14.29:1
Card sample
#3af45f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af45f;
Background color
Panel with #3af45f background
background-color: #3af45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 244, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af45f; background: linear-gradient(135deg, #3af45f, #3AF4DB);