Shades of Lime Green #1EEC2F
Tints of Lime Green #1EEC2F
RGB
CMYK
RGB Variations
Color information
#1EEC2F (or 0x1EEC2F) is known color: Lime Green. HEX triplet: 1E, EC and 2F. RGB value is (30,236,47). Sum of RGB (Red+Green+Blue) = 30+236+47=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #1EEC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEC2F is #E113D0. Grayscale: #999999. Windows color (decimal): -14750673 or 3140638. OLE color: 3140638.
HSL color Cylindrical-coordinate representation of color #1EEC2F: hue angle of 124.95º 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 #1EEC2F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 236 | 47 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.07 |
| HSL | 124.95º | 0.84% | 0.52% | - |
| HSV(B) | 124.95º | 0.87% | 0.93% | - |
| XYZ | 31.04 | 60.47 | 12.73 | - |
| YUV | 152.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 47 | 0.87 | 0 | 0.80 | 0.07 | 124.95 | 0.84 | 0.52 |
| Hex | 1E | EC | 2F | 57 | 0 | 50 | 7 | 7D | 54 | 34 |
| Octal | 36 | 354 | 57 | 127 | 0 | 120 | 7 | 175 | 124 | 64 |
| Binary | 11110 | 11101100 | 101111 | 1010111 | 0 | 1010000 | 111 | 1111101 | 1010100 | 110100 |
Color Harmonies of #1EEC2F
Complementary color
Monochromatic Colors of #1EEC2F
Black with #1EEC2F
Text Example
Text Example
White with #1EEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEC2F; }
p { color: rgb(30,236,47); }
H1.HeaderClassName
{
color: #1EEC2F;
}
.AnyTagClassName
{
color: #1EEC2F;
}
</style>
background-color css
<style>
a { background-color: #1EEC2F; }
a { background-color: rgb(30,236,47); }
div.DivClassName
{
background-color: #1EEC2F;
}
.BgClassName
{
background-color: #1EEC2F;
}
</style>
border-color css
<style>
span { border-color: #1EEC2F; }
span { border-color: rgb(30,236,47); }
td.TdClassName
{
border-color: #1EEC2F;
}
.TagClassName
{
border-color: #1EEC2F;
}
</style>