Shades of Lime Green #1ABA2C
Tints of Lime Green #1ABA2C
RGB
CMYK
RGB Variations
Color information
#1ABA2C (or 0x1ABA2C) is known color: Lime Green. HEX triplet: 1A, BA and 2C. RGB value is (26,186,44). Sum of RGB (Red+Green+Blue) = 26+186+44=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA2C is #E545D3. Grayscale: #7A7A7A. Windows color (decimal): -15025620 or 2931226. OLE color: 2931226.
HSL color Cylindrical-coordinate representation of color #1ABA2C: hue angle of 126.75º degrees, saturation: 0.75, 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 #1ABA2C is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 44 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.27 |
| HSL | 126.75º | 0.75% | 0.42% | - |
| HSV(B) | 126.75º | 0.86% | 0.73% | - |
| XYZ | 18.44 | 35.52 | 8.27 | - |
| YUV | 121.97 | 83.99 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 44 | 0.86 | 0 | 0.76 | 0.27 | 126.75 | 0.75 | 0.42 |
| Hex | 1A | BA | 2C | 56 | 0 | 4C | 1B | 7F | 4B | 2A |
| Octal | 32 | 272 | 54 | 126 | 0 | 114 | 33 | 177 | 113 | 52 |
| Binary | 11010 | 10111010 | 101100 | 1010110 | 0 | 1001100 | 11011 | 1111111 | 1001011 | 101010 |
Color Harmonies of #1ABA2C
Complementary color
Monochromatic Colors of #1ABA2C
Black with #1ABA2C
Text Example
Text Example
White with #1ABA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA2C; }
p { color: rgb(26,186,44); }
H1.HeaderClassName
{
color: #1ABA2C;
}
.AnyTagClassName
{
color: #1ABA2C;
}
</style>
background-color css
<style>
a { background-color: #1ABA2C; }
a { background-color: rgb(26,186,44); }
div.DivClassName
{
background-color: #1ABA2C;
}
.BgClassName
{
background-color: #1ABA2C;
}
</style>
border-color css
<style>
span { border-color: #1ABA2C; }
span { border-color: rgb(26,186,44); }
td.TdClassName
{
border-color: #1ABA2C;
}
.TagClassName
{
border-color: #1ABA2C;
}
</style>