Shades of Lime Green #1EE135
Tints of Lime Green #1EE135
RGB
CMYK
RGB Variations
Color information
#1EE135 (or 0x1EE135) is known color: Lime Green. HEX triplet: 1E, E1 and 35. RGB value is (30,225,53). Sum of RGB (Red+Green+Blue) = 30+225+53=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE135 is #E11ECA. Grayscale: #939393. Windows color (decimal): -14753483 or 3531038. OLE color: 3531038.
HSL color Cylindrical-coordinate representation of color #1EE135: hue angle of 127.08º 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 #1EE135 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 53 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.12 |
| HSL | 127.08º | 0.76% | 0.5% | - |
| HSV(B) | 127.08º | 0.87% | 0.88% | - |
| XYZ | 28.1 | 54.38 | 12.38 | - |
| YUV | 147.09 | 74.9 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 53 | 0.87 | 0 | 0.76 | 0.12 | 127.08 | 0.76 | 0.5 |
| Hex | 1E | E1 | 35 | 57 | 0 | 4C | C | 7F | 4C | 32 |
| Octal | 36 | 341 | 65 | 127 | 0 | 114 | 14 | 177 | 114 | 62 |
| Binary | 11110 | 11100001 | 110101 | 1010111 | 0 | 1001100 | 1100 | 1111111 | 1001100 | 110010 |
Color Harmonies of #1EE135
Complementary color
Monochromatic Colors of #1EE135
Black with #1EE135
Text Example
Text Example
White with #1EE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE135; }
p { color: rgb(30,225,53); }
H1.HeaderClassName
{
color: #1EE135;
}
.AnyTagClassName
{
color: #1EE135;
}
</style>
background-color css
<style>
a { background-color: #1EE135; }
a { background-color: rgb(30,225,53); }
div.DivClassName
{
background-color: #1EE135;
}
.BgClassName
{
background-color: #1EE135;
}
</style>
border-color css
<style>
span { border-color: #1EE135; }
span { border-color: rgb(30,225,53); }
td.TdClassName
{
border-color: #1EE135;
}
.TagClassName
{
border-color: #1EE135;
}
</style>