Shades of Lime Green #14C019
Tints of Lime Green #14C019
RGB
CMYK
RGB Variations
Color information
#14C019 (or 0x14C019) is known color: Lime Green. HEX triplet: 14, C0 and 19. RGB value is (20,192,25). Sum of RGB (Red+Green+Blue) = 20+192+25=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #14C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C019 is #EB3FE6. Grayscale: #7A7A7A. Windows color (decimal): -15417319 or 1687572. OLE color: 1687572.
HSL color Cylindrical-coordinate representation of color #14C019: hue angle of 121.74º 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 #14C019 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 25 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.25 |
| HSL | 121.74º | 0.81% | 0.42% | - |
| HSV(B) | 121.74º | 0.9% | 0.75% | - |
| XYZ | 19.31 | 37.92 | 7.22 | - |
| YUV | 121.53 | 73.52 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 25 | 0.90 | 0 | 0.87 | 0.25 | 121.74 | 0.81 | 0.42 |
| Hex | 14 | C0 | 19 | 5A | 0 | 57 | 19 | 7A | 51 | 2A |
| Octal | 24 | 300 | 31 | 132 | 0 | 127 | 31 | 172 | 121 | 52 |
| Binary | 10100 | 11000000 | 11001 | 1011010 | 0 | 1010111 | 11001 | 1111010 | 1010001 | 101010 |
Color Harmonies of #14C019
Complementary color
Monochromatic Colors of #14C019
Black with #14C019
Text Example
Text Example
White with #14C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C019; }
p { color: rgb(20,192,25); }
H1.HeaderClassName
{
color: #14C019;
}
.AnyTagClassName
{
color: #14C019;
}
</style>
background-color css
<style>
a { background-color: #14C019; }
a { background-color: rgb(20,192,25); }
div.DivClassName
{
background-color: #14C019;
}
.BgClassName
{
background-color: #14C019;
}
</style>
border-color css
<style>
span { border-color: #14C019; }
span { border-color: rgb(20,192,25); }
td.TdClassName
{
border-color: #14C019;
}
.TagClassName
{
border-color: #14C019;
}
</style>