Shades of Lime Green #1AB82B
Tints of Lime Green #1AB82B
RGB
CMYK
RGB Variations
Color information
#1AB82B (or 0x1AB82B) is known color: Lime Green. HEX triplet: 1A, B8 and 2B. RGB value is (26,184,43). Sum of RGB (Red+Green+Blue) = 26+184+43=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 184 (72.27% from 255 or 72.73% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB82B is #E547D4. Grayscale: #797979. Windows color (decimal): -15026133 or 2865178. OLE color: 2865178.
HSL color Cylindrical-coordinate representation of color #1AB82B: hue angle of 126.46º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB82B is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 43 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.28 |
| HSL | 126.46º | 0.75% | 0.41% | - |
| HSV(B) | 126.46º | 0.86% | 0.72% | - |
| XYZ | 18 | 34.68 | 8.03 | - |
| YUV | 120.68 | 84.15 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 43 | 0.86 | 0 | 0.77 | 0.28 | 126.46 | 0.75 | 0.41 |
| Hex | 1A | B8 | 2B | 56 | 0 | 4D | 1C | 7E | 4B | 29 |
| Octal | 32 | 270 | 53 | 126 | 0 | 115 | 34 | 176 | 113 | 51 |
| Binary | 11010 | 10111000 | 101011 | 1010110 | 0 | 1001101 | 11100 | 1111110 | 1001011 | 101001 |
Color Harmonies of #1AB82B
Complementary color
Monochromatic Colors of #1AB82B
Black with #1AB82B
Text Example
Text Example
White with #1AB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB82B; }
p { color: rgb(26,184,43); }
H1.HeaderClassName
{
color: #1AB82B;
}
.AnyTagClassName
{
color: #1AB82B;
}
</style>
background-color css
<style>
a { background-color: #1AB82B; }
a { background-color: rgb(26,184,43); }
div.DivClassName
{
background-color: #1AB82B;
}
.BgClassName
{
background-color: #1AB82B;
}
</style>
border-color css
<style>
span { border-color: #1AB82B; }
span { border-color: rgb(26,184,43); }
td.TdClassName
{
border-color: #1AB82B;
}
.TagClassName
{
border-color: #1AB82B;
}
</style>