Shades of Lime Green #16C313
Tints of Lime Green #16C313
RGB
CMYK
RGB Variations
Color information
#16C313 (or 0x16C313) is known color: Lime Green. HEX triplet: 16, C3 and 13. RGB value is (22,195,19). Sum of RGB (Red+Green+Blue) = 22+195+19=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 195 (76.56% from 255 or 82.63% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 195 - color contains mainly: green. Hex color #16C313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C313 is #E93CEC. Grayscale: #7B7B7B. Windows color (decimal): -15285485 or 1295126. OLE color: 1295126.
HSL color Cylindrical-coordinate representation of color #16C313: hue angle of 118.98º degrees, saturation: 0.82, 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 #16C313 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 19 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.24 |
| HSL | 118.98º | 0.82% | 0.42% | - |
| HSV(B) | 118.98º | 0.9% | 0.76% | - |
| XYZ | 19.96 | 39.25 | 7.14 | - |
| YUV | 123.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 19 | 0.89 | 0 | 0.90 | 0.24 | 118.98 | 0.82 | 0.42 |
| Hex | 16 | C3 | 13 | 59 | 0 | 5A | 18 | 77 | 52 | 2A |
| Octal | 26 | 303 | 23 | 131 | 0 | 132 | 30 | 167 | 122 | 52 |
| Binary | 10110 | 11000011 | 10011 | 1011001 | 0 | 1011010 | 11000 | 1110111 | 1010010 | 101010 |
Color Harmonies of #16C313
Complementary color
Monochromatic Colors of #16C313
Black with #16C313
Text Example
Text Example
White with #16C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C313; }
p { color: rgb(22,195,19); }
H1.HeaderClassName
{
color: #16C313;
}
.AnyTagClassName
{
color: #16C313;
}
</style>
background-color css
<style>
a { background-color: #16C313; }
a { background-color: rgb(22,195,19); }
div.DivClassName
{
background-color: #16C313;
}
.BgClassName
{
background-color: #16C313;
}
</style>
border-color css
<style>
span { border-color: #16C313; }
span { border-color: rgb(22,195,19); }
td.TdClassName
{
border-color: #16C313;
}
.TagClassName
{
border-color: #16C313;
}
</style>