Shades of Lime Green #1AD218
Tints of Lime Green #1AD218
RGB
CMYK
RGB Variations
Color information
#1AD218 (or 0x1AD218) is known color: Lime Green. HEX triplet: 1A, D2 and 18. RGB value is (26,210,24). Sum of RGB (Red+Green+Blue) = 26+210+24=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD218 is #E52DE7. Grayscale: #868686. Windows color (decimal): -15019496 or 1626650. OLE color: 1626650.
HSL color Cylindrical-coordinate representation of color #1AD218: hue angle of 119.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD218 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 24 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.18 |
| HSL | 119.35º | 0.79% | 0.46% | - |
| HSV(B) | 119.35º | 0.89% | 0.82% | - |
| XYZ | 23.64 | 46.38 | 8.57 | - |
| YUV | 133.78 | 66.04 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 24 | 0.88 | 0 | 0.89 | 0.18 | 119.35 | 0.79 | 0.46 |
| Hex | 1A | D2 | 18 | 58 | 0 | 59 | 12 | 77 | 4F | 2E |
| Octal | 32 | 322 | 30 | 130 | 0 | 131 | 22 | 167 | 117 | 56 |
| Binary | 11010 | 11010010 | 11000 | 1011000 | 0 | 1011001 | 10010 | 1110111 | 1001111 | 101110 |
Color Harmonies of #1AD218
Complementary color
Monochromatic Colors of #1AD218
Black with #1AD218
Text Example
Text Example
White with #1AD218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD218; }
p { color: rgb(26,210,24); }
H1.HeaderClassName
{
color: #1AD218;
}
.AnyTagClassName
{
color: #1AD218;
}
</style>
background-color css
<style>
a { background-color: #1AD218; }
a { background-color: rgb(26,210,24); }
div.DivClassName
{
background-color: #1AD218;
}
.BgClassName
{
background-color: #1AD218;
}
</style>
border-color css
<style>
span { border-color: #1AD218; }
span { border-color: rgb(26,210,24); }
td.TdClassName
{
border-color: #1AD218;
}
.TagClassName
{
border-color: #1AD218;
}
</style>