Shades of Lime Green #1ABE12
Tints of Lime Green #1ABE12
RGB
CMYK
RGB Variations
Color information
#1ABE12 (or 0x1ABE12) is known color: Lime Green. HEX triplet: 1A, BE and 12. RGB value is (26,190,18). Sum of RGB (Red+Green+Blue) = 26+190+18=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABE12 is #E541ED. Grayscale: #797979. Windows color (decimal): -15024622 or 1228314. OLE color: 1228314.
HSL color Cylindrical-coordinate representation of color #1ABE12: hue angle of 117.21º 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 #1ABE12 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 18 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.25 |
| HSL | 117.21º | 0.83% | 0.41% | - |
| HSV(B) | 117.21º | 0.91% | 0.75% | - |
| XYZ | 18.95 | 37.09 | 6.73 | - |
| YUV | 121.36 | 69.67 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 18 | 0.86 | 0 | 0.91 | 0.25 | 117.21 | 0.83 | 0.41 |
| Hex | 1A | BE | 12 | 56 | 0 | 5B | 19 | 75 | 53 | 29 |
| Octal | 32 | 276 | 22 | 126 | 0 | 133 | 31 | 165 | 123 | 51 |
| Binary | 11010 | 10111110 | 10010 | 1010110 | 0 | 1011011 | 11001 | 1110101 | 1010011 | 101001 |
Color Harmonies of #1ABE12
Complementary color
Monochromatic Colors of #1ABE12
Black with #1ABE12
Text Example
Text Example
White with #1ABE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE12; }
p { color: rgb(26,190,18); }
H1.HeaderClassName
{
color: #1ABE12;
}
.AnyTagClassName
{
color: #1ABE12;
}
</style>
background-color css
<style>
a { background-color: #1ABE12; }
a { background-color: rgb(26,190,18); }
div.DivClassName
{
background-color: #1ABE12;
}
.BgClassName
{
background-color: #1ABE12;
}
</style>
border-color css
<style>
span { border-color: #1ABE12; }
span { border-color: rgb(26,190,18); }
td.TdClassName
{
border-color: #1ABE12;
}
.TagClassName
{
border-color: #1ABE12;
}
</style>