#20bd2f
a dark, vivid green · cool · closest name: forestgreen
RGB
32, 189, 47
HSL
126°, 71%, 43%
CMYK
83, 0, 75, 26
Luminance
0.3691
Every format
| HEX | #20bd2f |
| RGB | rgb(32, 189, 47) |
| HSL | hsl(126, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 75%, 26%) |
| LAB | lab(67.2 -64.7 57.0) |
| LCH | lch(67.2 86.3 138.6) |
| OKLCH | oklch(0.696 0.217 143.7) |
Copy-ready code
/* CSS */
color: #20bd2f;
background-color: #20bd2f;
/* Tailwind (arbitrary) */
class="text-[#20bd2f] bg-[#20bd2f]"
/* SCSS */
$brand: #20bd2f;
/* SwiftUI */
Color(red: 0.125, green: 0.741, blue: 0.184)
/* Android */
Color.parseColor("#20bd2f")Accessibility — WCAG contrast
Aa
#20bd2f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20bd2f on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green74.1%
Blue18.4%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow75.1%
Key (black)25.9%
Color previews
#20bd2f text on a black background
contrast 8.38:1
Card sample
#20bd2f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20bd2f;
Background color
Panel with #20bd2f background
background-color: #20bd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20bd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 189, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 189, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20bd2f; background: linear-gradient(135deg, #20bd2f, #20BD97);