Shades of Lime Green #2ECB18
Tints of Lime Green #2ECB18
RGB
CMYK
RGB Variations
Color information
#2ECB18 (or 0x2ECB18) is known color: Lime Green. HEX triplet: 2E, CB and 18. RGB value is (46,203,24). Sum of RGB (Red+Green+Blue) = 46+203+24=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECB18 is #D134E7. Grayscale: #888888. Windows color (decimal): -13710568 or 1624878. OLE color: 1624878.
HSL color Cylindrical-coordinate representation of color #2ECB18: hue angle of 112.63º 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 #2ECB18 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 24 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.20 |
| HSL | 112.63º | 0.79% | 0.45% | - |
| HSV(B) | 112.63º | 0.88% | 0.8% | - |
| XYZ | 22.65 | 43.36 | 8.04 | - |
| YUV | 135.65 | 64.99 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 24 | 0.77 | 0 | 0.88 | 0.20 | 112.63 | 0.79 | 0.45 |
| Hex | 2E | CB | 18 | 4D | 0 | 58 | 14 | 71 | 4F | 2D |
| Octal | 56 | 313 | 30 | 115 | 0 | 130 | 24 | 161 | 117 | 55 |
| Binary | 101110 | 11001011 | 11000 | 1001101 | 0 | 1011000 | 10100 | 1110001 | 1001111 | 101101 |
Color Harmonies of #2ECB18
Complementary color
Monochromatic Colors of #2ECB18
Black with #2ECB18
Text Example
Text Example
White with #2ECB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB18; }
p { color: rgb(46,203,24); }
H1.HeaderClassName
{
color: #2ECB18;
}
.AnyTagClassName
{
color: #2ECB18;
}
</style>
background-color css
<style>
a { background-color: #2ECB18; }
a { background-color: rgb(46,203,24); }
div.DivClassName
{
background-color: #2ECB18;
}
.BgClassName
{
background-color: #2ECB18;
}
</style>
border-color css
<style>
span { border-color: #2ECB18; }
span { border-color: rgb(46,203,24); }
td.TdClassName
{
border-color: #2ECB18;
}
.TagClassName
{
border-color: #2ECB18;
}
</style>