Shades of Lime Green #1EEC31
Tints of Lime Green #1EEC31
RGB
CMYK
RGB Variations
Color information
#1EEC31 (or 0x1EEC31) is known color: Lime Green. HEX triplet: 1E, EC and 31. RGB value is (30,236,49). Sum of RGB (Red+Green+Blue) = 30+236+49=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #1EEC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEC31 is #E113CE. Grayscale: #999999. Windows color (decimal): -14750671 or 3271710. OLE color: 3271710.
HSL color Cylindrical-coordinate representation of color #1EEC31: hue angle of 125.53º 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 #1EEC31 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 49 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.53º | 0.84% | 0.52% | - |
| HSV(B) | 125.53º | 0.87% | 0.93% | - |
| XYZ | 31.09 | 60.49 | 12.94 | - |
| YUV | 153.09 | 69.25 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 49 | 0.87 | 0 | 0.79 | 0.07 | 125.53 | 0.84 | 0.52 |
| Hex | 1E | EC | 31 | 57 | 0 | 4F | 7 | 7E | 54 | 34 |
| Octal | 36 | 354 | 61 | 127 | 0 | 117 | 7 | 176 | 124 | 64 |
| Binary | 11110 | 11101100 | 110001 | 1010111 | 0 | 1001111 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1EEC31
Complementary color
Monochromatic Colors of #1EEC31
Black with #1EEC31
Text Example
Text Example
White with #1EEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEC31; }
p { color: rgb(30,236,49); }
H1.HeaderClassName
{
color: #1EEC31;
}
.AnyTagClassName
{
color: #1EEC31;
}
</style>
background-color css
<style>
a { background-color: #1EEC31; }
a { background-color: rgb(30,236,49); }
div.DivClassName
{
background-color: #1EEC31;
}
.BgClassName
{
background-color: #1EEC31;
}
</style>
border-color css
<style>
span { border-color: #1EEC31; }
span { border-color: rgb(30,236,49); }
td.TdClassName
{
border-color: #1EEC31;
}
.TagClassName
{
border-color: #1EEC31;
}
</style>