Shades of Lime Green #12C917
Tints of Lime Green #12C917
RGB
CMYK
RGB Variations
Color information
#12C917 (or 0x12C917) is known color: Lime Green. HEX triplet: 12, C9 and 17. RGB value is (18,201,23). Sum of RGB (Red+Green+Blue) = 18+201+23=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #12C917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C917 is #ED36E8. Grayscale: #7E7E7E. Windows color (decimal): -15546089 or 1558802. OLE color: 1558802.
HSL color Cylindrical-coordinate representation of color #12C917: hue angle of 121.64º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C917 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 23 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.21 |
| HSL | 121.64º | 0.84% | 0.43% | - |
| HSV(B) | 121.64º | 0.91% | 0.79% | - |
| XYZ | 21.29 | 41.96 | 7.79 | - |
| YUV | 125.99 | 69.87 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 23 | 0.91 | 0 | 0.89 | 0.21 | 121.64 | 0.84 | 0.43 |
| Hex | 12 | C9 | 17 | 5B | 0 | 59 | 15 | 7A | 54 | 2B |
| Octal | 22 | 311 | 27 | 133 | 0 | 131 | 25 | 172 | 124 | 53 |
| Binary | 10010 | 11001001 | 10111 | 1011011 | 0 | 1011001 | 10101 | 1111010 | 1010100 | 101011 |
Color Harmonies of #12C917
Complementary color
Monochromatic Colors of #12C917
Black with #12C917
Text Example
Text Example
White with #12C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C917; }
p { color: rgb(18,201,23); }
H1.HeaderClassName
{
color: #12C917;
}
.AnyTagClassName
{
color: #12C917;
}
</style>
background-color css
<style>
a { background-color: #12C917; }
a { background-color: rgb(18,201,23); }
div.DivClassName
{
background-color: #12C917;
}
.BgClassName
{
background-color: #12C917;
}
</style>
border-color css
<style>
span { border-color: #12C917; }
span { border-color: rgb(18,201,23); }
td.TdClassName
{
border-color: #12C917;
}
.TagClassName
{
border-color: #12C917;
}
</style>