#20eb67
a balanced, electric green · cool · closest name: lime
RGB
32, 235, 103
HSL
141°, 84%, 52%
CMYK
86, 0, 56, 8
Luminance
0.6070
Every format
| HEX | #20eb67 |
| RGB | rgb(32, 235, 103) |
| HSL | hsl(141, 84%, 52%) |
| CMYK | cmyk(86%, 0%, 56%, 8%) |
| LAB | lab(82.2 -72.8 50.5) |
| LCH | lch(82.2 88.6 145.2) |
| OKLCH | oklch(0.823 0.229 148.3) |
Copy-ready code
/* CSS */
color: #20eb67;
background-color: #20eb67;
/* Tailwind (arbitrary) */
class="text-[#20eb67] bg-[#20eb67]"
/* SCSS */
$brand: #20eb67;
/* SwiftUI */
Color(red: 0.125, green: 0.922, blue: 0.404)
/* Android */
Color.parseColor("#20eb67")Accessibility — WCAG contrast
Aa
#20eb67 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20eb67 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green92.2%
Blue40.4%
CMYK percentages
Cyan86.4%
Magenta0.0%
Yellow56.2%
Key (black)7.8%
Color previews
#20eb67 text on a black background
contrast 13.14:1
Card sample
#20eb67 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20eb67;
Background color
Panel with #20eb67 background
background-color: #20eb67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20eb67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 235, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 235, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20eb67; background: linear-gradient(135deg, #20eb67, #20E8EB);