Shades of Lime Green #1ED232
Tints of Lime Green #1ED232
RGB
CMYK
RGB Variations
Color information
#1ED232 (or 0x1ED232) is known color: Lime Green. HEX triplet: 1E, D2 and 32. RGB value is (30,210,50). Sum of RGB (Red+Green+Blue) = 30+210+50=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED232 is #E12DCD. Grayscale: #8A8A8A. Windows color (decimal): -14757326 or 3330590. OLE color: 3330590.
HSL color Cylindrical-coordinate representation of color #1ED232: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED232 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 50 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.18 |
| HSL | 126.67º | 0.75% | 0.47% | - |
| HSV(B) | 126.67º | 0.86% | 0.82% | - |
| XYZ | 24.16 | 46.6 | 10.74 | - |
| YUV | 137.94 | 78.37 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 50 | 0.86 | 0 | 0.76 | 0.18 | 126.67 | 0.75 | 0.47 |
| Hex | 1E | D2 | 32 | 56 | 0 | 4C | 12 | 7F | 4B | 2F |
| Octal | 36 | 322 | 62 | 126 | 0 | 114 | 22 | 177 | 113 | 57 |
| Binary | 11110 | 11010010 | 110010 | 1010110 | 0 | 1001100 | 10010 | 1111111 | 1001011 | 101111 |
Color Harmonies of #1ED232
Complementary color
Monochromatic Colors of #1ED232
Black with #1ED232
Text Example
Text Example
White with #1ED232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED232; }
p { color: rgb(30,210,50); }
H1.HeaderClassName
{
color: #1ED232;
}
.AnyTagClassName
{
color: #1ED232;
}
</style>
background-color css
<style>
a { background-color: #1ED232; }
a { background-color: rgb(30,210,50); }
div.DivClassName
{
background-color: #1ED232;
}
.BgClassName
{
background-color: #1ED232;
}
</style>
border-color css
<style>
span { border-color: #1ED232; }
span { border-color: rgb(30,210,50); }
td.TdClassName
{
border-color: #1ED232;
}
.TagClassName
{
border-color: #1ED232;
}
</style>