Shades of Lime Green #1ABF13
Tints of Lime Green #1ABF13
RGB
CMYK
RGB Variations
Color information
#1ABF13 (or 0x1ABF13) is known color: Lime Green. HEX triplet: 1A, BF and 13. RGB value is (26,191,19). Sum of RGB (Red+Green+Blue) = 26+191+19=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF13 is #E540EC. Grayscale: #7A7A7A. Windows color (decimal): -15024365 or 1294106. OLE color: 1294106.
HSL color Cylindrical-coordinate representation of color #1ABF13: hue angle of 117.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABF13 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 19 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.25 |
| HSL | 117.56º | 0.82% | 0.41% | - |
| HSV(B) | 117.56º | 0.9% | 0.75% | - |
| XYZ | 19.17 | 37.53 | 6.85 | - |
| YUV | 122.06 | 69.84 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 19 | 0.86 | 0 | 0.90 | 0.25 | 117.56 | 0.82 | 0.41 |
| Hex | 1A | BF | 13 | 56 | 0 | 5A | 19 | 76 | 52 | 29 |
| Octal | 32 | 277 | 23 | 126 | 0 | 132 | 31 | 166 | 122 | 51 |
| Binary | 11010 | 10111111 | 10011 | 1010110 | 0 | 1011010 | 11001 | 1110110 | 1010010 | 101001 |
Color Harmonies of #1ABF13
Complementary color
Monochromatic Colors of #1ABF13
Black with #1ABF13
Text Example
Text Example
White with #1ABF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF13; }
p { color: rgb(26,191,19); }
H1.HeaderClassName
{
color: #1ABF13;
}
.AnyTagClassName
{
color: #1ABF13;
}
</style>
background-color css
<style>
a { background-color: #1ABF13; }
a { background-color: rgb(26,191,19); }
div.DivClassName
{
background-color: #1ABF13;
}
.BgClassName
{
background-color: #1ABF13;
}
</style>
border-color css
<style>
span { border-color: #1ABF13; }
span { border-color: rgb(26,191,19); }
td.TdClassName
{
border-color: #1ABF13;
}
.TagClassName
{
border-color: #1ABF13;
}
</style>