Shades of Lime Green #1ABD12
Tints of Lime Green #1ABD12
RGB
CMYK
RGB Variations
Color information
#1ABD12 (or 0x1ABD12) is known color: Lime Green. HEX triplet: 1A, BD and 12. RGB value is (26,189,18). Sum of RGB (Red+Green+Blue) = 26+189+18=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD12 is #E542ED. Grayscale: #797979. Windows color (decimal): -15024878 or 1228058. OLE color: 1228058.
HSL color Cylindrical-coordinate representation of color #1ABD12: hue angle of 117.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABD12 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 18 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.26 |
| HSL | 117.19º | 0.83% | 0.41% | - |
| HSV(B) | 117.19º | 0.9% | 0.74% | - |
| XYZ | 18.73 | 36.66 | 6.66 | - |
| YUV | 120.77 | 70 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 18 | 0.86 | 0 | 0.90 | 0.26 | 117.19 | 0.83 | 0.41 |
| Hex | 1A | BD | 12 | 56 | 0 | 5A | 1A | 75 | 53 | 29 |
| Octal | 32 | 275 | 22 | 126 | 0 | 132 | 32 | 165 | 123 | 51 |
| Binary | 11010 | 10111101 | 10010 | 1010110 | 0 | 1011010 | 11010 | 1110101 | 1010011 | 101001 |
Color Harmonies of #1ABD12
Complementary color
Monochromatic Colors of #1ABD12
Black with #1ABD12
Text Example
Text Example
White with #1ABD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABD12; }
p { color: rgb(26,189,18); }
H1.HeaderClassName
{
color: #1ABD12;
}
.AnyTagClassName
{
color: #1ABD12;
}
</style>
background-color css
<style>
a { background-color: #1ABD12; }
a { background-color: rgb(26,189,18); }
div.DivClassName
{
background-color: #1ABD12;
}
.BgClassName
{
background-color: #1ABD12;
}
</style>
border-color css
<style>
span { border-color: #1ABD12; }
span { border-color: rgb(26,189,18); }
td.TdClassName
{
border-color: #1ABD12;
}
.TagClassName
{
border-color: #1ABD12;
}
</style>