Shades of Lime Green #1EE12B
Tints of Lime Green #1EE12B
RGB
CMYK
RGB Variations
Color information
#1EE12B (or 0x1EE12B) is known color: Lime Green. HEX triplet: 1E, E1 and 2B. RGB value is (30,225,43). Sum of RGB (Red+Green+Blue) = 30+225+43=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE12B is #E11ED4. Grayscale: #929292. Windows color (decimal): -14753493 or 2875678. OLE color: 2875678.
HSL color Cylindrical-coordinate representation of color #1EE12B: hue angle of 124º 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 #1EE12B is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 43 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.12 |
| HSL | 124º | 0.76% | 0.5% | - |
| HSV(B) | 124º | 0.87% | 0.88% | - |
| XYZ | 27.9 | 54.3 | 11.3 | - |
| YUV | 145.95 | 69.9 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 43 | 0.87 | 0 | 0.81 | 0.12 | 124 | 0.76 | 0.5 |
| Hex | 1E | E1 | 2B | 57 | 0 | 51 | C | 7C | 4C | 32 |
| Octal | 36 | 341 | 53 | 127 | 0 | 121 | 14 | 174 | 114 | 62 |
| Binary | 11110 | 11100001 | 101011 | 1010111 | 0 | 1010001 | 1100 | 1111100 | 1001100 | 110010 |
Color Harmonies of #1EE12B
Complementary color
Monochromatic Colors of #1EE12B
Black with #1EE12B
Text Example
Text Example
White with #1EE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE12B; }
p { color: rgb(30,225,43); }
H1.HeaderClassName
{
color: #1EE12B;
}
.AnyTagClassName
{
color: #1EE12B;
}
</style>
background-color css
<style>
a { background-color: #1EE12B; }
a { background-color: rgb(30,225,43); }
div.DivClassName
{
background-color: #1EE12B;
}
.BgClassName
{
background-color: #1EE12B;
}
</style>
border-color css
<style>
span { border-color: #1EE12B; }
span { border-color: rgb(30,225,43); }
td.TdClassName
{
border-color: #1EE12B;
}
.TagClassName
{
border-color: #1EE12B;
}
</style>