Shades of Lime Green #12C017
Tints of Lime Green #12C017
RGB
CMYK
RGB Variations
Color information
#12C017 (or 0x12C017) is known color: Lime Green. HEX triplet: 12, C0 and 17. RGB value is (18,192,23). Sum of RGB (Red+Green+Blue) = 18+192+23=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #12C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C017 is #ED3FE8. Grayscale: #797979. Windows color (decimal): -15548393 or 1556498. OLE color: 1556498.
HSL color Cylindrical-coordinate representation of color #12C017: hue angle of 121.72º 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 #12C017 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 23 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.25 |
| HSL | 121.72º | 0.83% | 0.41% | - |
| HSV(B) | 121.72º | 0.91% | 0.75% | - |
| XYZ | 19.25 | 37.89 | 7.11 | - |
| YUV | 120.71 | 72.85 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 23 | 0.91 | 0 | 0.88 | 0.25 | 121.72 | 0.83 | 0.41 |
| Hex | 12 | C0 | 17 | 5B | 0 | 58 | 19 | 7A | 53 | 29 |
| Octal | 22 | 300 | 27 | 133 | 0 | 130 | 31 | 172 | 123 | 51 |
| Binary | 10010 | 11000000 | 10111 | 1011011 | 0 | 1011000 | 11001 | 1111010 | 1010011 | 101001 |
Color Harmonies of #12C017
Complementary color
Monochromatic Colors of #12C017
Black with #12C017
Text Example
Text Example
White with #12C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C017; }
p { color: rgb(18,192,23); }
H1.HeaderClassName
{
color: #12C017;
}
.AnyTagClassName
{
color: #12C017;
}
</style>
background-color css
<style>
a { background-color: #12C017; }
a { background-color: rgb(18,192,23); }
div.DivClassName
{
background-color: #12C017;
}
.BgClassName
{
background-color: #12C017;
}
</style>
border-color css
<style>
span { border-color: #12C017; }
span { border-color: rgb(18,192,23); }
td.TdClassName
{
border-color: #12C017;
}
.TagClassName
{
border-color: #12C017;
}
</style>