Shades of Lime Green #10C513
Tints of Lime Green #10C513
RGB
CMYK
RGB Variations
Color information
#10C513 (or 0x10C513) is known color: Lime Green. HEX triplet: 10, C5 and 13. RGB value is (16,197,19). Sum of RGB (Red+Green+Blue) = 16+197+19=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #10C513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C513 is #EF3AEC. Grayscale: #7B7B7B. Windows color (decimal): -15678189 or 1295632. OLE color: 1295632.
HSL color Cylindrical-coordinate representation of color #10C513: hue angle of 120.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 #10C513 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 19 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.23 |
| HSL | 120.99º | 0.85% | 0.42% | - |
| HSV(B) | 120.99º | 0.92% | 0.77% | - |
| XYZ | 20.3 | 40.09 | 7.28 | - |
| YUV | 122.59 | 69.53 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 19 | 0.92 | 0 | 0.90 | 0.23 | 120.99 | 0.85 | 0.42 |
| Hex | 10 | C5 | 13 | 5C | 0 | 5A | 17 | 79 | 55 | 2A |
| Octal | 20 | 305 | 23 | 134 | 0 | 132 | 27 | 171 | 125 | 52 |
| Binary | 10000 | 11000101 | 10011 | 1011100 | 0 | 1011010 | 10111 | 1111001 | 1010101 | 101010 |
Color Harmonies of #10C513
Complementary color
Monochromatic Colors of #10C513
Black with #10C513
Text Example
Text Example
White with #10C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C513; }
p { color: rgb(16,197,19); }
H1.HeaderClassName
{
color: #10C513;
}
.AnyTagClassName
{
color: #10C513;
}
</style>
background-color css
<style>
a { background-color: #10C513; }
a { background-color: rgb(16,197,19); }
div.DivClassName
{
background-color: #10C513;
}
.BgClassName
{
background-color: #10C513;
}
</style>
border-color css
<style>
span { border-color: #10C513; }
span { border-color: rgb(16,197,19); }
td.TdClassName
{
border-color: #10C513;
}
.TagClassName
{
border-color: #10C513;
}
</style>