Shades of Lime Green #1AD11D
Tints of Lime Green #1AD11D
RGB
CMYK
RGB Variations
Color information
#1AD11D (or 0x1AD11D) is known color: Lime Green. HEX triplet: 1A, D1 and 1D. RGB value is (26,209,29). Sum of RGB (Red+Green+Blue) = 26+209+29=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 209 (82.03% from 255 or 79.17% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD11D is #E52EE2. Grayscale: #868686. Windows color (decimal): -15019747 or 1954074. OLE color: 1954074.
HSL color Cylindrical-coordinate representation of color #1AD11D: hue angle of 120.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 #1AD11D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 29 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.18 |
| HSL | 120.98º | 0.78% | 0.46% | - |
| HSV(B) | 120.98º | 0.88% | 0.82% | - |
| XYZ | 23.45 | 45.91 | 8.79 | - |
| YUV | 133.76 | 68.87 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 29 | 0.88 | 0 | 0.86 | 0.18 | 120.98 | 0.78 | 0.46 |
| Hex | 1A | D1 | 1D | 58 | 0 | 56 | 12 | 79 | 4E | 2E |
| Octal | 32 | 321 | 35 | 130 | 0 | 126 | 22 | 171 | 116 | 56 |
| Binary | 11010 | 11010001 | 11101 | 1011000 | 0 | 1010110 | 10010 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1AD11D
Complementary color
Monochromatic Colors of #1AD11D
Black with #1AD11D
Text Example
Text Example
White with #1AD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD11D; }
p { color: rgb(26,209,29); }
H1.HeaderClassName
{
color: #1AD11D;
}
.AnyTagClassName
{
color: #1AD11D;
}
</style>
background-color css
<style>
a { background-color: #1AD11D; }
a { background-color: rgb(26,209,29); }
div.DivClassName
{
background-color: #1AD11D;
}
.BgClassName
{
background-color: #1AD11D;
}
</style>
border-color css
<style>
span { border-color: #1AD11D; }
span { border-color: rgb(26,209,29); }
td.TdClassName
{
border-color: #1AD11D;
}
.TagClassName
{
border-color: #1AD11D;
}
</style>