Shades of Lime Green #1AD332
Tints of Lime Green #1AD332
RGB
CMYK
RGB Variations
Color information
#1AD332 (or 0x1AD332) is known color: Lime Green. HEX triplet: 1A, D3 and 32. RGB value is (26,211,50). Sum of RGB (Red+Green+Blue) = 26+211+50=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD332 is #E52CCD. Grayscale: #898989. Windows color (decimal): -15019214 or 3330842. OLE color: 3330842.
HSL color Cylindrical-coordinate representation of color #1AD332: hue angle of 127.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD332 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 50 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.17 |
| HSL | 127.78º | 0.78% | 0.46% | - |
| HSV(B) | 127.78º | 0.88% | 0.83% | - |
| XYZ | 24.3 | 47.04 | 10.82 | - |
| YUV | 137.33 | 78.71 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 50 | 0.88 | 0 | 0.76 | 0.17 | 127.78 | 0.78 | 0.46 |
| Hex | 1A | D3 | 32 | 58 | 0 | 4C | 11 | 80 | 4E | 2E |
| Octal | 32 | 323 | 62 | 130 | 0 | 114 | 21 | 200 | 116 | 56 |
| Binary | 11010 | 11010011 | 110010 | 1011000 | 0 | 1001100 | 10001 | 10000000 | 1001110 | 101110 |
Color Harmonies of #1AD332
Complementary color
Monochromatic Colors of #1AD332
Black with #1AD332
Text Example
Text Example
White with #1AD332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD332; }
p { color: rgb(26,211,50); }
H1.HeaderClassName
{
color: #1AD332;
}
.AnyTagClassName
{
color: #1AD332;
}
</style>
background-color css
<style>
a { background-color: #1AD332; }
a { background-color: rgb(26,211,50); }
div.DivClassName
{
background-color: #1AD332;
}
.BgClassName
{
background-color: #1AD332;
}
</style>
border-color css
<style>
span { border-color: #1AD332; }
span { border-color: rgb(26,211,50); }
td.TdClassName
{
border-color: #1AD332;
}
.TagClassName
{
border-color: #1AD332;
}
</style>