Shades of Lime Green #15C012
Tints of Lime Green #15C012
RGB
CMYK
RGB Variations
Color information
#15C012 (or 0x15C012) is known color: Lime Green. HEX triplet: 15, C0 and 12. RGB value is (21,192,18). Sum of RGB (Red+Green+Blue) = 21+192+18=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #15C012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C012 is #EA3FED. Grayscale: #797979. Windows color (decimal): -15351790 or 1228821. OLE color: 1228821.
HSL color Cylindrical-coordinate representation of color #15C012: hue angle of 118.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C012 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 18 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.25 |
| HSL | 118.97º | 0.83% | 0.41% | - |
| HSV(B) | 118.97º | 0.91% | 0.75% | - |
| XYZ | 19.27 | 37.9 | 6.87 | - |
| YUV | 121.04 | 69.85 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 18 | 0.89 | 0 | 0.91 | 0.25 | 118.97 | 0.83 | 0.41 |
| Hex | 15 | C0 | 12 | 59 | 0 | 5B | 19 | 77 | 53 | 29 |
| Octal | 25 | 300 | 22 | 131 | 0 | 133 | 31 | 167 | 123 | 51 |
| Binary | 10101 | 11000000 | 10010 | 1011001 | 0 | 1011011 | 11001 | 1110111 | 1010011 | 101001 |
Color Harmonies of #15C012
Complementary color
Monochromatic Colors of #15C012
Black with #15C012
Text Example
Text Example
White with #15C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C012; }
p { color: rgb(21,192,18); }
H1.HeaderClassName
{
color: #15C012;
}
.AnyTagClassName
{
color: #15C012;
}
</style>
background-color css
<style>
a { background-color: #15C012; }
a { background-color: rgb(21,192,18); }
div.DivClassName
{
background-color: #15C012;
}
.BgClassName
{
background-color: #15C012;
}
</style>
border-color css
<style>
span { border-color: #15C012; }
span { border-color: rgb(21,192,18); }
td.TdClassName
{
border-color: #15C012;
}
.TagClassName
{
border-color: #15C012;
}
</style>