Shades of Lime Green #18CC12
Tints of Lime Green #18CC12
RGB
CMYK
RGB Variations
Color information
#18CC12 (or 0x18CC12) is known color: Lime Green. HEX triplet: 18, CC and 12. RGB value is (24,204,18). Sum of RGB (Red+Green+Blue) = 24+204+18=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC12 is #E733ED. Grayscale: #818181. Windows color (decimal): -15152110 or 1231896. OLE color: 1231896.
HSL color Cylindrical-coordinate representation of color #18CC12: hue angle of 118.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CC12 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 18 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.2 |
| HSL | 118.06º | 0.84% | 0.44% | - |
| HSV(B) | 118.06º | 0.91% | 0.8% | - |
| XYZ | 22.08 | 43.42 | 7.79 | - |
| YUV | 128.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 18 | 0.88 | 0 | 0.91 | 0.2 | 118.06 | 0.84 | 0.44 |
| Hex | 18 | CC | 12 | 58 | 0 | 5B | 14 | 76 | 54 | 2C |
| Octal | 30 | 314 | 22 | 130 | 0 | 133 | 24 | 166 | 124 | 54 |
| Binary | 11000 | 11001100 | 10010 | 1011000 | 0 | 1011011 | 10100 | 1110110 | 1010100 | 101100 |
Color Harmonies of #18CC12
Complementary color
Monochromatic Colors of #18CC12
Black with #18CC12
Text Example
Text Example
White with #18CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC12; }
p { color: rgb(24,204,18); }
H1.HeaderClassName
{
color: #18CC12;
}
.AnyTagClassName
{
color: #18CC12;
}
</style>
background-color css
<style>
a { background-color: #18CC12; }
a { background-color: rgb(24,204,18); }
div.DivClassName
{
background-color: #18CC12;
}
.BgClassName
{
background-color: #18CC12;
}
</style>
border-color css
<style>
span { border-color: #18CC12; }
span { border-color: rgb(24,204,18); }
td.TdClassName
{
border-color: #18CC12;
}
.TagClassName
{
border-color: #18CC12;
}
</style>