#39bf3b
a balanced, vivid green · cool · closest name: forestgreen
RGB
57, 191, 59
HSL
121°, 54%, 49%
CMYK
70, 0, 69, 25
Luminance
0.3845
Every format
| HEX | #39bf3b |
| RGB | rgb(57, 191, 59) |
| HSL | hsl(121, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 69%, 25%) |
| LAB | lab(68.3 -60.8 53.9) |
| LCH | lch(68.3 81.2 138.5) |
| OKLCH | oklch(0.707 0.206 143.2) |
Copy-ready code
/* CSS */
color: #39bf3b;
background-color: #39bf3b;
/* Tailwind (arbitrary) */
class="text-[#39bf3b] bg-[#39bf3b]"
/* SCSS */
$brand: #39bf3b;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.231)
/* Android */
Color.parseColor("#39bf3b")Accessibility — WCAG contrast
Aa
#39bf3b on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bf3b on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue23.1%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow69.1%
Key (black)25.1%
Color previews
#39bf3b text on a black background
contrast 8.69:1
Card sample
#39bf3b text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bf3b;
Background color
Panel with #39bf3b background
background-color: #39bf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bf3b; background: linear-gradient(135deg, #39bf3b, #39BF94);