Shades of Lime Green #1EE02C
Tints of Lime Green #1EE02C
RGB
CMYK
RGB Variations
Color information
#1EE02C (or 0x1EE02C) is known color: Lime Green. HEX triplet: 1E, E0 and 2C. RGB value is (30,224,44). Sum of RGB (Red+Green+Blue) = 30+224+44=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE02C is #E11FD3. Grayscale: #929292. Windows color (decimal): -14753748 or 2940958. OLE color: 2940958.
HSL color Cylindrical-coordinate representation of color #1EE02C: hue angle of 124.33º 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 #1EE02C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 44 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.12 |
| HSL | 124.33º | 0.76% | 0.5% | - |
| HSV(B) | 124.33º | 0.87% | 0.88% | - |
| XYZ | 27.65 | 53.77 | 11.3 | - |
| YUV | 145.47 | 70.73 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 44 | 0.87 | 0 | 0.80 | 0.12 | 124.33 | 0.76 | 0.5 |
| Hex | 1E | E0 | 2C | 57 | 0 | 50 | C | 7C | 4C | 32 |
| Octal | 36 | 340 | 54 | 127 | 0 | 120 | 14 | 174 | 114 | 62 |
| Binary | 11110 | 11100000 | 101100 | 1010111 | 0 | 1010000 | 1100 | 1111100 | 1001100 | 110010 |
Color Harmonies of #1EE02C
Complementary color
Monochromatic Colors of #1EE02C
Black with #1EE02C
Text Example
Text Example
White with #1EE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE02C; }
p { color: rgb(30,224,44); }
H1.HeaderClassName
{
color: #1EE02C;
}
.AnyTagClassName
{
color: #1EE02C;
}
</style>
background-color css
<style>
a { background-color: #1EE02C; }
a { background-color: rgb(30,224,44); }
div.DivClassName
{
background-color: #1EE02C;
}
.BgClassName
{
background-color: #1EE02C;
}
</style>
border-color css
<style>
span { border-color: #1EE02C; }
span { border-color: rgb(30,224,44); }
td.TdClassName
{
border-color: #1EE02C;
}
.TagClassName
{
border-color: #1EE02C;
}
</style>