Shades of Lime Green #1ED212
Tints of Lime Green #1ED212
RGB
CMYK
RGB Variations
Color information
#1ED212 (or 0x1ED212) is known color: Lime Green. HEX triplet: 1E, D2 and 12. RGB value is (30,210,18). Sum of RGB (Red+Green+Blue) = 30+210+18=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 210 (82.42% from 255 or 81.40% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED212 is #E12DED. Grayscale: #868686. Windows color (decimal): -14757358 or 1233438. OLE color: 1233438.
HSL color Cylindrical-coordinate representation of color #1ED212: hue angle of 116.25º 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 #1ED212 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 18 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.18 |
| HSL | 116.25º | 0.84% | 0.45% | - |
| HSV(B) | 116.25º | 0.91% | 0.82% | - |
| XYZ | 23.69 | 46.41 | 8.28 | - |
| YUV | 134.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 18 | 0.86 | 0 | 0.91 | 0.18 | 116.25 | 0.84 | 0.45 |
| Hex | 1E | D2 | 12 | 56 | 0 | 5B | 12 | 74 | 54 | 2D |
| Octal | 36 | 322 | 22 | 126 | 0 | 133 | 22 | 164 | 124 | 55 |
| Binary | 11110 | 11010010 | 10010 | 1010110 | 0 | 1011011 | 10010 | 1110100 | 1010100 | 101101 |
Color Harmonies of #1ED212
Complementary color
Monochromatic Colors of #1ED212
Black with #1ED212
Text Example
Text Example
White with #1ED212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED212; }
p { color: rgb(30,210,18); }
H1.HeaderClassName
{
color: #1ED212;
}
.AnyTagClassName
{
color: #1ED212;
}
</style>
background-color css
<style>
a { background-color: #1ED212; }
a { background-color: rgb(30,210,18); }
div.DivClassName
{
background-color: #1ED212;
}
.BgClassName
{
background-color: #1ED212;
}
</style>
border-color css
<style>
span { border-color: #1ED212; }
span { border-color: rgb(30,210,18); }
td.TdClassName
{
border-color: #1ED212;
}
.TagClassName
{
border-color: #1ED212;
}
</style>