Shades of Lime Green #1AE529
Tints of Lime Green #1AE529
RGB
CMYK
RGB Variations
Color information
#1AE529 (or 0x1AE529) is known color: Lime Green. HEX triplet: 1A, E5 and 29. RGB value is (26,229,41). Sum of RGB (Red+Green+Blue) = 26+229+41=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 229 (89.84% from 255 or 77.36% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE529 is #E51AD6. Grayscale: #939393. Windows color (decimal): -15014615 or 2745626. OLE color: 2745626.
HSL color Cylindrical-coordinate representation of color #1AE529: hue angle of 124.43º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE529 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 41 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.10 |
| HSL | 124.43º | 0.8% | 0.5% | - |
| HSV(B) | 124.43º | 0.89% | 0.9% | - |
| XYZ | 28.85 | 56.42 | 11.47 | - |
| YUV | 146.87 | 68.25 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 41 | 0.89 | 0 | 0.82 | 0.10 | 124.43 | 0.8 | 0.5 |
| Hex | 1A | E5 | 29 | 59 | 0 | 52 | A | 7C | 50 | 32 |
| Octal | 32 | 345 | 51 | 131 | 0 | 122 | 12 | 174 | 120 | 62 |
| Binary | 11010 | 11100101 | 101001 | 1011001 | 0 | 1010010 | 1010 | 1111100 | 1010000 | 110010 |
Color Harmonies of #1AE529
Complementary color
Monochromatic Colors of #1AE529
Black with #1AE529
Text Example
Text Example
White with #1AE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE529; }
p { color: rgb(26,229,41); }
H1.HeaderClassName
{
color: #1AE529;
}
.AnyTagClassName
{
color: #1AE529;
}
</style>
background-color css
<style>
a { background-color: #1AE529; }
a { background-color: rgb(26,229,41); }
div.DivClassName
{
background-color: #1AE529;
}
.BgClassName
{
background-color: #1AE529;
}
</style>
border-color css
<style>
span { border-color: #1AE529; }
span { border-color: rgb(26,229,41); }
td.TdClassName
{
border-color: #1AE529;
}
.TagClassName
{
border-color: #1AE529;
}
</style>