#39b235
a balanced, vivid green · cool · closest name: forestgreen
RGB
57, 178, 53
HSL
118°, 54%, 45%
CMYK
68, 0, 70, 30
Luminance
0.3297
Every format
| HEX | #39b235 |
| RGB | rgb(57, 178, 53) |
| HSL | hsl(118, 54%, 45%) |
| CMYK | cmyk(68%, 0%, 70%, 30%) |
| LAB | lab(64.1 -57.0 51.8) |
| LCH | lch(64.1 77.0 137.7) |
| OKLCH | oklch(0.672 0.195 142.6) |
Copy-ready code
/* CSS */
color: #39b235;
background-color: #39b235;
/* Tailwind (arbitrary) */
class="text-[#39b235] bg-[#39b235]"
/* SCSS */
$brand: #39b235;
/* SwiftUI */
Color(red: 0.224, green: 0.698, blue: 0.208)
/* Android */
Color.parseColor("#39b235")Accessibility — WCAG contrast
Aa
#39b235 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b235 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green69.8%
Blue20.8%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow70.2%
Key (black)30.2%
Color previews
#39b235 text on a black background
contrast 7.59:1
Card sample
#39b235 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b235;
Background color
Panel with #39b235 background
background-color: #39b235;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b235;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 178, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 178, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b235; background: linear-gradient(135deg, #39b235, #35B284);