Shades of Lime Green #1AD919
Tints of Lime Green #1AD919
RGB
CMYK
RGB Variations
Color information
#1AD919 (or 0x1AD919) is known color: Lime Green. HEX triplet: 1A, D9 and 19. RGB value is (26,217,25). Sum of RGB (Red+Green+Blue) = 26+217+25=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD919 is #E526E6. Grayscale: #8A8A8A. Windows color (decimal): -15017703 or 1693978. OLE color: 1693978.
HSL color Cylindrical-coordinate representation of color #1AD919: hue angle of 119.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD919 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.15 |
| HSL | 119.69º | 0.79% | 0.47% | - |
| HSV(B) | 119.69º | 0.88% | 0.85% | - |
| XYZ | 25.41 | 49.92 | 9.21 | - |
| YUV | 138 | 64.22 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 25 | 0.88 | 0 | 0.88 | 0.15 | 119.69 | 0.79 | 0.47 |
| Hex | 1A | D9 | 19 | 58 | 0 | 58 | F | 78 | 4F | 2F |
| Octal | 32 | 331 | 31 | 130 | 0 | 130 | 17 | 170 | 117 | 57 |
| Binary | 11010 | 11011001 | 11001 | 1011000 | 0 | 1011000 | 1111 | 1111000 | 1001111 | 101111 |
Color Harmonies of #1AD919
Complementary color
Monochromatic Colors of #1AD919
Black with #1AD919
Text Example
Text Example
White with #1AD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD919; }
p { color: rgb(26,217,25); }
H1.HeaderClassName
{
color: #1AD919;
}
.AnyTagClassName
{
color: #1AD919;
}
</style>
background-color css
<style>
a { background-color: #1AD919; }
a { background-color: rgb(26,217,25); }
div.DivClassName
{
background-color: #1AD919;
}
.BgClassName
{
background-color: #1AD919;
}
</style>
border-color css
<style>
span { border-color: #1AD919; }
span { border-color: rgb(26,217,25); }
td.TdClassName
{
border-color: #1AD919;
}
.TagClassName
{
border-color: #1AD919;
}
</style>