Shades of Lime Green #1AD019
Tints of Lime Green #1AD019
RGB
CMYK
RGB Variations
Color information
#1AD019 (or 0x1AD019) is known color: Lime Green. HEX triplet: 1A, D0 and 19. RGB value is (26,208,25). Sum of RGB (Red+Green+Blue) = 26+208+25=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD019 is #E52FE6. Grayscale: #858585. Windows color (decimal): -15020007 or 1691674. OLE color: 1691674.
HSL color Cylindrical-coordinate representation of color #1AD019: hue angle of 119.67º degrees, saturation: 0.79, 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 #1AD019 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.18 |
| HSL | 119.67º | 0.79% | 0.46% | - |
| HSV(B) | 119.67º | 0.88% | 0.82% | - |
| XYZ | 23.16 | 45.4 | 8.46 | - |
| YUV | 132.72 | 67.2 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 25 | 0.88 | 0 | 0.88 | 0.18 | 119.67 | 0.79 | 0.46 |
| Hex | 1A | D0 | 19 | 58 | 0 | 58 | 12 | 78 | 4F | 2E |
| Octal | 32 | 320 | 31 | 130 | 0 | 130 | 22 | 170 | 117 | 56 |
| Binary | 11010 | 11010000 | 11001 | 1011000 | 0 | 1011000 | 10010 | 1111000 | 1001111 | 101110 |
Color Harmonies of #1AD019
Complementary color
Monochromatic Colors of #1AD019
Black with #1AD019
Text Example
Text Example
White with #1AD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD019; }
p { color: rgb(26,208,25); }
H1.HeaderClassName
{
color: #1AD019;
}
.AnyTagClassName
{
color: #1AD019;
}
</style>
background-color css
<style>
a { background-color: #1AD019; }
a { background-color: rgb(26,208,25); }
div.DivClassName
{
background-color: #1AD019;
}
.BgClassName
{
background-color: #1AD019;
}
</style>
border-color css
<style>
span { border-color: #1AD019; }
span { border-color: rgb(26,208,25); }
td.TdClassName
{
border-color: #1AD019;
}
.TagClassName
{
border-color: #1AD019;
}
</style>