Shades of Lime Green #1ECB18
Tints of Lime Green #1ECB18
RGB
CMYK
RGB Variations
Color information
#1ECB18 (or 0x1ECB18) is known color: Lime Green. HEX triplet: 1E, CB and 18. RGB value is (30,203,24). Sum of RGB (Red+Green+Blue) = 30+203+24=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB18 is #E134E7. Grayscale: #838383. Windows color (decimal): -14759144 or 1624862. OLE color: 1624862.
HSL color Cylindrical-coordinate representation of color #1ECB18: hue angle of 117.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECB18 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 24 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.20 |
| HSL | 117.99º | 0.79% | 0.45% | - |
| HSV(B) | 117.99º | 0.88% | 0.8% | - |
| XYZ | 22.06 | 43.05 | 8.01 | - |
| YUV | 130.87 | 67.69 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 24 | 0.85 | 0 | 0.88 | 0.20 | 117.99 | 0.79 | 0.45 |
| Hex | 1E | CB | 18 | 55 | 0 | 58 | 14 | 76 | 4F | 2D |
| Octal | 36 | 313 | 30 | 125 | 0 | 130 | 24 | 166 | 117 | 55 |
| Binary | 11110 | 11001011 | 11000 | 1010101 | 0 | 1011000 | 10100 | 1110110 | 1001111 | 101101 |
Color Harmonies of #1ECB18
Complementary color
Monochromatic Colors of #1ECB18
Black with #1ECB18
Text Example
Text Example
White with #1ECB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB18; }
p { color: rgb(30,203,24); }
H1.HeaderClassName
{
color: #1ECB18;
}
.AnyTagClassName
{
color: #1ECB18;
}
</style>
background-color css
<style>
a { background-color: #1ECB18; }
a { background-color: rgb(30,203,24); }
div.DivClassName
{
background-color: #1ECB18;
}
.BgClassName
{
background-color: #1ECB18;
}
</style>
border-color css
<style>
span { border-color: #1ECB18; }
span { border-color: rgb(30,203,24); }
td.TdClassName
{
border-color: #1ECB18;
}
.TagClassName
{
border-color: #1ECB18;
}
</style>