Shades of Lime Green #1EEC32
Tints of Lime Green #1EEC32
RGB
CMYK
RGB Variations
Color information
#1EEC32 (or 0x1EEC32) is known color: Lime Green. HEX triplet: 1E, EC and 32. RGB value is (30,236,50). Sum of RGB (Red+Green+Blue) = 30+236+50=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #1EEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEC32 is #E113CD. Grayscale: #999999. Windows color (decimal): -14750670 or 3337246. OLE color: 3337246.
HSL color Cylindrical-coordinate representation of color #1EEC32: hue angle of 125.83º 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 #1EEC32 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 50 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.83º | 0.84% | 0.52% | - |
| HSV(B) | 125.83º | 0.87% | 0.93% | - |
| XYZ | 31.11 | 60.5 | 13.06 | - |
| YUV | 153.2 | 69.75 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 50 | 0.87 | 0 | 0.79 | 0.07 | 125.83 | 0.84 | 0.52 |
| Hex | 1E | EC | 32 | 57 | 0 | 4F | 7 | 7E | 54 | 34 |
| Octal | 36 | 354 | 62 | 127 | 0 | 117 | 7 | 176 | 124 | 64 |
| Binary | 11110 | 11101100 | 110010 | 1010111 | 0 | 1001111 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1EEC32
Complementary color
Monochromatic Colors of #1EEC32
Black with #1EEC32
Text Example
Text Example
White with #1EEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEC32; }
p { color: rgb(30,236,50); }
H1.HeaderClassName
{
color: #1EEC32;
}
.AnyTagClassName
{
color: #1EEC32;
}
</style>
background-color css
<style>
a { background-color: #1EEC32; }
a { background-color: rgb(30,236,50); }
div.DivClassName
{
background-color: #1EEC32;
}
.BgClassName
{
background-color: #1EEC32;
}
</style>
border-color css
<style>
span { border-color: #1EEC32; }
span { border-color: rgb(30,236,50); }
td.TdClassName
{
border-color: #1EEC32;
}
.TagClassName
{
border-color: #1EEC32;
}
</style>