Shades of Lime Green #1AD420
Tints of Lime Green #1AD420
RGB
CMYK
RGB Variations
Color information
#1AD420 (or 0x1AD420) is known color: Lime Green. HEX triplet: 1A, D4 and 20. RGB value is (26,212,32). Sum of RGB (Red+Green+Blue) = 26+212+32=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 212 (83.20% from 255 or 78.52% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD420 is #E52BDF. Grayscale: #888888. Windows color (decimal): -15018976 or 2151450. OLE color: 2151450.
HSL color Cylindrical-coordinate representation of color #1AD420: hue angle of 121.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD420 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 32 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.17 |
| HSL | 121.94º | 0.78% | 0.47% | - |
| HSV(B) | 121.94º | 0.88% | 0.83% | - |
| XYZ | 24.23 | 47.41 | 9.24 | - |
| YUV | 135.87 | 69.38 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 32 | 0.88 | 0 | 0.85 | 0.17 | 121.94 | 0.78 | 0.47 |
| Hex | 1A | D4 | 20 | 58 | 0 | 55 | 11 | 7A | 4E | 2F |
| Octal | 32 | 324 | 40 | 130 | 0 | 125 | 21 | 172 | 116 | 57 |
| Binary | 11010 | 11010100 | 100000 | 1011000 | 0 | 1010101 | 10001 | 1111010 | 1001110 | 101111 |
Color Harmonies of #1AD420
Complementary color
Monochromatic Colors of #1AD420
Black with #1AD420
Text Example
Text Example
White with #1AD420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD420; }
p { color: rgb(26,212,32); }
H1.HeaderClassName
{
color: #1AD420;
}
.AnyTagClassName
{
color: #1AD420;
}
</style>
background-color css
<style>
a { background-color: #1AD420; }
a { background-color: rgb(26,212,32); }
div.DivClassName
{
background-color: #1AD420;
}
.BgClassName
{
background-color: #1AD420;
}
</style>
border-color css
<style>
span { border-color: #1AD420; }
span { border-color: rgb(26,212,32); }
td.TdClassName
{
border-color: #1AD420;
}
.TagClassName
{
border-color: #1AD420;
}
</style>