Shades of Lime Green #1AD321
Tints of Lime Green #1AD321
RGB
CMYK
RGB Variations
Color information
#1AD321 (or 0x1AD321) is known color: Lime Green. HEX triplet: 1A, D3 and 21. RGB value is (26,211,33). Sum of RGB (Red+Green+Blue) = 26+211+33=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD321 is #E52CDE. Grayscale: #878787. Windows color (decimal): -15019231 or 2216730. OLE color: 2216730.
HSL color Cylindrical-coordinate representation of color #1AD321: hue angle of 122.27º 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 #1AD321 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 33 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.17 |
| HSL | 122.27º | 0.78% | 0.46% | - |
| HSV(B) | 122.27º | 0.88% | 0.83% | - |
| XYZ | 23.99 | 46.92 | 9.23 | - |
| YUV | 135.39 | 70.21 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 33 | 0.88 | 0 | 0.84 | 0.17 | 122.27 | 0.78 | 0.46 |
| Hex | 1A | D3 | 21 | 58 | 0 | 54 | 11 | 7A | 4E | 2E |
| Octal | 32 | 323 | 41 | 130 | 0 | 124 | 21 | 172 | 116 | 56 |
| Binary | 11010 | 11010011 | 100001 | 1011000 | 0 | 1010100 | 10001 | 1111010 | 1001110 | 101110 |
Color Harmonies of #1AD321
Complementary color
Monochromatic Colors of #1AD321
Black with #1AD321
Text Example
Text Example
White with #1AD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD321; }
p { color: rgb(26,211,33); }
H1.HeaderClassName
{
color: #1AD321;
}
.AnyTagClassName
{
color: #1AD321;
}
</style>
background-color css
<style>
a { background-color: #1AD321; }
a { background-color: rgb(26,211,33); }
div.DivClassName
{
background-color: #1AD321;
}
.BgClassName
{
background-color: #1AD321;
}
</style>
border-color css
<style>
span { border-color: #1AD321; }
span { border-color: rgb(26,211,33); }
td.TdClassName
{
border-color: #1AD321;
}
.TagClassName
{
border-color: #1AD321;
}
</style>