Shades of Lime Green #12C116
Tints of Lime Green #12C116
RGB
CMYK
RGB Variations
Color information
#12C116 (or 0x12C116) is known color: Lime Green. HEX triplet: 12, C1 and 16. RGB value is (18,193,22). Sum of RGB (Red+Green+Blue) = 18+193+22=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #12C116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C116 is #ED3EE9. Grayscale: #797979. Windows color (decimal): -15548138 or 1491218. OLE color: 1491218.
HSL color Cylindrical-coordinate representation of color #12C116: hue angle of 121.37º 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 #12C116 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 22 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.24 |
| HSL | 121.37º | 0.83% | 0.41% | - |
| HSV(B) | 121.37º | 0.91% | 0.76% | - |
| XYZ | 19.46 | 38.33 | 7.13 | - |
| YUV | 121.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 22 | 0.91 | 0 | 0.89 | 0.24 | 121.37 | 0.83 | 0.41 |
| Hex | 12 | C1 | 16 | 5B | 0 | 59 | 18 | 79 | 53 | 29 |
| Octal | 22 | 301 | 26 | 133 | 0 | 131 | 30 | 171 | 123 | 51 |
| Binary | 10010 | 11000001 | 10110 | 1011011 | 0 | 1011001 | 11000 | 1111001 | 1010011 | 101001 |
Color Harmonies of #12C116
Complementary color
Monochromatic Colors of #12C116
Black with #12C116
Text Example
Text Example
White with #12C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C116; }
p { color: rgb(18,193,22); }
H1.HeaderClassName
{
color: #12C116;
}
.AnyTagClassName
{
color: #12C116;
}
</style>
background-color css
<style>
a { background-color: #12C116; }
a { background-color: rgb(18,193,22); }
div.DivClassName
{
background-color: #12C116;
}
.BgClassName
{
background-color: #12C116;
}
</style>
border-color css
<style>
span { border-color: #12C116; }
span { border-color: rgb(18,193,22); }
td.TdClassName
{
border-color: #12C116;
}
.TagClassName
{
border-color: #12C116;
}
</style>