Shades of Lime Green #1AE735
Tints of Lime Green #1AE735
RGB
CMYK
RGB Variations
Color information
#1AE735 (or 0x1AE735) is known color: Lime Green. HEX triplet: 1A, E7 and 35. RGB value is (26,231,53). Sum of RGB (Red+Green+Blue) = 26+231+53=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AE735 is #E518CA. Grayscale: #959595. Windows color (decimal): -15014091 or 3532570. OLE color: 3532570.
HSL color Cylindrical-coordinate representation of color #1AE735: hue angle of 127.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE735 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 231 | 53 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.09 |
| HSL | 127.9º | 0.81% | 0.5% | - |
| HSV(B) | 127.9º | 0.89% | 0.91% | - |
| XYZ | 29.64 | 57.63 | 12.93 | - |
| YUV | 149.41 | 73.58 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 231 | 53 | 0.89 | 0 | 0.77 | 0.09 | 127.9 | 0.81 | 0.5 |
| Hex | 1A | E7 | 35 | 59 | 0 | 4D | 9 | 80 | 51 | 32 |
| Octal | 32 | 347 | 65 | 131 | 0 | 115 | 11 | 200 | 121 | 62 |
| Binary | 11010 | 11100111 | 110101 | 1011001 | 0 | 1001101 | 1001 | 10000000 | 1010001 | 110010 |
Color Harmonies of #1AE735
Complementary color
Monochromatic Colors of #1AE735
Black with #1AE735
Text Example
Text Example
White with #1AE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE735; }
p { color: rgb(26,231,53); }
H1.HeaderClassName
{
color: #1AE735;
}
.AnyTagClassName
{
color: #1AE735;
}
</style>
background-color css
<style>
a { background-color: #1AE735; }
a { background-color: rgb(26,231,53); }
div.DivClassName
{
background-color: #1AE735;
}
.BgClassName
{
background-color: #1AE735;
}
</style>
border-color css
<style>
span { border-color: #1AE735; }
span { border-color: rgb(26,231,53); }
td.TdClassName
{
border-color: #1AE735;
}
.TagClassName
{
border-color: #1AE735;
}
</style>