Shades of Lime Green #14C221
Tints of Lime Green #14C221
RGB
CMYK
RGB Variations
Color information
#14C221 (or 0x14C221) is known color: Lime Green. HEX triplet: 14, C2 and 21. RGB value is (20,194,33). Sum of RGB (Red+Green+Blue) = 20+194+33=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 194 (76.17% from 255 or 78.54% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 194 - color contains mainly: green. Hex color #14C221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C221 is #EB3DDE. Grayscale: #7C7C7C. Windows color (decimal): -15416799 or 2212372. OLE color: 2212372.
HSL color Cylindrical-coordinate representation of color #14C221: hue angle of 124.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C221 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 33 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.24 |
| HSL | 124.48º | 0.81% | 0.42% | - |
| HSV(B) | 124.48º | 0.9% | 0.76% | - |
| XYZ | 19.85 | 38.84 | 7.89 | - |
| YUV | 123.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 33 | 0.90 | 0 | 0.83 | 0.24 | 124.48 | 0.81 | 0.42 |
| Hex | 14 | C2 | 21 | 5A | 0 | 53 | 18 | 7C | 51 | 2A |
| Octal | 24 | 302 | 41 | 132 | 0 | 123 | 30 | 174 | 121 | 52 |
| Binary | 10100 | 11000010 | 100001 | 1011010 | 0 | 1010011 | 11000 | 1111100 | 1010001 | 101010 |
Color Harmonies of #14C221
Complementary color
Monochromatic Colors of #14C221
Black with #14C221
Text Example
Text Example
White with #14C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C221; }
p { color: rgb(20,194,33); }
H1.HeaderClassName
{
color: #14C221;
}
.AnyTagClassName
{
color: #14C221;
}
</style>
background-color css
<style>
a { background-color: #14C221; }
a { background-color: rgb(20,194,33); }
div.DivClassName
{
background-color: #14C221;
}
.BgClassName
{
background-color: #14C221;
}
</style>
border-color css
<style>
span { border-color: #14C221; }
span { border-color: rgb(20,194,33); }
td.TdClassName
{
border-color: #14C221;
}
.TagClassName
{
border-color: #14C221;
}
</style>