#39f577
a balanced, electric green · cool · closest name: lime
RGB
57, 245, 119
HSL
140°, 90%, 59%
CMYK
77, 0, 51, 4
Luminance
0.6751
Every format
| HEX | #39f577 |
| RGB | rgb(57, 245, 119) |
| HSL | hsl(140, 90%, 59%) |
| CMYK | cmyk(77%, 0%, 51%, 4%) |
| LAB | lab(85.8 -71.3 47.5) |
| LCH | lch(85.8 85.7 146.3) |
| OKLCH | oklch(0.853 0.223 149.1) |
Copy-ready code
/* CSS */
color: #39f577;
background-color: #39f577;
/* Tailwind (arbitrary) */
class="text-[#39f577] bg-[#39f577]"
/* SCSS */
$brand: #39f577;
/* SwiftUI */
Color(red: 0.224, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#39f577")Accessibility — WCAG contrast
Aa
#39f577 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f577 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green96.1%
Blue46.7%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#39f577 text on a black background
contrast 14.50:1
Card sample
#39f577 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f577;
Background color
Panel with #39f577 background
background-color: #39f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f577; background: linear-gradient(135deg, #39f577, #39F5F4);