#43ce21
a balanced, vivid green · cool · closest name: lime
RGB
67, 206, 33
HSL
108°, 72%, 47%
CMYK
68, 0, 84, 19
Luminance
0.4545
Every format
| HEX | #43ce21 |
| RGB | rgb(67, 206, 33) |
| HSL | hsl(108, 72%, 47%) |
| CMYK | cmyk(68%, 0%, 84%, 19%) |
| LAB | lab(73.2 -65.5 66.9) |
| LCH | lch(73.2 93.7 134.4) |
| OKLCH | oklch(0.747 0.232 140.6) |
Copy-ready code
/* CSS */
color: #43ce21;
background-color: #43ce21;
/* Tailwind (arbitrary) */
class="text-[#43ce21] bg-[#43ce21]"
/* SCSS */
$brand: #43ce21;
/* SwiftUI */
Color(red: 0.263, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#43ce21")Accessibility — WCAG contrast
Aa
#43ce21 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ce21 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green80.8%
Blue12.9%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow84.0%
Key (black)19.2%
Color previews
#43ce21 text on a black background
contrast 10.09:1
Card sample
#43ce21 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ce21;
Background color
Panel with #43ce21 background
background-color: #43ce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ce21; background: linear-gradient(135deg, #43ce21, #21CE72);