Shades of Lime Green #15C018
Tints of Lime Green #15C018
RGB
CMYK
RGB Variations
Color information
#15C018 (or 0x15C018) is known color: Lime Green. HEX triplet: 15, C0 and 18. RGB value is (21,192,24). Sum of RGB (Red+Green+Blue) = 21+192+24=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #15C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C018 is #EA3FE7. Grayscale: #7A7A7A. Windows color (decimal): -15351784 or 1622037. OLE color: 1622037.
HSL color Cylindrical-coordinate representation of color #15C018: hue angle of 121.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C018 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 24 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.25 |
| HSL | 121.05º | 0.8% | 0.42% | - |
| HSV(B) | 121.05º | 0.89% | 0.75% | - |
| XYZ | 19.32 | 37.92 | 7.17 | - |
| YUV | 121.72 | 72.85 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 24 | 0.89 | 0 | 0.88 | 0.25 | 121.05 | 0.8 | 0.42 |
| Hex | 15 | C0 | 18 | 59 | 0 | 58 | 19 | 79 | 50 | 2A |
| Octal | 25 | 300 | 30 | 131 | 0 | 130 | 31 | 171 | 120 | 52 |
| Binary | 10101 | 11000000 | 11000 | 1011001 | 0 | 1011000 | 11001 | 1111001 | 1010000 | 101010 |
Color Harmonies of #15C018
Complementary color
Monochromatic Colors of #15C018
Black with #15C018
Text Example
Text Example
White with #15C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C018; }
p { color: rgb(21,192,24); }
H1.HeaderClassName
{
color: #15C018;
}
.AnyTagClassName
{
color: #15C018;
}
</style>
background-color css
<style>
a { background-color: #15C018; }
a { background-color: rgb(21,192,24); }
div.DivClassName
{
background-color: #15C018;
}
.BgClassName
{
background-color: #15C018;
}
</style>
border-color css
<style>
span { border-color: #15C018; }
span { border-color: rgb(21,192,24); }
td.TdClassName
{
border-color: #15C018;
}
.TagClassName
{
border-color: #15C018;
}
</style>