Shades of Lime Green #1AC919
Tints of Lime Green #1AC919
RGB
CMYK
RGB Variations
Color information
#1AC919 (or 0x1AC919) is known color: Lime Green. HEX triplet: 1A, C9 and 19. RGB value is (26,201,25). Sum of RGB (Red+Green+Blue) = 26+201+25=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC919 is #E536E6. Grayscale: #818181. Windows color (decimal): -15021799 or 1689882. OLE color: 1689882.
HSL color Cylindrical-coordinate representation of color #1AC919: hue angle of 119.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AC919 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 25 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.21 |
| HSL | 119.66º | 0.78% | 0.44% | - |
| HSV(B) | 119.66º | 0.88% | 0.79% | - |
| XYZ | 21.49 | 42.06 | 7.91 | - |
| YUV | 128.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 25 | 0.87 | 0 | 0.88 | 0.21 | 119.66 | 0.78 | 0.44 |
| Hex | 1A | C9 | 19 | 57 | 0 | 58 | 15 | 78 | 4E | 2C |
| Octal | 32 | 311 | 31 | 127 | 0 | 130 | 25 | 170 | 116 | 54 |
| Binary | 11010 | 11001001 | 11001 | 1010111 | 0 | 1011000 | 10101 | 1111000 | 1001110 | 101100 |
Color Harmonies of #1AC919
Complementary color
Monochromatic Colors of #1AC919
Black with #1AC919
Text Example
Text Example
White with #1AC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC919; }
p { color: rgb(26,201,25); }
H1.HeaderClassName
{
color: #1AC919;
}
.AnyTagClassName
{
color: #1AC919;
}
</style>
background-color css
<style>
a { background-color: #1AC919; }
a { background-color: rgb(26,201,25); }
div.DivClassName
{
background-color: #1AC919;
}
.BgClassName
{
background-color: #1AC919;
}
</style>
border-color css
<style>
span { border-color: #1AC919; }
span { border-color: rgb(26,201,25); }
td.TdClassName
{
border-color: #1AC919;
}
.TagClassName
{
border-color: #1AC919;
}
</style>