Shades of Lime Green #18C010
Tints of Lime Green #18C010
RGB
CMYK
RGB Variations
Color information
#18C010 (or 0x18C010) is known color: Lime Green. HEX triplet: 18, C0 and 10. RGB value is (24,192,16). Sum of RGB (Red+Green+Blue) = 24+192+16=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #18C010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C010 is #E73FEF. Grayscale: #7A7A7A. Windows color (decimal): -15155184 or 1097752. OLE color: 1097752.
HSL color Cylindrical-coordinate representation of color #18C010: hue angle of 117.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18C010 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 16 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.25 |
| HSL | 117.27º | 0.85% | 0.41% | - |
| HSV(B) | 117.27º | 0.92% | 0.75% | - |
| XYZ | 19.32 | 37.93 | 6.79 | - |
| YUV | 121.7 | 68.34 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 16 | 0.88 | 0 | 0.92 | 0.25 | 117.27 | 0.85 | 0.41 |
| Hex | 18 | C0 | 10 | 58 | 0 | 5C | 19 | 75 | 55 | 29 |
| Octal | 30 | 300 | 20 | 130 | 0 | 134 | 31 | 165 | 125 | 51 |
| Binary | 11000 | 11000000 | 10000 | 1011000 | 0 | 1011100 | 11001 | 1110101 | 1010101 | 101001 |
Color Harmonies of #18C010
Complementary color
Monochromatic Colors of #18C010
Black with #18C010
Text Example
Text Example
White with #18C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C010; }
p { color: rgb(24,192,16); }
H1.HeaderClassName
{
color: #18C010;
}
.AnyTagClassName
{
color: #18C010;
}
</style>
background-color css
<style>
a { background-color: #18C010; }
a { background-color: rgb(24,192,16); }
div.DivClassName
{
background-color: #18C010;
}
.BgClassName
{
background-color: #18C010;
}
</style>
border-color css
<style>
span { border-color: #18C010; }
span { border-color: rgb(24,192,16); }
td.TdClassName
{
border-color: #18C010;
}
.TagClassName
{
border-color: #18C010;
}
</style>