Shades of Lime Green #1EE13B
Tints of Lime Green #1EE13B
RGB
CMYK
RGB Variations
Color information
#1EE13B (or 0x1EE13B) is known color: Lime Green. HEX triplet: 1E, E1 and 3B. RGB value is (30,225,59). Sum of RGB (Red+Green+Blue) = 30+225+59=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE13B is #E11EC4. Grayscale: #949494. Windows color (decimal): -14753477 or 3924254. OLE color: 3924254.
HSL color Cylindrical-coordinate representation of color #1EE13B: hue angle of 128.92º 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 #1EE13B is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 59 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.12 |
| HSL | 128.92º | 0.76% | 0.5% | - |
| HSV(B) | 128.92º | 0.87% | 0.88% | - |
| XYZ | 28.25 | 54.44 | 13.16 | - |
| YUV | 147.77 | 77.9 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 59 | 0.87 | 0 | 0.74 | 0.12 | 128.92 | 0.76 | 0.5 |
| Hex | 1E | E1 | 3B | 57 | 0 | 4A | C | 81 | 4C | 32 |
| Octal | 36 | 341 | 73 | 127 | 0 | 112 | 14 | 201 | 114 | 62 |
| Binary | 11110 | 11100001 | 111011 | 1010111 | 0 | 1001010 | 1100 | 10000001 | 1001100 | 110010 |
Color Harmonies of #1EE13B
Complementary color
Monochromatic Colors of #1EE13B
Black with #1EE13B
Text Example
Text Example
White with #1EE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE13B; }
p { color: rgb(30,225,59); }
H1.HeaderClassName
{
color: #1EE13B;
}
.AnyTagClassName
{
color: #1EE13B;
}
</style>
background-color css
<style>
a { background-color: #1EE13B; }
a { background-color: rgb(30,225,59); }
div.DivClassName
{
background-color: #1EE13B;
}
.BgClassName
{
background-color: #1EE13B;
}
</style>
border-color css
<style>
span { border-color: #1EE13B; }
span { border-color: rgb(30,225,59); }
td.TdClassName
{
border-color: #1EE13B;
}
.TagClassName
{
border-color: #1EE13B;
}
</style>