Shades of Lime Green #1EC50D
Tints of Lime Green #1EC50D
RGB
CMYK
RGB Variations
Color information
#1EC50D (or 0x1EC50D) is known color: Lime Green. HEX triplet: 1E, C5 and 0D. RGB value is (30,197,13). Sum of RGB (Red+Green+Blue) = 30+197+13=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC50D is #E13AF2. Grayscale: #7E7E7E. Windows color (decimal): -14760691 or 902430. OLE color: 902430.
HSL color Cylindrical-coordinate representation of color #1EC50D: hue angle of 114.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC50D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 13 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.23 |
| HSL | 114.46º | 0.88% | 0.41% | - |
| HSV(B) | 114.46º | 0.93% | 0.77% | - |
| XYZ | 20.57 | 40.24 | 7.06 | - |
| YUV | 126.09 | 64.17 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 13 | 0.85 | 0 | 0.93 | 0.23 | 114.46 | 0.88 | 0.41 |
| Hex | 1E | C5 | D | 55 | 0 | 5D | 17 | 72 | 58 | 29 |
| Octal | 36 | 305 | 15 | 125 | 0 | 135 | 27 | 162 | 130 | 51 |
| Binary | 11110 | 11000101 | 1101 | 1010101 | 0 | 1011101 | 10111 | 1110010 | 1011000 | 101001 |
Color Harmonies of #1EC50D
Complementary color
Monochromatic Colors of #1EC50D
Black with #1EC50D
Text Example
Text Example
White with #1EC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC50D; }
p { color: rgb(30,197,13); }
H1.HeaderClassName
{
color: #1EC50D;
}
.AnyTagClassName
{
color: #1EC50D;
}
</style>
background-color css
<style>
a { background-color: #1EC50D; }
a { background-color: rgb(30,197,13); }
div.DivClassName
{
background-color: #1EC50D;
}
.BgClassName
{
background-color: #1EC50D;
}
</style>
border-color css
<style>
span { border-color: #1EC50D; }
span { border-color: rgb(30,197,13); }
td.TdClassName
{
border-color: #1EC50D;
}
.TagClassName
{
border-color: #1EC50D;
}
</style>