Shades of Lime Green #1AD319
Tints of Lime Green #1AD319
RGB
CMYK
RGB Variations
Color information
#1AD319 (or 0x1AD319) is known color: Lime Green. HEX triplet: 1A, D3 and 19. RGB value is (26,211,25). Sum of RGB (Red+Green+Blue) = 26+211+25=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD319 is #E52CE6. Grayscale: #878787. Windows color (decimal): -15019239 or 1692442. OLE color: 1692442.
HSL color Cylindrical-coordinate representation of color #1AD319: hue angle of 119.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD319 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.17 |
| HSL | 119.68º | 0.79% | 0.46% | - |
| HSV(B) | 119.68º | 0.88% | 0.83% | - |
| XYZ | 23.9 | 46.88 | 8.71 | - |
| YUV | 134.48 | 66.21 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 25 | 0.88 | 0 | 0.88 | 0.17 | 119.68 | 0.79 | 0.46 |
| Hex | 1A | D3 | 19 | 58 | 0 | 58 | 11 | 78 | 4F | 2E |
| Octal | 32 | 323 | 31 | 130 | 0 | 130 | 21 | 170 | 117 | 56 |
| Binary | 11010 | 11010011 | 11001 | 1011000 | 0 | 1011000 | 10001 | 1111000 | 1001111 | 101110 |
Color Harmonies of #1AD319
Complementary color
Monochromatic Colors of #1AD319
Black with #1AD319
Text Example
Text Example
White with #1AD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD319; }
p { color: rgb(26,211,25); }
H1.HeaderClassName
{
color: #1AD319;
}
.AnyTagClassName
{
color: #1AD319;
}
</style>
background-color css
<style>
a { background-color: #1AD319; }
a { background-color: rgb(26,211,25); }
div.DivClassName
{
background-color: #1AD319;
}
.BgClassName
{
background-color: #1AD319;
}
</style>
border-color css
<style>
span { border-color: #1AD319; }
span { border-color: rgb(26,211,25); }
td.TdClassName
{
border-color: #1AD319;
}
.TagClassName
{
border-color: #1AD319;
}
</style>