Shades of Lime Green #15CC10
Tints of Lime Green #15CC10
RGB
CMYK
RGB Variations
Color information
#15CC10 (or 0x15CC10) is known color: Lime Green. HEX triplet: 15, CC and 10. RGB value is (21,204,16). Sum of RGB (Red+Green+Blue) = 21+204+16=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CC10 is #EA33EF. Grayscale: #808080. Windows color (decimal): -15348720 or 1100821. OLE color: 1100821.
HSL color Cylindrical-coordinate representation of color #15CC10: hue angle of 118.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15CC10 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 16 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.2 |
| HSL | 118.4º | 0.85% | 0.43% | - |
| HSV(B) | 118.4º | 0.92% | 0.8% | - |
| XYZ | 22 | 43.38 | 7.7 | - |
| YUV | 127.85 | 64.87 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 16 | 0.90 | 0 | 0.92 | 0.2 | 118.4 | 0.85 | 0.43 |
| Hex | 15 | CC | 10 | 5A | 0 | 5C | 14 | 76 | 55 | 2B |
| Octal | 25 | 314 | 20 | 132 | 0 | 134 | 24 | 166 | 125 | 53 |
| Binary | 10101 | 11001100 | 10000 | 1011010 | 0 | 1011100 | 10100 | 1110110 | 1010101 | 101011 |
Color Harmonies of #15CC10
Complementary color
Monochromatic Colors of #15CC10
Black with #15CC10
Text Example
Text Example
White with #15CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC10; }
p { color: rgb(21,204,16); }
H1.HeaderClassName
{
color: #15CC10;
}
.AnyTagClassName
{
color: #15CC10;
}
</style>
background-color css
<style>
a { background-color: #15CC10; }
a { background-color: rgb(21,204,16); }
div.DivClassName
{
background-color: #15CC10;
}
.BgClassName
{
background-color: #15CC10;
}
</style>
border-color css
<style>
span { border-color: #15CC10; }
span { border-color: rgb(21,204,16); }
td.TdClassName
{
border-color: #15CC10;
}
.TagClassName
{
border-color: #15CC10;
}
</style>