Shades of Lime Green #1ABF16
Tints of Lime Green #1ABF16
RGB
CMYK
RGB Variations
Color information
#1ABF16 (or 0x1ABF16) is known color: Lime Green. HEX triplet: 1A, BF and 16. RGB value is (26,191,22). Sum of RGB (Red+Green+Blue) = 26+191+22=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF16 is #E540E9. Grayscale: #7A7A7A. Windows color (decimal): -15024362 or 1490714. OLE color: 1490714.
HSL color Cylindrical-coordinate representation of color #1ABF16: hue angle of 118.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABF16 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 22 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.25 |
| HSL | 118.58º | 0.79% | 0.42% | - |
| HSV(B) | 118.58º | 0.88% | 0.75% | - |
| XYZ | 19.2 | 37.54 | 6.99 | - |
| YUV | 122.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 22 | 0.86 | 0 | 0.88 | 0.25 | 118.58 | 0.79 | 0.42 |
| Hex | 1A | BF | 16 | 56 | 0 | 58 | 19 | 77 | 4F | 2A |
| Octal | 32 | 277 | 26 | 126 | 0 | 130 | 31 | 167 | 117 | 52 |
| Binary | 11010 | 10111111 | 10110 | 1010110 | 0 | 1011000 | 11001 | 1110111 | 1001111 | 101010 |
Color Harmonies of #1ABF16
Complementary color
Monochromatic Colors of #1ABF16
Black with #1ABF16
Text Example
Text Example
White with #1ABF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF16; }
p { color: rgb(26,191,22); }
H1.HeaderClassName
{
color: #1ABF16;
}
.AnyTagClassName
{
color: #1ABF16;
}
</style>
background-color css
<style>
a { background-color: #1ABF16; }
a { background-color: rgb(26,191,22); }
div.DivClassName
{
background-color: #1ABF16;
}
.BgClassName
{
background-color: #1ABF16;
}
</style>
border-color css
<style>
span { border-color: #1ABF16; }
span { border-color: rgb(26,191,22); }
td.TdClassName
{
border-color: #1ABF16;
}
.TagClassName
{
border-color: #1ABF16;
}
</style>