Shades of Lime Green #1EC933
Tints of Lime Green #1EC933
RGB
CMYK
RGB Variations
Color information
#1EC933 (or 0x1EC933) is known color: Lime Green. HEX triplet: 1E, C9 and 33. RGB value is (30,201,51). Sum of RGB (Red+Green+Blue) = 30+201+51=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC933 is #E136CC. Grayscale: #858585. Windows color (decimal): -14759629 or 3393822. OLE color: 3393822.
HSL color Cylindrical-coordinate representation of color #1EC933: hue angle of 127.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC933 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 51 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.21 |
| HSL | 127.37º | 0.74% | 0.45% | - |
| HSV(B) | 127.37º | 0.85% | 0.79% | - |
| XYZ | 22.02 | 42.29 | 10.13 | - |
| YUV | 132.77 | 81.85 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 51 | 0.85 | 0 | 0.75 | 0.21 | 127.37 | 0.74 | 0.45 |
| Hex | 1E | C9 | 33 | 55 | 0 | 4B | 15 | 7F | 4A | 2D |
| Octal | 36 | 311 | 63 | 125 | 0 | 113 | 25 | 177 | 112 | 55 |
| Binary | 11110 | 11001001 | 110011 | 1010101 | 0 | 1001011 | 10101 | 1111111 | 1001010 | 101101 |
Color Harmonies of #1EC933
Complementary color
Monochromatic Colors of #1EC933
Black with #1EC933
Text Example
Text Example
White with #1EC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC933; }
p { color: rgb(30,201,51); }
H1.HeaderClassName
{
color: #1EC933;
}
.AnyTagClassName
{
color: #1EC933;
}
</style>
background-color css
<style>
a { background-color: #1EC933; }
a { background-color: rgb(30,201,51); }
div.DivClassName
{
background-color: #1EC933;
}
.BgClassName
{
background-color: #1EC933;
}
</style>
border-color css
<style>
span { border-color: #1EC933; }
span { border-color: rgb(30,201,51); }
td.TdClassName
{
border-color: #1EC933;
}
.TagClassName
{
border-color: #1EC933;
}
</style>