#39ce0f
a dark, electric green · cool · closest name: lime
RGB
57, 206, 15
HSL
107°, 86%, 43%
CMYK
72, 0, 93, 19
Luminance
0.4505
Every format
| HEX | #39ce0f |
| RGB | rgb(57, 206, 15) |
| HSL | hsl(107, 86%, 43%) |
| CMYK | cmyk(72%, 0%, 93%, 19%) |
| LAB | lab(72.9 -67.9 69.9) |
| LCH | lch(72.9 97.5 134.2) |
| OKLCH | oklch(0.744 0.240 140.8) |
Copy-ready code
/* CSS */
color: #39ce0f;
background-color: #39ce0f;
/* Tailwind (arbitrary) */
class="text-[#39ce0f] bg-[#39ce0f]"
/* SCSS */
$brand: #39ce0f;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#39ce0f")Accessibility — WCAG contrast
Aa
#39ce0f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ce0f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue5.9%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#39ce0f text on a black background
contrast 10.01:1
Card sample
#39ce0f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ce0f;
Background color
Panel with #39ce0f background
background-color: #39ce0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ce0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ce0f; background: linear-gradient(135deg, #39ce0f, #0FCE64);