Shades of Lime Green #18C112
Tints of Lime Green #18C112
RGB
CMYK
RGB Variations
Color information
#18C112 (or 0x18C112) is known color: Lime Green. HEX triplet: 18, C1 and 12. RGB value is (24,193,18). Sum of RGB (Red+Green+Blue) = 24+193+18=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #18C112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C112 is #E73EED. Grayscale: #7B7B7B. Windows color (decimal): -15154926 or 1229080. OLE color: 1229080.
HSL color Cylindrical-coordinate representation of color #18C112: hue angle of 117.94º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C112 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 18 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.24 |
| HSL | 117.94º | 0.83% | 0.41% | - |
| HSV(B) | 117.94º | 0.91% | 0.76% | - |
| XYZ | 19.56 | 38.38 | 6.95 | - |
| YUV | 122.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 18 | 0.88 | 0 | 0.91 | 0.24 | 117.94 | 0.83 | 0.41 |
| Hex | 18 | C1 | 12 | 58 | 0 | 5B | 18 | 76 | 53 | 29 |
| Octal | 30 | 301 | 22 | 130 | 0 | 133 | 30 | 166 | 123 | 51 |
| Binary | 11000 | 11000001 | 10010 | 1011000 | 0 | 1011011 | 11000 | 1110110 | 1010011 | 101001 |
Color Harmonies of #18C112
Complementary color
Monochromatic Colors of #18C112
Black with #18C112
Text Example
Text Example
White with #18C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C112; }
p { color: rgb(24,193,18); }
H1.HeaderClassName
{
color: #18C112;
}
.AnyTagClassName
{
color: #18C112;
}
</style>
background-color css
<style>
a { background-color: #18C112; }
a { background-color: rgb(24,193,18); }
div.DivClassName
{
background-color: #18C112;
}
.BgClassName
{
background-color: #18C112;
}
</style>
border-color css
<style>
span { border-color: #18C112; }
span { border-color: rgb(24,193,18); }
td.TdClassName
{
border-color: #18C112;
}
.TagClassName
{
border-color: #18C112;
}
</style>