Shades of Lime Green #1ADD20
Tints of Lime Green #1ADD20
RGB
CMYK
RGB Variations
Color information
#1ADD20 (or 0x1ADD20) is known color: Lime Green. HEX triplet: 1A, DD and 20. RGB value is (26,221,32). Sum of RGB (Red+Green+Blue) = 26+221+32=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD20 is #E522DF. Grayscale: #8D8D8D. Windows color (decimal): -15016672 or 2153754. OLE color: 2153754.
HSL color Cylindrical-coordinate representation of color #1ADD20: hue angle of 121.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD20 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 32 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.13 |
| HSL | 121.85º | 0.79% | 0.48% | - |
| HSV(B) | 121.85º | 0.88% | 0.87% | - |
| XYZ | 26.54 | 52.04 | 10.01 | - |
| YUV | 141.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 32 | 0.88 | 0 | 0.86 | 0.13 | 121.85 | 0.79 | 0.48 |
| Hex | 1A | DD | 20 | 58 | 0 | 56 | D | 7A | 4F | 30 |
| Octal | 32 | 335 | 40 | 130 | 0 | 126 | 15 | 172 | 117 | 60 |
| Binary | 11010 | 11011101 | 100000 | 1011000 | 0 | 1010110 | 1101 | 1111010 | 1001111 | 110000 |
Color Harmonies of #1ADD20
Complementary color
Monochromatic Colors of #1ADD20
Black with #1ADD20
Text Example
Text Example
White with #1ADD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD20; }
p { color: rgb(26,221,32); }
H1.HeaderClassName
{
color: #1ADD20;
}
.AnyTagClassName
{
color: #1ADD20;
}
</style>
background-color css
<style>
a { background-color: #1ADD20; }
a { background-color: rgb(26,221,32); }
div.DivClassName
{
background-color: #1ADD20;
}
.BgClassName
{
background-color: #1ADD20;
}
</style>
border-color css
<style>
span { border-color: #1ADD20; }
span { border-color: rgb(26,221,32); }
td.TdClassName
{
border-color: #1ADD20;
}
.TagClassName
{
border-color: #1ADD20;
}
</style>