#39cb2d
a balanced, vivid green · cool · closest name: green
RGB
57, 203, 45
HSL
115°, 64%, 49%
CMYK
72, 0, 78, 20
Luminance
0.4377
Every format
| HEX | #39cb2d |
| RGB | rgb(57, 203, 45) |
| HSL | hsl(115, 64%, 49%) |
| CMYK | cmyk(72%, 0%, 78%, 20%) |
| LAB | lab(72.1 -65.7 62.5) |
| LCH | lch(72.1 90.7 136.4) |
| OKLCH | oklch(0.738 0.227 142.0) |
Copy-ready code
/* CSS */
color: #39cb2d;
background-color: #39cb2d;
/* Tailwind (arbitrary) */
class="text-[#39cb2d] bg-[#39cb2d]"
/* SCSS */
$brand: #39cb2d;
/* SwiftUI */
Color(red: 0.224, green: 0.796, blue: 0.176)
/* Android */
Color.parseColor("#39cb2d")Accessibility — WCAG contrast
Aa
#39cb2d on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cb2d on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green79.6%
Blue17.6%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow77.8%
Key (black)20.4%
Color previews
#39cb2d text on a black background
contrast 9.75:1
Card sample
#39cb2d text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cb2d;
Background color
Panel with #39cb2d background
background-color: #39cb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 203, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 203, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cb2d; background: linear-gradient(135deg, #39cb2d, #2DCB8A);