Shades of Lime Green #1ABB2C
Tints of Lime Green #1ABB2C
RGB
CMYK
RGB Variations
Color information
#1ABB2C (or 0x1ABB2C) is known color: Lime Green. HEX triplet: 1A, BB and 2C. RGB value is (26,187,44). Sum of RGB (Red+Green+Blue) = 26+187+44=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2C is #E544D3. Grayscale: #7A7A7A. Windows color (decimal): -15025364 or 2931482. OLE color: 2931482.
HSL color Cylindrical-coordinate representation of color #1ABB2C: hue angle of 126.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB2C is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 44 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.27 |
| HSL | 126.71º | 0.76% | 0.42% | - |
| HSV(B) | 126.71º | 0.86% | 0.73% | - |
| XYZ | 18.65 | 35.94 | 8.34 | - |
| YUV | 122.56 | 83.66 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 44 | 0.86 | 0 | 0.76 | 0.27 | 126.71 | 0.76 | 0.42 |
| Hex | 1A | BB | 2C | 56 | 0 | 4C | 1B | 7F | 4C | 2A |
| Octal | 32 | 273 | 54 | 126 | 0 | 114 | 33 | 177 | 114 | 52 |
| Binary | 11010 | 10111011 | 101100 | 1010110 | 0 | 1001100 | 11011 | 1111111 | 1001100 | 101010 |
Color Harmonies of #1ABB2C
Complementary color
Monochromatic Colors of #1ABB2C
Black with #1ABB2C
Text Example
Text Example
White with #1ABB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB2C; }
p { color: rgb(26,187,44); }
H1.HeaderClassName
{
color: #1ABB2C;
}
.AnyTagClassName
{
color: #1ABB2C;
}
</style>
background-color css
<style>
a { background-color: #1ABB2C; }
a { background-color: rgb(26,187,44); }
div.DivClassName
{
background-color: #1ABB2C;
}
.BgClassName
{
background-color: #1ABB2C;
}
</style>
border-color css
<style>
span { border-color: #1ABB2C; }
span { border-color: rgb(26,187,44); }
td.TdClassName
{
border-color: #1ABB2C;
}
.TagClassName
{
border-color: #1ABB2C;
}
</style>