Shades of Lime Green #1AE329
Tints of Lime Green #1AE329
RGB
CMYK
RGB Variations
Color information
#1AE329 (or 0x1AE329) is known color: Lime Green. HEX triplet: 1A, E3 and 29. RGB value is (26,227,41). Sum of RGB (Red+Green+Blue) = 26+227+41=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 227 (89.06% from 255 or 77.21% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 227 - color contains mainly: green. Hex color #1AE329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE329 is #E51CD6. Grayscale: #929292. Windows color (decimal): -15015127 or 2745114. OLE color: 2745114.
HSL color Cylindrical-coordinate representation of color #1AE329: hue angle of 124.48º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE329 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 227 | 41 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.11 |
| HSL | 124.48º | 0.79% | 0.5% | - |
| HSV(B) | 124.48º | 0.89% | 0.89% | - |
| XYZ | 28.3 | 55.32 | 11.28 | - |
| YUV | 145.7 | 68.91 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 227 | 41 | 0.89 | 0 | 0.82 | 0.11 | 124.48 | 0.79 | 0.5 |
| Hex | 1A | E3 | 29 | 59 | 0 | 52 | B | 7C | 4F | 32 |
| Octal | 32 | 343 | 51 | 131 | 0 | 122 | 13 | 174 | 117 | 62 |
| Binary | 11010 | 11100011 | 101001 | 1011001 | 0 | 1010010 | 1011 | 1111100 | 1001111 | 110010 |
Color Harmonies of #1AE329
Complementary color
Monochromatic Colors of #1AE329
Black with #1AE329
Text Example
Text Example
White with #1AE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE329; }
p { color: rgb(26,227,41); }
H1.HeaderClassName
{
color: #1AE329;
}
.AnyTagClassName
{
color: #1AE329;
}
</style>
background-color css
<style>
a { background-color: #1AE329; }
a { background-color: rgb(26,227,41); }
div.DivClassName
{
background-color: #1AE329;
}
.BgClassName
{
background-color: #1AE329;
}
</style>
border-color css
<style>
span { border-color: #1AE329; }
span { border-color: rgb(26,227,41); }
td.TdClassName
{
border-color: #1AE329;
}
.TagClassName
{
border-color: #1AE329;
}
</style>