Shades of Lime Green #1EE138
Tints of Lime Green #1EE138
RGB
CMYK
RGB Variations
Color information
#1EE138 (or 0x1EE138) is known color: Lime Green. HEX triplet: 1E, E1 and 38. RGB value is (30,225,56). Sum of RGB (Red+Green+Blue) = 30+225+56=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE138 is #E11EC7. Grayscale: #939393. Windows color (decimal): -14753480 or 3727646. OLE color: 3727646.
HSL color Cylindrical-coordinate representation of color #1EE138: hue angle of 128º 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 #1EE138 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 56 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.12 |
| HSL | 128º | 0.76% | 0.5% | - |
| HSV(B) | 128º | 0.87% | 0.88% | - |
| XYZ | 28.17 | 54.41 | 12.76 | - |
| YUV | 147.43 | 76.4 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 56 | 0.87 | 0 | 0.75 | 0.12 | 128 | 0.76 | 0.5 |
| Hex | 1E | E1 | 38 | 57 | 0 | 4B | C | 80 | 4C | 32 |
| Octal | 36 | 341 | 70 | 127 | 0 | 113 | 14 | 200 | 114 | 62 |
| Binary | 11110 | 11100001 | 111000 | 1010111 | 0 | 1001011 | 1100 | 10000000 | 1001100 | 110010 |
Color Harmonies of #1EE138
Complementary color
Monochromatic Colors of #1EE138
Black with #1EE138
Text Example
Text Example
White with #1EE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE138; }
p { color: rgb(30,225,56); }
H1.HeaderClassName
{
color: #1EE138;
}
.AnyTagClassName
{
color: #1EE138;
}
</style>
background-color css
<style>
a { background-color: #1EE138; }
a { background-color: rgb(30,225,56); }
div.DivClassName
{
background-color: #1EE138;
}
.BgClassName
{
background-color: #1EE138;
}
</style>
border-color css
<style>
span { border-color: #1EE138; }
span { border-color: rgb(30,225,56); }
td.TdClassName
{
border-color: #1EE138;
}
.TagClassName
{
border-color: #1EE138;
}
</style>