Shades of Lime Green #1EC033
Tints of Lime Green #1EC033
RGB
CMYK
RGB Variations
Color information
#1EC033 (or 0x1EC033) is known color: Lime Green. HEX triplet: 1E, C0 and 33. RGB value is (30,192,51). Sum of RGB (Red+Green+Blue) = 30+192+51=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC033 is #E13FCC. Grayscale: #7F7F7F. Windows color (decimal): -14761933 or 3391518. OLE color: 3391518.
HSL color Cylindrical-coordinate representation of color #1EC033: hue angle of 127.78º 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 #1EC033 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 51 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.25 |
| HSL | 127.78º | 0.73% | 0.44% | - |
| HSV(B) | 127.78º | 0.84% | 0.75% | - |
| XYZ | 19.98 | 38.21 | 9.45 | - |
| YUV | 127.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 51 | 0.84 | 0 | 0.73 | 0.25 | 127.78 | 0.73 | 0.44 |
| Hex | 1E | C0 | 33 | 54 | 0 | 49 | 19 | 80 | 49 | 2C |
| Octal | 36 | 300 | 63 | 124 | 0 | 111 | 31 | 200 | 111 | 54 |
| Binary | 11110 | 11000000 | 110011 | 1010100 | 0 | 1001001 | 11001 | 10000000 | 1001001 | 101100 |
Color Harmonies of #1EC033
Complementary color
Monochromatic Colors of #1EC033
Black with #1EC033
Text Example
Text Example
White with #1EC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC033; }
p { color: rgb(30,192,51); }
H1.HeaderClassName
{
color: #1EC033;
}
.AnyTagClassName
{
color: #1EC033;
}
</style>
background-color css
<style>
a { background-color: #1EC033; }
a { background-color: rgb(30,192,51); }
div.DivClassName
{
background-color: #1EC033;
}
.BgClassName
{
background-color: #1EC033;
}
</style>
border-color css
<style>
span { border-color: #1EC033; }
span { border-color: rgb(30,192,51); }
td.TdClassName
{
border-color: #1EC033;
}
.TagClassName
{
border-color: #1EC033;
}
</style>