Shades of Lime Green #10C512
Tints of Lime Green #10C512
RGB
CMYK
RGB Variations
Color information
#10C512 (or 0x10C512) is known color: Lime Green. HEX triplet: 10, C5 and 12. RGB value is (16,197,18). Sum of RGB (Red+Green+Blue) = 16+197+18=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 197 (77.34% from 255 or 85.28% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 197 - color contains mainly: green. Hex color #10C512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C512 is #EF3AED. Grayscale: #7B7B7B. Windows color (decimal): -15678190 or 1230096. OLE color: 1230096.
HSL color Cylindrical-coordinate representation of color #10C512: hue angle of 120.66º 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 #10C512 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 18 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.23 |
| HSL | 120.66º | 0.85% | 0.42% | - |
| HSV(B) | 120.66º | 0.92% | 0.77% | - |
| XYZ | 20.29 | 40.09 | 7.24 | - |
| YUV | 122.48 | 69.03 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 18 | 0.92 | 0 | 0.91 | 0.23 | 120.66 | 0.85 | 0.42 |
| Hex | 10 | C5 | 12 | 5C | 0 | 5B | 17 | 79 | 55 | 2A |
| Octal | 20 | 305 | 22 | 134 | 0 | 133 | 27 | 171 | 125 | 52 |
| Binary | 10000 | 11000101 | 10010 | 1011100 | 0 | 1011011 | 10111 | 1111001 | 1010101 | 101010 |
Color Harmonies of #10C512
Complementary color
Monochromatic Colors of #10C512
Black with #10C512
Text Example
Text Example
White with #10C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C512; }
p { color: rgb(16,197,18); }
H1.HeaderClassName
{
color: #10C512;
}
.AnyTagClassName
{
color: #10C512;
}
</style>
background-color css
<style>
a { background-color: #10C512; }
a { background-color: rgb(16,197,18); }
div.DivClassName
{
background-color: #10C512;
}
.BgClassName
{
background-color: #10C512;
}
</style>
border-color css
<style>
span { border-color: #10C512; }
span { border-color: rgb(16,197,18); }
td.TdClassName
{
border-color: #10C512;
}
.TagClassName
{
border-color: #10C512;
}
</style>