Shades of Lime Green #1EE11F
Tints of Lime Green #1EE11F
RGB
CMYK
RGB Variations
Color information
#1EE11F (or 0x1EE11F) is known color: Lime Green. HEX triplet: 1E, E1 and 1F. RGB value is (30,225,31). Sum of RGB (Red+Green+Blue) = 30+225+31=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE11F is #E11EE0. Grayscale: #919191. Windows color (decimal): -14753505 or 2089246. OLE color: 2089246.
HSL color Cylindrical-coordinate representation of color #1EE11F: hue angle of 120.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 #1EE11F is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 31 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.12 |
| HSL | 120.31º | 0.76% | 0.5% | - |
| HSV(B) | 120.31º | 0.87% | 0.88% | - |
| XYZ | 27.71 | 54.23 | 10.3 | - |
| YUV | 144.58 | 63.9 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 31 | 0.87 | 0 | 0.86 | 0.12 | 120.31 | 0.76 | 0.5 |
| Hex | 1E | E1 | 1F | 57 | 0 | 56 | C | 78 | 4C | 32 |
| Octal | 36 | 341 | 37 | 127 | 0 | 126 | 14 | 170 | 114 | 62 |
| Binary | 11110 | 11100001 | 11111 | 1010111 | 0 | 1010110 | 1100 | 1111000 | 1001100 | 110010 |
Color Harmonies of #1EE11F
Complementary color
Monochromatic Colors of #1EE11F
Black with #1EE11F
Text Example
Text Example
White with #1EE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE11F; }
p { color: rgb(30,225,31); }
H1.HeaderClassName
{
color: #1EE11F;
}
.AnyTagClassName
{
color: #1EE11F;
}
</style>
background-color css
<style>
a { background-color: #1EE11F; }
a { background-color: rgb(30,225,31); }
div.DivClassName
{
background-color: #1EE11F;
}
.BgClassName
{
background-color: #1EE11F;
}
</style>
border-color css
<style>
span { border-color: #1EE11F; }
span { border-color: rgb(30,225,31); }
td.TdClassName
{
border-color: #1EE11F;
}
.TagClassName
{
border-color: #1EE11F;
}
</style>