#14f621
a balanced, electric green · cool · closest name: lime
RGB
20, 246, 33
HSL
124°, 93%, 52%
CMYK
92, 0, 87, 4
Luminance
0.6617
Every format
| HEX | #14f621 |
| RGB | rgb(20, 246, 33) |
| HSL | hsl(124, 93%, 52%) |
| CMYK | cmyk(92%, 0%, 87%, 4%) |
| LAB | lab(85.1 -82.5 77.2) |
| LCH | lch(85.1 113.0 136.9) |
| OKLCH | oklch(0.845 0.280 142.9) |
Copy-ready code
/* CSS */
color: #14f621;
background-color: #14f621;
/* Tailwind (arbitrary) */
class="text-[#14f621] bg-[#14f621]"
/* SCSS */
$brand: #14f621;
/* SwiftUI */
Color(red: 0.078, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#14f621")Accessibility — WCAG contrast
Aa
#14f621 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14f621 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green96.5%
Blue12.9%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#14f621 text on a black background
contrast 14.23:1
Card sample
#14f621 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14f621;
Background color
Panel with #14f621 background
background-color: #14f621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14f621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14f621; background: linear-gradient(135deg, #14f621, #14F6B8);