Shades of Lime Green #1AD020
Tints of Lime Green #1AD020
RGB
CMYK
RGB Variations
Color information
#1AD020 (or 0x1AD020) is known color: Lime Green. HEX triplet: 1A, D0 and 20. RGB value is (26,208,32). Sum of RGB (Red+Green+Blue) = 26+208+32=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD020 is #E52FDF. Grayscale: #868686. Windows color (decimal): -15020000 or 2150426. OLE color: 2150426.
HSL color Cylindrical-coordinate representation of color #1AD020: hue angle of 121.98º 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 #1AD020 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 32 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.18 |
| HSL | 121.98º | 0.78% | 0.46% | - |
| HSV(B) | 121.98º | 0.88% | 0.82% | - |
| XYZ | 23.24 | 45.44 | 8.91 | - |
| YUV | 133.52 | 70.7 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 32 | 0.88 | 0 | 0.85 | 0.18 | 121.98 | 0.78 | 0.46 |
| Hex | 1A | D0 | 20 | 58 | 0 | 55 | 12 | 7A | 4E | 2E |
| Octal | 32 | 320 | 40 | 130 | 0 | 125 | 22 | 172 | 116 | 56 |
| Binary | 11010 | 11010000 | 100000 | 1011000 | 0 | 1010101 | 10010 | 1111010 | 1001110 | 101110 |
Color Harmonies of #1AD020
Complementary color
Monochromatic Colors of #1AD020
Black with #1AD020
Text Example
Text Example
White with #1AD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD020; }
p { color: rgb(26,208,32); }
H1.HeaderClassName
{
color: #1AD020;
}
.AnyTagClassName
{
color: #1AD020;
}
</style>
background-color css
<style>
a { background-color: #1AD020; }
a { background-color: rgb(26,208,32); }
div.DivClassName
{
background-color: #1AD020;
}
.BgClassName
{
background-color: #1AD020;
}
</style>
border-color css
<style>
span { border-color: #1AD020; }
span { border-color: rgb(26,208,32); }
td.TdClassName
{
border-color: #1AD020;
}
.TagClassName
{
border-color: #1AD020;
}
</style>