#22df23
a balanced, vivid green · cool · closest name: lime
RGB
34, 223, 35
HSL
120°, 75%, 50%
CMYK
85, 0, 84, 13
Luminance
0.5324
Every format
| HEX | #22df23 |
| RGB | rgb(34, 223, 35) |
| HSL | hsl(120, 75%, 50%) |
| CMYK | cmyk(85%, 0%, 84%, 13%) |
| LAB | lab(78.0 -75.1 70.6) |
| LCH | lch(78.0 103.1 136.8) |
| OKLCH | oklch(0.786 0.256 142.7) |
Copy-ready code
/* CSS */
color: #22df23;
background-color: #22df23;
/* Tailwind (arbitrary) */
class="text-[#22df23] bg-[#22df23]"
/* SCSS */
$brand: #22df23;
/* SwiftUI */
Color(red: 0.133, green: 0.875, blue: 0.137)
/* Android */
Color.parseColor("#22df23")Accessibility — WCAG contrast
Aa
#22df23 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22df23 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green87.5%
Blue13.7%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow84.3%
Key (black)12.5%
Color previews
#22df23 text on a black background
contrast 11.65:1
Card sample
#22df23 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22df23;
Background color
Panel with #22df23 background
background-color: #22df23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22df23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 223, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 223, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22df23; background: linear-gradient(135deg, #22df23, #22DFA1);