Shades of Lime Green #1AD01D
Tints of Lime Green #1AD01D
RGB
CMYK
RGB Variations
Color information
#1AD01D (or 0x1AD01D) is known color: Lime Green. HEX triplet: 1A, D0 and 1D. RGB value is (26,208,29). Sum of RGB (Red+Green+Blue) = 26+208+29=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 208 (81.64% from 255 or 79.09% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD01D is #E52FE2. Grayscale: #858585. Windows color (decimal): -15020003 or 1953818. OLE color: 1953818.
HSL color Cylindrical-coordinate representation of color #1AD01D: hue angle of 120.99º 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 #1AD01D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 29 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.18 |
| HSL | 120.99º | 0.78% | 0.46% | - |
| HSV(B) | 120.99º | 0.88% | 0.82% | - |
| XYZ | 23.2 | 45.42 | 8.71 | - |
| YUV | 133.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 29 | 0.88 | 0 | 0.86 | 0.18 | 120.99 | 0.78 | 0.46 |
| Hex | 1A | D0 | 1D | 58 | 0 | 56 | 12 | 79 | 4E | 2E |
| Octal | 32 | 320 | 35 | 130 | 0 | 126 | 22 | 171 | 116 | 56 |
| Binary | 11010 | 11010000 | 11101 | 1011000 | 0 | 1010110 | 10010 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1AD01D
Complementary color
Monochromatic Colors of #1AD01D
Black with #1AD01D
Text Example
Text Example
White with #1AD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD01D; }
p { color: rgb(26,208,29); }
H1.HeaderClassName
{
color: #1AD01D;
}
.AnyTagClassName
{
color: #1AD01D;
}
</style>
background-color css
<style>
a { background-color: #1AD01D; }
a { background-color: rgb(26,208,29); }
div.DivClassName
{
background-color: #1AD01D;
}
.BgClassName
{
background-color: #1AD01D;
}
</style>
border-color css
<style>
span { border-color: #1AD01D; }
span { border-color: rgb(26,208,29); }
td.TdClassName
{
border-color: #1AD01D;
}
.TagClassName
{
border-color: #1AD01D;
}
</style>