Shades of Lime Green #1EEE31
Tints of Lime Green #1EEE31
RGB
CMYK
RGB Variations
Color information
#1EEE31 (or 0x1EEE31) is known color: Lime Green. HEX triplet: 1E, EE and 31. RGB value is (30,238,49). Sum of RGB (Red+Green+Blue) = 30+238+49=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE31 is #E111CE. Grayscale: #9A9A9A. Windows color (decimal): -14750159 or 3272222. OLE color: 3272222.
HSL color Cylindrical-coordinate representation of color #1EEE31: hue angle of 125.48º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEE31 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 49 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.48º | 0.86% | 0.53% | - |
| HSV(B) | 125.48º | 0.87% | 0.93% | - |
| XYZ | 31.66 | 61.65 | 13.14 | - |
| YUV | 154.26 | 68.59 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 49 | 0.87 | 0 | 0.79 | 0.07 | 125.48 | 0.86 | 0.53 |
| Hex | 1E | EE | 31 | 57 | 0 | 4F | 7 | 7D | 56 | 35 |
| Octal | 36 | 356 | 61 | 127 | 0 | 117 | 7 | 175 | 126 | 65 |
| Binary | 11110 | 11101110 | 110001 | 1010111 | 0 | 1001111 | 111 | 1111101 | 1010110 | 110101 |
Color Harmonies of #1EEE31
Complementary color
Monochromatic Colors of #1EEE31
Black with #1EEE31
Text Example
Text Example
White with #1EEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE31; }
p { color: rgb(30,238,49); }
H1.HeaderClassName
{
color: #1EEE31;
}
.AnyTagClassName
{
color: #1EEE31;
}
</style>
background-color css
<style>
a { background-color: #1EEE31; }
a { background-color: rgb(30,238,49); }
div.DivClassName
{
background-color: #1EEE31;
}
.BgClassName
{
background-color: #1EEE31;
}
</style>
border-color css
<style>
span { border-color: #1EEE31; }
span { border-color: rgb(30,238,49); }
td.TdClassName
{
border-color: #1EEE31;
}
.TagClassName
{
border-color: #1EEE31;
}
</style>