#39f84a
a balanced, electric green · cool · closest name: lime
RGB
57, 248, 74
HSL
125°, 93%, 60%
CMYK
77, 0, 70, 3
Luminance
0.6850
Every format
| HEX | #39f84a |
| RGB | rgb(57, 248, 74) |
| HSL | hsl(125, 93%, 60%) |
| CMYK | cmyk(77%, 0%, 70%, 3%) |
| LAB | lab(86.3 -77.3 67.0) |
| LCH | lch(86.3 102.3 139.1) |
| OKLCH | oklch(0.856 0.259 143.9) |
Copy-ready code
/* CSS */
color: #39f84a;
background-color: #39f84a;
/* Tailwind (arbitrary) */
class="text-[#39f84a] bg-[#39f84a]"
/* SCSS */
$brand: #39f84a;
/* SwiftUI */
Color(red: 0.224, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#39f84a")Accessibility — WCAG contrast
Aa
#39f84a on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f84a on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green97.3%
Blue29.0%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#39f84a text on a black background
contrast 14.70:1
Card sample
#39f84a text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f84a;
Background color
Panel with #39f84a background
background-color: #39f84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f84a; background: linear-gradient(135deg, #39f84a, #39F8C9);