Shades of Lime Green #1ABF10
Tints of Lime Green #1ABF10
RGB
CMYK
RGB Variations
Color information
#1ABF10 (or 0x1ABF10) is known color: Lime Green. HEX triplet: 1A, BF and 10. RGB value is (26,191,16). Sum of RGB (Red+Green+Blue) = 26+191+16=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF10 is #E540EF. Grayscale: #7A7A7A. Windows color (decimal): -15024368 or 1097498. OLE color: 1097498.
HSL color Cylindrical-coordinate representation of color #1ABF10: hue angle of 116.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ABF10 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 16 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.25 |
| HSL | 116.57º | 0.85% | 0.41% | - |
| HSV(B) | 116.57º | 0.92% | 0.75% | - |
| XYZ | 19.15 | 37.52 | 6.72 | - |
| YUV | 121.72 | 68.34 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 16 | 0.86 | 0 | 0.92 | 0.25 | 116.57 | 0.85 | 0.41 |
| Hex | 1A | BF | 10 | 56 | 0 | 5C | 19 | 75 | 55 | 29 |
| Octal | 32 | 277 | 20 | 126 | 0 | 134 | 31 | 165 | 125 | 51 |
| Binary | 11010 | 10111111 | 10000 | 1010110 | 0 | 1011100 | 11001 | 1110101 | 1010101 | 101001 |
Color Harmonies of #1ABF10
Complementary color
Monochromatic Colors of #1ABF10
Black with #1ABF10
Text Example
Text Example
White with #1ABF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF10; }
p { color: rgb(26,191,16); }
H1.HeaderClassName
{
color: #1ABF10;
}
.AnyTagClassName
{
color: #1ABF10;
}
</style>
background-color css
<style>
a { background-color: #1ABF10; }
a { background-color: rgb(26,191,16); }
div.DivClassName
{
background-color: #1ABF10;
}
.BgClassName
{
background-color: #1ABF10;
}
</style>
border-color css
<style>
span { border-color: #1ABF10; }
span { border-color: rgb(26,191,16); }
td.TdClassName
{
border-color: #1ABF10;
}
.TagClassName
{
border-color: #1ABF10;
}
</style>