Shades of Lime Green #1EC618
Tints of Lime Green #1EC618
RGB
CMYK
RGB Variations
Color information
#1EC618 (or 0x1EC618) is known color: Lime Green. HEX triplet: 1E, C6 and 18. RGB value is (30,198,24). Sum of RGB (Red+Green+Blue) = 30+198+24=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 198 (77.73% from 255 or 78.57% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC618 is #E139E7. Grayscale: #808080. Windows color (decimal): -14760424 or 1623582. OLE color: 1623582.
HSL color Cylindrical-coordinate representation of color #1EC618: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC618 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 198 | 24 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.22 |
| HSL | 117.93º | 0.78% | 0.44% | - |
| HSV(B) | 117.93º | 0.88% | 0.78% | - |
| XYZ | 20.89 | 40.73 | 7.62 | - |
| YUV | 127.93 | 69.34 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 24 | 0.85 | 0 | 0.88 | 0.22 | 117.93 | 0.78 | 0.44 |
| Hex | 1E | C6 | 18 | 55 | 0 | 58 | 16 | 76 | 4E | 2C |
| Octal | 36 | 306 | 30 | 125 | 0 | 130 | 26 | 166 | 116 | 54 |
| Binary | 11110 | 11000110 | 11000 | 1010101 | 0 | 1011000 | 10110 | 1110110 | 1001110 | 101100 |
Color Harmonies of #1EC618
Complementary color
Monochromatic Colors of #1EC618
Black with #1EC618
Text Example
Text Example
White with #1EC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC618; }
p { color: rgb(30,198,24); }
H1.HeaderClassName
{
color: #1EC618;
}
.AnyTagClassName
{
color: #1EC618;
}
</style>
background-color css
<style>
a { background-color: #1EC618; }
a { background-color: rgb(30,198,24); }
div.DivClassName
{
background-color: #1EC618;
}
.BgClassName
{
background-color: #1EC618;
}
</style>
border-color css
<style>
span { border-color: #1EC618; }
span { border-color: rgb(30,198,24); }
td.TdClassName
{
border-color: #1EC618;
}
.TagClassName
{
border-color: #1EC618;
}
</style>