Shades of Lime Green #12C016
Tints of Lime Green #12C016
RGB
CMYK
RGB Variations
Color information
#12C016 (or 0x12C016) is known color: Lime Green. HEX triplet: 12, C0 and 16. RGB value is (18,192,22). Sum of RGB (Red+Green+Blue) = 18+192+22=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #12C016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C016 is #ED3FE9. Grayscale: #797979. Windows color (decimal): -15548394 or 1490962. OLE color: 1490962.
HSL color Cylindrical-coordinate representation of color #12C016: hue angle of 121.38º 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 #12C016 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 22 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.25 |
| HSL | 121.38º | 0.83% | 0.41% | - |
| HSV(B) | 121.38º | 0.91% | 0.75% | - |
| XYZ | 19.24 | 37.89 | 7.06 | - |
| YUV | 120.59 | 72.35 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 22 | 0.91 | 0 | 0.89 | 0.25 | 121.38 | 0.83 | 0.41 |
| Hex | 12 | C0 | 16 | 5B | 0 | 59 | 19 | 79 | 53 | 29 |
| Octal | 22 | 300 | 26 | 133 | 0 | 131 | 31 | 171 | 123 | 51 |
| Binary | 10010 | 11000000 | 10110 | 1011011 | 0 | 1011001 | 11001 | 1111001 | 1010011 | 101001 |
Color Harmonies of #12C016
Complementary color
Monochromatic Colors of #12C016
Black with #12C016
Text Example
Text Example
White with #12C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C016; }
p { color: rgb(18,192,22); }
H1.HeaderClassName
{
color: #12C016;
}
.AnyTagClassName
{
color: #12C016;
}
</style>
background-color css
<style>
a { background-color: #12C016; }
a { background-color: rgb(18,192,22); }
div.DivClassName
{
background-color: #12C016;
}
.BgClassName
{
background-color: #12C016;
}
</style>
border-color css
<style>
span { border-color: #12C016; }
span { border-color: rgb(18,192,22); }
td.TdClassName
{
border-color: #12C016;
}
.TagClassName
{
border-color: #12C016;
}
</style>