Shades of Lime Green #10C515
Tints of Lime Green #10C515
RGB
CMYK
RGB Variations
Color information
#10C515 (or 0x10C515) is known color: Lime Green. HEX triplet: 10, C5 and 15. RGB value is (16,197,21). Sum of RGB (Red+Green+Blue) = 16+197+21=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 197 (77.34% from 255 or 84.19% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 197 - color contains mainly: green. Hex color #10C515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C515 is #EF3AEA. Grayscale: #7B7B7B. Windows color (decimal): -15678187 or 1426704. OLE color: 1426704.
HSL color Cylindrical-coordinate representation of color #10C515: hue angle of 121.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 #10C515 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 21 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.23 |
| HSL | 121.66º | 0.85% | 0.42% | - |
| HSV(B) | 121.66º | 0.92% | 0.77% | - |
| XYZ | 20.32 | 40.1 | 7.38 | - |
| YUV | 122.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 21 | 0.92 | 0 | 0.89 | 0.23 | 121.66 | 0.85 | 0.42 |
| Hex | 10 | C5 | 15 | 5C | 0 | 59 | 17 | 7A | 55 | 2A |
| Octal | 20 | 305 | 25 | 134 | 0 | 131 | 27 | 172 | 125 | 52 |
| Binary | 10000 | 11000101 | 10101 | 1011100 | 0 | 1011001 | 10111 | 1111010 | 1010101 | 101010 |
Color Harmonies of #10C515
Complementary color
Monochromatic Colors of #10C515
Black with #10C515
Text Example
Text Example
White with #10C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C515; }
p { color: rgb(16,197,21); }
H1.HeaderClassName
{
color: #10C515;
}
.AnyTagClassName
{
color: #10C515;
}
</style>
background-color css
<style>
a { background-color: #10C515; }
a { background-color: rgb(16,197,21); }
div.DivClassName
{
background-color: #10C515;
}
.BgClassName
{
background-color: #10C515;
}
</style>
border-color css
<style>
span { border-color: #10C515; }
span { border-color: rgb(16,197,21); }
td.TdClassName
{
border-color: #10C515;
}
.TagClassName
{
border-color: #10C515;
}
</style>