Shades of Lime Green #10C416
Tints of Lime Green #10C416
RGB
CMYK
RGB Variations
Color information
#10C416 (or 0x10C416) is known color: Lime Green. HEX triplet: 10, C4 and 16. RGB value is (16,196,22). Sum of RGB (Red+Green+Blue) = 16+196+22=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #10C416 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C416 is #EF3BE9. Grayscale: #7A7A7A. Windows color (decimal): -15678442 or 1491984. OLE color: 1491984.
HSL color Cylindrical-coordinate representation of color #10C416: hue angle of 122º 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 #10C416 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.23 |
| HSL | 122º | 0.85% | 0.42% | - |
| HSV(B) | 122º | 0.92% | 0.77% | - |
| XYZ | 20.1 | 39.65 | 7.35 | - |
| YUV | 122.34 | 71.37 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 22 | 0.92 | 0 | 0.89 | 0.23 | 122 | 0.85 | 0.42 |
| Hex | 10 | C4 | 16 | 5C | 0 | 59 | 17 | 7A | 55 | 2A |
| Octal | 20 | 304 | 26 | 134 | 0 | 131 | 27 | 172 | 125 | 52 |
| Binary | 10000 | 11000100 | 10110 | 1011100 | 0 | 1011001 | 10111 | 1111010 | 1010101 | 101010 |
Color Harmonies of #10C416
Complementary color
Monochromatic Colors of #10C416
Black with #10C416
Text Example
Text Example
White with #10C416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C416; }
p { color: rgb(16,196,22); }
H1.HeaderClassName
{
color: #10C416;
}
.AnyTagClassName
{
color: #10C416;
}
</style>
background-color css
<style>
a { background-color: #10C416; }
a { background-color: rgb(16,196,22); }
div.DivClassName
{
background-color: #10C416;
}
.BgClassName
{
background-color: #10C416;
}
</style>
border-color css
<style>
span { border-color: #10C416; }
span { border-color: rgb(16,196,22); }
td.TdClassName
{
border-color: #10C416;
}
.TagClassName
{
border-color: #10C416;
}
</style>