Shades of Lime Green #1AD035
Tints of Lime Green #1AD035
RGB
CMYK
RGB Variations
Color information
#1AD035 (or 0x1AD035) is known color: Lime Green. HEX triplet: 1A, D0 and 35. RGB value is (26,208,53). Sum of RGB (Red+Green+Blue) = 26+208+53=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD035 is #E52FCA. Grayscale: #888888. Windows color (decimal): -15019979 or 3526682. OLE color: 3526682.
HSL color Cylindrical-coordinate representation of color #1AD035: hue angle of 128.9º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD035 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 53 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.18 |
| HSL | 128.9º | 0.78% | 0.46% | - |
| HSV(B) | 128.9º | 0.88% | 0.82% | - |
| XYZ | 23.62 | 45.59 | 10.92 | - |
| YUV | 135.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 53 | 0.88 | 0 | 0.75 | 0.18 | 128.9 | 0.78 | 0.46 |
| Hex | 1A | D0 | 35 | 58 | 0 | 4B | 12 | 81 | 4E | 2E |
| Octal | 32 | 320 | 65 | 130 | 0 | 113 | 22 | 201 | 116 | 56 |
| Binary | 11010 | 11010000 | 110101 | 1011000 | 0 | 1001011 | 10010 | 10000001 | 1001110 | 101110 |
Color Harmonies of #1AD035
Complementary color
Monochromatic Colors of #1AD035
Black with #1AD035
Text Example
Text Example
White with #1AD035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD035; }
p { color: rgb(26,208,53); }
H1.HeaderClassName
{
color: #1AD035;
}
.AnyTagClassName
{
color: #1AD035;
}
</style>
background-color css
<style>
a { background-color: #1AD035; }
a { background-color: rgb(26,208,53); }
div.DivClassName
{
background-color: #1AD035;
}
.BgClassName
{
background-color: #1AD035;
}
</style>
border-color css
<style>
span { border-color: #1AD035; }
span { border-color: rgb(26,208,53); }
td.TdClassName
{
border-color: #1AD035;
}
.TagClassName
{
border-color: #1AD035;
}
</style>