Shades of Lime Green #14C014
Tints of Lime Green #14C014
RGB
CMYK
RGB Variations
Color information
#14C014 (or 0x14C014) is known color: Lime Green. HEX triplet: 14, C0 and 14. RGB value is (20,192,20). Sum of RGB (Red+Green+Blue) = 20+192+20=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #14C014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C014 is #EB3FEB. Grayscale: #797979. Windows color (decimal): -15417324 or 1359892. OLE color: 1359892.
HSL color Cylindrical-coordinate representation of color #14C014: hue angle of 120º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C014 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 20 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.25 |
| HSL | 120º | 0.81% | 0.42% | - |
| HSV(B) | 120º | 0.9% | 0.75% | - |
| XYZ | 19.26 | 37.9 | 6.96 | - |
| YUV | 120.96 | 71.02 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 20 | 0.90 | 0 | 0.90 | 0.25 | 120 | 0.81 | 0.42 |
| Hex | 14 | C0 | 14 | 5A | 0 | 5A | 19 | 78 | 51 | 2A |
| Octal | 24 | 300 | 24 | 132 | 0 | 132 | 31 | 170 | 121 | 52 |
| Binary | 10100 | 11000000 | 10100 | 1011010 | 0 | 1011010 | 11001 | 1111000 | 1010001 | 101010 |
Color Harmonies of #14C014
Complementary color
Monochromatic Colors of #14C014
Black with #14C014
Text Example
Text Example
White with #14C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C014; }
p { color: rgb(20,192,20); }
H1.HeaderClassName
{
color: #14C014;
}
.AnyTagClassName
{
color: #14C014;
}
</style>
background-color css
<style>
a { background-color: #14C014; }
a { background-color: rgb(20,192,20); }
div.DivClassName
{
background-color: #14C014;
}
.BgClassName
{
background-color: #14C014;
}
</style>
border-color css
<style>
span { border-color: #14C014; }
span { border-color: rgb(20,192,20); }
td.TdClassName
{
border-color: #14C014;
}
.TagClassName
{
border-color: #14C014;
}
</style>