Shades of Lime Green #1AE530
Tints of Lime Green #1AE530
RGB
CMYK
RGB Variations
Color information
#1AE530 (or 0x1AE530) is known color: Lime Green. HEX triplet: 1A, E5 and 30. RGB value is (26,229,48). Sum of RGB (Red+Green+Blue) = 26+229+48=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 229 (89.84% from 255 or 75.58% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE530 is #E51ACF. Grayscale: #949494. Windows color (decimal): -15014608 or 3204378. OLE color: 3204378.
HSL color Cylindrical-coordinate representation of color #1AE530: hue angle of 126.5º 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 #1AE530 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 48 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.10 |
| HSL | 126.5º | 0.8% | 0.5% | - |
| HSV(B) | 126.5º | 0.89% | 0.9% | - |
| XYZ | 28.98 | 56.47 | 12.17 | - |
| YUV | 147.67 | 71.75 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 48 | 0.89 | 0 | 0.79 | 0.10 | 126.5 | 0.8 | 0.5 |
| Hex | 1A | E5 | 30 | 59 | 0 | 4F | A | 7F | 50 | 32 |
| Octal | 32 | 345 | 60 | 131 | 0 | 117 | 12 | 177 | 120 | 62 |
| Binary | 11010 | 11100101 | 110000 | 1011001 | 0 | 1001111 | 1010 | 1111111 | 1010000 | 110010 |
Color Harmonies of #1AE530
Complementary color
Monochromatic Colors of #1AE530
Black with #1AE530
Text Example
Text Example
White with #1AE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE530; }
p { color: rgb(26,229,48); }
H1.HeaderClassName
{
color: #1AE530;
}
.AnyTagClassName
{
color: #1AE530;
}
</style>
background-color css
<style>
a { background-color: #1AE530; }
a { background-color: rgb(26,229,48); }
div.DivClassName
{
background-color: #1AE530;
}
.BgClassName
{
background-color: #1AE530;
}
</style>
border-color css
<style>
span { border-color: #1AE530; }
span { border-color: rgb(26,229,48); }
td.TdClassName
{
border-color: #1AE530;
}
.TagClassName
{
border-color: #1AE530;
}
</style>