Shades of Lime Green #12C416
Tints of Lime Green #12C416
RGB
CMYK
RGB Variations
Color information
#12C416 (or 0x12C416) is known color: Lime Green. HEX triplet: 12, C4 and 16. RGB value is (18,196,22). Sum of RGB (Red+Green+Blue) = 18+196+22=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #12C416 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C416 is #ED3BE9. Grayscale: #7B7B7B. Windows color (decimal): -15547370 or 1491986. OLE color: 1491986.
HSL color Cylindrical-coordinate representation of color #12C416: hue angle of 121.35º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C416 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 22 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.23 |
| HSL | 121.35º | 0.83% | 0.42% | - |
| HSV(B) | 121.35º | 0.91% | 0.77% | - |
| XYZ | 20.13 | 39.67 | 7.35 | - |
| YUV | 122.94 | 71.03 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 22 | 0.91 | 0 | 0.89 | 0.23 | 121.35 | 0.83 | 0.42 |
| Hex | 12 | C4 | 16 | 5B | 0 | 59 | 17 | 79 | 53 | 2A |
| Octal | 22 | 304 | 26 | 133 | 0 | 131 | 27 | 171 | 123 | 52 |
| Binary | 10010 | 11000100 | 10110 | 1011011 | 0 | 1011001 | 10111 | 1111001 | 1010011 | 101010 |
Color Harmonies of #12C416
Complementary color
Monochromatic Colors of #12C416
Black with #12C416
Text Example
Text Example
White with #12C416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C416; }
p { color: rgb(18,196,22); }
H1.HeaderClassName
{
color: #12C416;
}
.AnyTagClassName
{
color: #12C416;
}
</style>
background-color css
<style>
a { background-color: #12C416; }
a { background-color: rgb(18,196,22); }
div.DivClassName
{
background-color: #12C416;
}
.BgClassName
{
background-color: #12C416;
}
</style>
border-color css
<style>
span { border-color: #12C416; }
span { border-color: rgb(18,196,22); }
td.TdClassName
{
border-color: #12C416;
}
.TagClassName
{
border-color: #12C416;
}
</style>