Shades of Lime Green #12C216
Tints of Lime Green #12C216
RGB
CMYK
RGB Variations
Color information
#12C216 (or 0x12C216) is known color: Lime Green. HEX triplet: 12, C2 and 16. RGB value is (18,194,22). Sum of RGB (Red+Green+Blue) = 18+194+22=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #12C216 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C216 is #ED3DE9. Grayscale: #7A7A7A. Windows color (decimal): -15547882 or 1491474. OLE color: 1491474.
HSL color Cylindrical-coordinate representation of color #12C216: hue angle of 121.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C216 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 22 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.24 |
| HSL | 121.36º | 0.83% | 0.42% | - |
| HSV(B) | 121.36º | 0.91% | 0.76% | - |
| XYZ | 19.69 | 38.77 | 7.2 | - |
| YUV | 121.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 22 | 0.91 | 0 | 0.89 | 0.24 | 121.36 | 0.83 | 0.42 |
| Hex | 12 | C2 | 16 | 5B | 0 | 59 | 18 | 79 | 53 | 2A |
| Octal | 22 | 302 | 26 | 133 | 0 | 131 | 30 | 171 | 123 | 52 |
| Binary | 10010 | 11000010 | 10110 | 1011011 | 0 | 1011001 | 11000 | 1111001 | 1010011 | 101010 |
Color Harmonies of #12C216
Complementary color
Monochromatic Colors of #12C216
Black with #12C216
Text Example
Text Example
White with #12C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C216; }
p { color: rgb(18,194,22); }
H1.HeaderClassName
{
color: #12C216;
}
.AnyTagClassName
{
color: #12C216;
}
</style>
background-color css
<style>
a { background-color: #12C216; }
a { background-color: rgb(18,194,22); }
div.DivClassName
{
background-color: #12C216;
}
.BgClassName
{
background-color: #12C216;
}
</style>
border-color css
<style>
span { border-color: #12C216; }
span { border-color: rgb(18,194,22); }
td.TdClassName
{
border-color: #12C216;
}
.TagClassName
{
border-color: #12C216;
}
</style>