#3afb0f
a balanced, electric green · cool · closest name: lime
RGB
58, 251, 15
HSL
109°, 97%, 52%
CMYK
77, 0, 94, 2
Luminance
0.6993
Every format
| HEX | #3afb0f |
| RGB | rgb(58, 251, 15) |
| HSL | hsl(109, 97%, 52%) |
| CMYK | cmyk(77%, 0%, 94%, 2%) |
| LAB | lab(87.0 -80.9 81.5) |
| LCH | lch(87.0 114.9 134.8) |
| OKLCH | oklch(0.861 0.283 141.4) |
Copy-ready code
/* CSS */
color: #3afb0f;
background-color: #3afb0f;
/* Tailwind (arbitrary) */
class="text-[#3afb0f] bg-[#3afb0f]"
/* SCSS */
$brand: #3afb0f;
/* SwiftUI */
Color(red: 0.227, green: 0.984, blue: 0.059)
/* Android */
Color.parseColor("#3afb0f")Accessibility — WCAG contrast
Aa
#3afb0f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afb0f on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.4%
Blue5.9%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow94.0%
Key (black)1.6%
Color previews
#3afb0f text on a black background
contrast 14.99:1
Card sample
#3afb0f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afb0f;
Background color
Panel with #3afb0f background
background-color: #3afb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 251, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 251, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afb0f; background: linear-gradient(135deg, #3afb0f, #0FFB82);