Shades of Lime Green #1AD137
Tints of Lime Green #1AD137
RGB
CMYK
RGB Variations
Color information
#1AD137 (or 0x1AD137) is known color: Lime Green. HEX triplet: 1A, D1 and 37. RGB value is (26,209,55). Sum of RGB (Red+Green+Blue) = 26+209+55=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 209 (82.03% from 255 or 72.07% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD137 is #E52EC8. Grayscale: #898989. Windows color (decimal): -15019721 or 3658010. OLE color: 3658010.
HSL color Cylindrical-coordinate representation of color #1AD137: hue angle of 129.51º 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 #1AD137 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 55 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.18 |
| HSL | 129.51º | 0.78% | 0.46% | - |
| HSV(B) | 129.51º | 0.88% | 0.82% | - |
| XYZ | 23.92 | 46.1 | 11.25 | - |
| YUV | 136.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 55 | 0.88 | 0 | 0.74 | 0.18 | 129.51 | 0.78 | 0.46 |
| Hex | 1A | D1 | 37 | 58 | 0 | 4A | 12 | 82 | 4E | 2E |
| Octal | 32 | 321 | 67 | 130 | 0 | 112 | 22 | 202 | 116 | 56 |
| Binary | 11010 | 11010001 | 110111 | 1011000 | 0 | 1001010 | 10010 | 10000010 | 1001110 | 101110 |
Color Harmonies of #1AD137
Complementary color
Monochromatic Colors of #1AD137
Black with #1AD137
Text Example
Text Example
White with #1AD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD137; }
p { color: rgb(26,209,55); }
H1.HeaderClassName
{
color: #1AD137;
}
.AnyTagClassName
{
color: #1AD137;
}
</style>
background-color css
<style>
a { background-color: #1AD137; }
a { background-color: rgb(26,209,55); }
div.DivClassName
{
background-color: #1AD137;
}
.BgClassName
{
background-color: #1AD137;
}
</style>
border-color css
<style>
span { border-color: #1AD137; }
span { border-color: rgb(26,209,55); }
td.TdClassName
{
border-color: #1AD137;
}
.TagClassName
{
border-color: #1AD137;
}
</style>