Shades of Lime Green #1AD932
Tints of Lime Green #1AD932
RGB
CMYK
RGB Variations
Color information
#1AD932 (or 0x1AD932) is known color: Lime Green. HEX triplet: 1A, D9 and 32. RGB value is (26,217,50). Sum of RGB (Red+Green+Blue) = 26+217+50=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD932 is #E526CD. Grayscale: #8D8D8D. Windows color (decimal): -15017678 or 3332378. OLE color: 3332378.
HSL color Cylindrical-coordinate representation of color #1AD932: hue angle of 127.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD932 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 50 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.15 |
| HSL | 127.54º | 0.79% | 0.48% | - |
| HSV(B) | 127.54º | 0.88% | 0.85% | - |
| XYZ | 25.81 | 50.08 | 11.32 | - |
| YUV | 140.85 | 76.72 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 50 | 0.88 | 0 | 0.77 | 0.15 | 127.54 | 0.79 | 0.48 |
| Hex | 1A | D9 | 32 | 58 | 0 | 4D | F | 80 | 4F | 30 |
| Octal | 32 | 331 | 62 | 130 | 0 | 115 | 17 | 200 | 117 | 60 |
| Binary | 11010 | 11011001 | 110010 | 1011000 | 0 | 1001101 | 1111 | 10000000 | 1001111 | 110000 |
Color Harmonies of #1AD932
Complementary color
Monochromatic Colors of #1AD932
Black with #1AD932
Text Example
Text Example
White with #1AD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD932; }
p { color: rgb(26,217,50); }
H1.HeaderClassName
{
color: #1AD932;
}
.AnyTagClassName
{
color: #1AD932;
}
</style>
background-color css
<style>
a { background-color: #1AD932; }
a { background-color: rgb(26,217,50); }
div.DivClassName
{
background-color: #1AD932;
}
.BgClassName
{
background-color: #1AD932;
}
</style>
border-color css
<style>
span { border-color: #1AD932; }
span { border-color: rgb(26,217,50); }
td.TdClassName
{
border-color: #1AD932;
}
.TagClassName
{
border-color: #1AD932;
}
</style>