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