#39f554
a balanced, electric green · cool · closest name: lime
RGB
57, 245, 84
HSL
129°, 90%, 59%
CMYK
77, 0, 66, 4
Luminance
0.6681
Every format
| HEX | #39f554 |
| RGB | rgb(57, 245, 84) |
| HSL | hsl(129, 90%, 59%) |
| CMYK | cmyk(77%, 0%, 66%, 4%) |
| LAB | lab(85.4 -75.5 62.3) |
| LCH | lch(85.4 97.9 140.5) |
| OKLCH | oklch(0.849 0.250 144.8) |
Copy-ready code
/* CSS */
color: #39f554;
background-color: #39f554;
/* Tailwind (arbitrary) */
class="text-[#39f554] bg-[#39f554]"
/* SCSS */
$brand: #39f554;
/* SwiftUI */
Color(red: 0.224, green: 0.961, blue: 0.329)
/* Android */
Color.parseColor("#39f554")Accessibility — WCAG contrast
Aa
#39f554 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f554 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green96.1%
Blue32.9%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow65.7%
Key (black)3.9%
Color previews
#39f554 text on a black background
contrast 14.36:1
Card sample
#39f554 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f554;
Background color
Panel with #39f554 background
background-color: #39f554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 245, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 245, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f554; background: linear-gradient(135deg, #39f554, #39F5D1);