Shades of Lime Green #1AD212
Tints of Lime Green #1AD212
RGB
CMYK
RGB Variations
Color information
#1AD212 (or 0x1AD212) is known color: Lime Green. HEX triplet: 1A, D2 and 12. RGB value is (26,210,18). Sum of RGB (Red+Green+Blue) = 26+210+18=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 210 (82.42% from 255 or 82.68% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD212 is #E52DED. Grayscale: #858585. Windows color (decimal): -15019502 or 1233434. OLE color: 1233434.
HSL color Cylindrical-coordinate representation of color #1AD212: hue angle of 117.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AD212 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 18 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.18 |
| HSL | 117.5º | 0.84% | 0.45% | - |
| HSV(B) | 117.5º | 0.91% | 0.82% | - |
| XYZ | 23.58 | 46.36 | 8.28 | - |
| YUV | 133.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 18 | 0.88 | 0 | 0.91 | 0.18 | 117.5 | 0.84 | 0.45 |
| Hex | 1A | D2 | 12 | 58 | 0 | 5B | 12 | 76 | 54 | 2D |
| Octal | 32 | 322 | 22 | 130 | 0 | 133 | 22 | 166 | 124 | 55 |
| Binary | 11010 | 11010010 | 10010 | 1011000 | 0 | 1011011 | 10010 | 1110110 | 1010100 | 101101 |
Color Harmonies of #1AD212
Complementary color
Monochromatic Colors of #1AD212
Black with #1AD212
Text Example
Text Example
White with #1AD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD212; }
p { color: rgb(26,210,18); }
H1.HeaderClassName
{
color: #1AD212;
}
.AnyTagClassName
{
color: #1AD212;
}
</style>
background-color css
<style>
a { background-color: #1AD212; }
a { background-color: rgb(26,210,18); }
div.DivClassName
{
background-color: #1AD212;
}
.BgClassName
{
background-color: #1AD212;
}
</style>
border-color css
<style>
span { border-color: #1AD212; }
span { border-color: rgb(26,210,18); }
td.TdClassName
{
border-color: #1AD212;
}
.TagClassName
{
border-color: #1AD212;
}
</style>