Shades of Lime Green #1EEC33
Tints of Lime Green #1EEC33
RGB
CMYK
RGB Variations
Color information
#1EEC33 (or 0x1EEC33) is known color: Lime Green. HEX triplet: 1E, EC and 33. RGB value is (30,236,51). Sum of RGB (Red+Green+Blue) = 30+236+51=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #1EEC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEC33 is #E113CC. Grayscale: #999999. Windows color (decimal): -14750669 or 3402782. OLE color: 3402782.
HSL color Cylindrical-coordinate representation of color #1EEC33: hue angle of 126.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEC33 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 51 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.07 |
| HSL | 126.12º | 0.84% | 0.52% | - |
| HSV(B) | 126.12º | 0.87% | 0.93% | - |
| XYZ | 31.13 | 60.51 | 13.17 | - |
| YUV | 153.32 | 70.25 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 51 | 0.87 | 0 | 0.78 | 0.07 | 126.12 | 0.84 | 0.52 |
| Hex | 1E | EC | 33 | 57 | 0 | 4E | 7 | 7E | 54 | 34 |
| Octal | 36 | 354 | 63 | 127 | 0 | 116 | 7 | 176 | 124 | 64 |
| Binary | 11110 | 11101100 | 110011 | 1010111 | 0 | 1001110 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1EEC33
Complementary color
Monochromatic Colors of #1EEC33
Black with #1EEC33
Text Example
Text Example
White with #1EEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEC33; }
p { color: rgb(30,236,51); }
H1.HeaderClassName
{
color: #1EEC33;
}
.AnyTagClassName
{
color: #1EEC33;
}
</style>
background-color css
<style>
a { background-color: #1EEC33; }
a { background-color: rgb(30,236,51); }
div.DivClassName
{
background-color: #1EEC33;
}
.BgClassName
{
background-color: #1EEC33;
}
</style>
border-color css
<style>
span { border-color: #1EEC33; }
span { border-color: rgb(30,236,51); }
td.TdClassName
{
border-color: #1EEC33;
}
.TagClassName
{
border-color: #1EEC33;
}
</style>