#22cb2f
a balanced, vivid green · cool · closest name: lime
RGB
34, 203, 47
HSL
125°, 71%, 47%
CMYK
83, 0, 77, 20
Luminance
0.4326
Every format
| HEX | #22cb2f |
| RGB | rgb(34, 203, 47) |
| HSL | hsl(125, 71%, 47%) |
| CMYK | cmyk(83%, 0%, 77%, 20%) |
| LAB | lab(71.7 -68.7 61.5) |
| LCH | lch(71.7 92.2 138.2) |
| OKLCH | oklch(0.734 0.232 143.4) |
Copy-ready code
/* CSS */
color: #22cb2f;
background-color: #22cb2f;
/* Tailwind (arbitrary) */
class="text-[#22cb2f] bg-[#22cb2f]"
/* SCSS */
$brand: #22cb2f;
/* SwiftUI */
Color(red: 0.133, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#22cb2f")Accessibility — WCAG contrast
Aa
#22cb2f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cb2f on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green79.6%
Blue18.4%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#22cb2f text on a black background
contrast 9.65:1
Card sample
#22cb2f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cb2f;
Background color
Panel with #22cb2f background
background-color: #22cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cb2f; background: linear-gradient(135deg, #22cb2f, #22CBA0);