#22f030
a balanced, electric green · cool · closest name: lime
RGB
34, 240, 48
HSL
124°, 87%, 54%
CMYK
86, 0, 80, 6
Luminance
0.6287
Every format
| HEX | #22f030 |
| RGB | rgb(34, 240, 48) |
| HSL | hsl(124, 87%, 54%) |
| CMYK | cmyk(86%, 0%, 80%, 6%) |
| LAB | lab(83.4 -79.2 72.3) |
| LCH | lch(83.4 107.3 137.6) |
| OKLCH | oklch(0.831 0.268 143.2) |
Copy-ready code
/* CSS */
color: #22f030;
background-color: #22f030;
/* Tailwind (arbitrary) */
class="text-[#22f030] bg-[#22f030]"
/* SCSS */
$brand: #22f030;
/* SwiftUI */
Color(red: 0.133, green: 0.941, blue: 0.188)
/* Android */
Color.parseColor("#22f030")Accessibility — WCAG contrast
Aa
#22f030 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22f030 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green94.1%
Blue18.8%
CMYK percentages
Cyan85.8%
Magenta0.0%
Yellow80.0%
Key (black)5.9%
Color previews
#22f030 text on a black background
contrast 13.57:1
Card sample
#22f030 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22f030;
Background color
Panel with #22f030 background
background-color: #22f030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22f030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 240, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 240, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22f030; background: linear-gradient(135deg, #22f030, #22F0B9);