#39ef1a
a balanced, electric green · cool · closest name: lime
RGB
57, 239, 26
HSL
111°, 87%, 52%
CMYK
76, 0, 89, 6
Luminance
0.6268
Every format
| HEX | #39ef1a |
| RGB | rgb(57, 239, 26) |
| HSL | hsl(111, 87%, 52%) |
| CMYK | cmyk(76%, 0%, 89%, 6%) |
| LAB | lab(83.3 -77.4 77.0) |
| LCH | lch(83.3 109.2 135.1) |
| OKLCH | oklch(0.831 0.270 141.5) |
Copy-ready code
/* CSS */
color: #39ef1a;
background-color: #39ef1a;
/* Tailwind (arbitrary) */
class="text-[#39ef1a] bg-[#39ef1a]"
/* SCSS */
$brand: #39ef1a;
/* SwiftUI */
Color(red: 0.224, green: 0.937, blue: 0.102)
/* Android */
Color.parseColor("#39ef1a")Accessibility — WCAG contrast
Aa
#39ef1a on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ef1a on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green93.7%
Blue10.2%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow89.1%
Key (black)6.3%
Color previews
#39ef1a text on a black background
contrast 13.54:1
Card sample
#39ef1a text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ef1a;
Background color
Panel with #39ef1a background
background-color: #39ef1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ef1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 239, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 239, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ef1a; background: linear-gradient(135deg, #39ef1a, #1AEF89);