Shades of Lime Green #14C917
Tints of Lime Green #14C917
RGB
CMYK
RGB Variations
Color information
#14C917 (or 0x14C917) is known color: Lime Green. HEX triplet: 14, C9 and 17. RGB value is (20,201,23). Sum of RGB (Red+Green+Blue) = 20+201+23=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 201 (78.91% from 255 or 82.38% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 201 - color contains mainly: green. Hex color #14C917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C917 is #EB36E8. Grayscale: #7F7F7F. Windows color (decimal): -15415017 or 1558804. OLE color: 1558804.
HSL color Cylindrical-coordinate representation of color #14C917: hue angle of 120.99º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C917 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 23 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.21 |
| HSL | 120.99º | 0.82% | 0.43% | - |
| HSV(B) | 120.99º | 0.9% | 0.79% | - |
| XYZ | 21.33 | 41.98 | 7.79 | - |
| YUV | 126.59 | 69.53 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 23 | 0.90 | 0 | 0.89 | 0.21 | 120.99 | 0.82 | 0.43 |
| Hex | 14 | C9 | 17 | 5A | 0 | 59 | 15 | 79 | 52 | 2B |
| Octal | 24 | 311 | 27 | 132 | 0 | 131 | 25 | 171 | 122 | 53 |
| Binary | 10100 | 11001001 | 10111 | 1011010 | 0 | 1011001 | 10101 | 1111001 | 1010010 | 101011 |
Color Harmonies of #14C917
Complementary color
Monochromatic Colors of #14C917
Black with #14C917
Text Example
Text Example
White with #14C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C917; }
p { color: rgb(20,201,23); }
H1.HeaderClassName
{
color: #14C917;
}
.AnyTagClassName
{
color: #14C917;
}
</style>
background-color css
<style>
a { background-color: #14C917; }
a { background-color: rgb(20,201,23); }
div.DivClassName
{
background-color: #14C917;
}
.BgClassName
{
background-color: #14C917;
}
</style>
border-color css
<style>
span { border-color: #14C917; }
span { border-color: rgb(20,201,23); }
td.TdClassName
{
border-color: #14C917;
}
.TagClassName
{
border-color: #14C917;
}
</style>