Shades of Lime Green #10C516
Tints of Lime Green #10C516
RGB
CMYK
RGB Variations
Color information
#10C516 (or 0x10C516) is known color: Lime Green. HEX triplet: 10, C5 and 16. RGB value is (16,197,22). Sum of RGB (Red+Green+Blue) = 16+197+22=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #10C516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C516 is #EF3AE9. Grayscale: #7B7B7B. Windows color (decimal): -15678186 or 1492240. OLE color: 1492240.
HSL color Cylindrical-coordinate representation of color #10C516: hue angle of 121.99º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C516 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.23 |
| HSL | 121.99º | 0.85% | 0.42% | - |
| HSV(B) | 121.99º | 0.92% | 0.77% | - |
| XYZ | 20.32 | 40.1 | 7.43 | - |
| YUV | 122.93 | 71.03 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 22 | 0.92 | 0 | 0.89 | 0.23 | 121.99 | 0.85 | 0.42 |
| Hex | 10 | C5 | 16 | 5C | 0 | 59 | 17 | 7A | 55 | 2A |
| Octal | 20 | 305 | 26 | 134 | 0 | 131 | 27 | 172 | 125 | 52 |
| Binary | 10000 | 11000101 | 10110 | 1011100 | 0 | 1011001 | 10111 | 1111010 | 1010101 | 101010 |
Color Harmonies of #10C516
Complementary color
Monochromatic Colors of #10C516
Black with #10C516
Text Example
Text Example
White with #10C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C516; }
p { color: rgb(16,197,22); }
H1.HeaderClassName
{
color: #10C516;
}
.AnyTagClassName
{
color: #10C516;
}
</style>
background-color css
<style>
a { background-color: #10C516; }
a { background-color: rgb(16,197,22); }
div.DivClassName
{
background-color: #10C516;
}
.BgClassName
{
background-color: #10C516;
}
</style>
border-color css
<style>
span { border-color: #10C516; }
span { border-color: rgb(16,197,22); }
td.TdClassName
{
border-color: #10C516;
}
.TagClassName
{
border-color: #10C516;
}
</style>