#39be13
a dark, electric green · cool · closest name: green
RGB
57, 190, 19
HSL
107°, 82%, 41%
CMYK
70, 0, 90, 26
Luminance
0.3774
Every format
| HEX | #39be13 |
| RGB | rgb(57, 190, 19) |
| HSL | hsl(107, 82%, 41%) |
| CMYK | cmyk(70%, 0%, 90%, 26%) |
| LAB | lab(67.8 -62.9 65.0) |
| LCH | lch(67.8 90.5 134.0) |
| OKLCH | oklch(0.702 0.223 140.6) |
Copy-ready code
/* CSS */
color: #39be13;
background-color: #39be13;
/* Tailwind (arbitrary) */
class="text-[#39be13] bg-[#39be13]"
/* SCSS */
$brand: #39be13;
/* SwiftUI */
Color(red: 0.224, green: 0.745, blue: 0.075)
/* Android */
Color.parseColor("#39be13")Accessibility — WCAG contrast
Aa
#39be13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39be13 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.5%
Blue7.5%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow90.0%
Key (black)25.5%
Color previews
#39be13 text on a black background
contrast 8.55:1
Card sample
#39be13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39be13;
Background color
Panel with #39be13 background
background-color: #39be13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39be13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 190, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 190, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39be13; background: linear-gradient(135deg, #39be13, #13BE5F);