Shades of Lime Green #1AD219
Tints of Lime Green #1AD219
RGB
CMYK
RGB Variations
Color information
#1AD219 (or 0x1AD219) is known color: Lime Green. HEX triplet: 1A, D2 and 19. RGB value is (26,210,25). Sum of RGB (Red+Green+Blue) = 26+210+25=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD219 is #E52DE6. Grayscale: #868686. Windows color (decimal): -15019495 or 1692186. OLE color: 1692186.
HSL color Cylindrical-coordinate representation of color #1AD219: hue angle of 119.68º 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 #1AD219 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.18 |
| HSL | 119.68º | 0.79% | 0.46% | - |
| HSV(B) | 119.68º | 0.88% | 0.82% | - |
| XYZ | 23.65 | 46.38 | 8.63 | - |
| YUV | 133.89 | 66.54 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 25 | 0.88 | 0 | 0.88 | 0.18 | 119.68 | 0.79 | 0.46 |
| Hex | 1A | D2 | 19 | 58 | 0 | 58 | 12 | 78 | 4F | 2E |
| Octal | 32 | 322 | 31 | 130 | 0 | 130 | 22 | 170 | 117 | 56 |
| Binary | 11010 | 11010010 | 11001 | 1011000 | 0 | 1011000 | 10010 | 1111000 | 1001111 | 101110 |
Color Harmonies of #1AD219
Complementary color
Monochromatic Colors of #1AD219
Black with #1AD219
Text Example
Text Example
White with #1AD219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD219; }
p { color: rgb(26,210,25); }
H1.HeaderClassName
{
color: #1AD219;
}
.AnyTagClassName
{
color: #1AD219;
}
</style>
background-color css
<style>
a { background-color: #1AD219; }
a { background-color: rgb(26,210,25); }
div.DivClassName
{
background-color: #1AD219;
}
.BgClassName
{
background-color: #1AD219;
}
</style>
border-color css
<style>
span { border-color: #1AD219; }
span { border-color: rgb(26,210,25); }
td.TdClassName
{
border-color: #1AD219;
}
.TagClassName
{
border-color: #1AD219;
}
</style>