Shades of Lime Green #1EE12C
Tints of Lime Green #1EE12C
RGB
CMYK
RGB Variations
Color information
#1EE12C (or 0x1EE12C) is known color: Lime Green. HEX triplet: 1E, E1 and 2C. RGB value is (30,225,44). Sum of RGB (Red+Green+Blue) = 30+225+44=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE12C is #E11ED3. Grayscale: #929292. Windows color (decimal): -14753492 or 2941214. OLE color: 2941214.
HSL color Cylindrical-coordinate representation of color #1EE12C: hue angle of 124.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE12C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 44 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.12 |
| HSL | 124.31º | 0.76% | 0.5% | - |
| HSV(B) | 124.31º | 0.87% | 0.88% | - |
| XYZ | 27.92 | 54.31 | 11.39 | - |
| YUV | 146.06 | 70.4 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 44 | 0.87 | 0 | 0.80 | 0.12 | 124.31 | 0.76 | 0.5 |
| Hex | 1E | E1 | 2C | 57 | 0 | 50 | C | 7C | 4C | 32 |
| Octal | 36 | 341 | 54 | 127 | 0 | 120 | 14 | 174 | 114 | 62 |
| Binary | 11110 | 11100001 | 101100 | 1010111 | 0 | 1010000 | 1100 | 1111100 | 1001100 | 110010 |
Color Harmonies of #1EE12C
Complementary color
Monochromatic Colors of #1EE12C
Black with #1EE12C
Text Example
Text Example
White with #1EE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE12C; }
p { color: rgb(30,225,44); }
H1.HeaderClassName
{
color: #1EE12C;
}
.AnyTagClassName
{
color: #1EE12C;
}
</style>
background-color css
<style>
a { background-color: #1EE12C; }
a { background-color: rgb(30,225,44); }
div.DivClassName
{
background-color: #1EE12C;
}
.BgClassName
{
background-color: #1EE12C;
}
</style>
border-color css
<style>
span { border-color: #1EE12C; }
span { border-color: rgb(30,225,44); }
td.TdClassName
{
border-color: #1EE12C;
}
.TagClassName
{
border-color: #1EE12C;
}
</style>