Shades of Lime Green #1ABA19
Tints of Lime Green #1ABA19
RGB
CMYK
RGB Variations
Color information
#1ABA19 (or 0x1ABA19) is known color: Lime Green. HEX triplet: 1A, BA and 19. RGB value is (26,186,25). Sum of RGB (Red+Green+Blue) = 26+186+25=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABA19 is #E545E6. Grayscale: #787878. Windows color (decimal): -15025639 or 1686042. OLE color: 1686042.
HSL color Cylindrical-coordinate representation of color #1ABA19: hue angle of 119.63º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABA19 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 25 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.27 |
| HSL | 119.63º | 0.76% | 0.41% | - |
| HSV(B) | 119.63º | 0.87% | 0.73% | - |
| XYZ | 18.16 | 35.41 | 6.8 | - |
| YUV | 119.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 25 | 0.86 | 0 | 0.87 | 0.27 | 119.63 | 0.76 | 0.41 |
| Hex | 1A | BA | 19 | 56 | 0 | 57 | 1B | 78 | 4C | 29 |
| Octal | 32 | 272 | 31 | 126 | 0 | 127 | 33 | 170 | 114 | 51 |
| Binary | 11010 | 10111010 | 11001 | 1010110 | 0 | 1010111 | 11011 | 1111000 | 1001100 | 101001 |
Color Harmonies of #1ABA19
Complementary color
Monochromatic Colors of #1ABA19
Black with #1ABA19
Text Example
Text Example
White with #1ABA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA19; }
p { color: rgb(26,186,25); }
H1.HeaderClassName
{
color: #1ABA19;
}
.AnyTagClassName
{
color: #1ABA19;
}
</style>
background-color css
<style>
a { background-color: #1ABA19; }
a { background-color: rgb(26,186,25); }
div.DivClassName
{
background-color: #1ABA19;
}
.BgClassName
{
background-color: #1ABA19;
}
</style>
border-color css
<style>
span { border-color: #1ABA19; }
span { border-color: rgb(26,186,25); }
td.TdClassName
{
border-color: #1ABA19;
}
.TagClassName
{
border-color: #1ABA19;
}
</style>