Shades of Lime Green #1EC032
Tints of Lime Green #1EC032
RGB
CMYK
RGB Variations
Color information
#1EC032 (or 0x1EC032) is known color: Lime Green. HEX triplet: 1E, C0 and 32. RGB value is (30,192,50). Sum of RGB (Red+Green+Blue) = 30+192+50=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC032 is #E13FCD. Grayscale: #7F7F7F. Windows color (decimal): -14761934 or 3325982. OLE color: 3325982.
HSL color Cylindrical-coordinate representation of color #1EC032: hue angle of 127.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC032 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 50 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.25 |
| HSL | 127.41º | 0.73% | 0.44% | - |
| HSV(B) | 127.41º | 0.84% | 0.75% | - |
| XYZ | 19.96 | 38.21 | 9.34 | - |
| YUV | 127.37 | 84.33 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 50 | 0.84 | 0 | 0.74 | 0.25 | 127.41 | 0.73 | 0.44 |
| Hex | 1E | C0 | 32 | 54 | 0 | 4A | 19 | 7F | 49 | 2C |
| Octal | 36 | 300 | 62 | 124 | 0 | 112 | 31 | 177 | 111 | 54 |
| Binary | 11110 | 11000000 | 110010 | 1010100 | 0 | 1001010 | 11001 | 1111111 | 1001001 | 101100 |
Color Harmonies of #1EC032
Complementary color
Monochromatic Colors of #1EC032
Black with #1EC032
Text Example
Text Example
White with #1EC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC032; }
p { color: rgb(30,192,50); }
H1.HeaderClassName
{
color: #1EC032;
}
.AnyTagClassName
{
color: #1EC032;
}
</style>
background-color css
<style>
a { background-color: #1EC032; }
a { background-color: rgb(30,192,50); }
div.DivClassName
{
background-color: #1EC032;
}
.BgClassName
{
background-color: #1EC032;
}
</style>
border-color css
<style>
span { border-color: #1EC032; }
span { border-color: rgb(30,192,50); }
td.TdClassName
{
border-color: #1EC032;
}
.TagClassName
{
border-color: #1EC032;
}
</style>