Shades of Lime Green #1AD619
Tints of Lime Green #1AD619
RGB
CMYK
RGB Variations
Color information
#1AD619 (or 0x1AD619) is known color: Lime Green. HEX triplet: 1A, D6 and 19. RGB value is (26,214,25). Sum of RGB (Red+Green+Blue) = 26+214+25=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD619 is #E529E6. Grayscale: #888888. Windows color (decimal): -15018471 or 1693210. OLE color: 1693210.
HSL color Cylindrical-coordinate representation of color #1AD619: hue angle of 119.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD619 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.16 |
| HSL | 119.68º | 0.79% | 0.47% | - |
| HSV(B) | 119.68º | 0.88% | 0.84% | - |
| XYZ | 24.65 | 48.38 | 8.96 | - |
| YUV | 136.24 | 65.22 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 25 | 0.88 | 0 | 0.88 | 0.16 | 119.68 | 0.79 | 0.47 |
| Hex | 1A | D6 | 19 | 58 | 0 | 58 | 10 | 78 | 4F | 2F |
| Octal | 32 | 326 | 31 | 130 | 0 | 130 | 20 | 170 | 117 | 57 |
| Binary | 11010 | 11010110 | 11001 | 1011000 | 0 | 1011000 | 10000 | 1111000 | 1001111 | 101111 |
Color Harmonies of #1AD619
Complementary color
Monochromatic Colors of #1AD619
Black with #1AD619
Text Example
Text Example
White with #1AD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD619; }
p { color: rgb(26,214,25); }
H1.HeaderClassName
{
color: #1AD619;
}
.AnyTagClassName
{
color: #1AD619;
}
</style>
background-color css
<style>
a { background-color: #1AD619; }
a { background-color: rgb(26,214,25); }
div.DivClassName
{
background-color: #1AD619;
}
.BgClassName
{
background-color: #1AD619;
}
</style>
border-color css
<style>
span { border-color: #1AD619; }
span { border-color: rgb(26,214,25); }
td.TdClassName
{
border-color: #1AD619;
}
.TagClassName
{
border-color: #1AD619;
}
</style>