Shades of Lime Green #2ECB23
Tints of Lime Green #2ECB23
RGB
CMYK
RGB Variations
Color information
#2ECB23 (or 0x2ECB23) is known color: Lime Green. HEX triplet: 2E, CB and 23. RGB value is (46,203,35). Sum of RGB (Red+Green+Blue) = 46+203+35=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB23 is #D134DC. Grayscale: #898989. Windows color (decimal): -13710557 or 2345774. OLE color: 2345774.
HSL color Cylindrical-coordinate representation of color #2ECB23: hue angle of 116.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ECB23 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 35 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.20 |
| HSL | 116.07º | 0.71% | 0.47% | - |
| HSV(B) | 116.07º | 0.83% | 0.8% | - |
| XYZ | 22.79 | 43.41 | 8.77 | - |
| YUV | 136.91 | 70.49 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 35 | 0.77 | 0 | 0.83 | 0.20 | 116.07 | 0.71 | 0.47 |
| Hex | 2E | CB | 23 | 4D | 0 | 53 | 14 | 74 | 47 | 2F |
| Octal | 56 | 313 | 43 | 115 | 0 | 123 | 24 | 164 | 107 | 57 |
| Binary | 101110 | 11001011 | 100011 | 1001101 | 0 | 1010011 | 10100 | 1110100 | 1000111 | 101111 |
Color Harmonies of #2ECB23
Complementary color
Monochromatic Colors of #2ECB23
Black with #2ECB23
Text Example
Text Example
White with #2ECB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB23; }
p { color: rgb(46,203,35); }
H1.HeaderClassName
{
color: #2ECB23;
}
.AnyTagClassName
{
color: #2ECB23;
}
</style>
background-color css
<style>
a { background-color: #2ECB23; }
a { background-color: rgb(46,203,35); }
div.DivClassName
{
background-color: #2ECB23;
}
.BgClassName
{
background-color: #2ECB23;
}
</style>
border-color css
<style>
span { border-color: #2ECB23; }
span { border-color: rgb(46,203,35); }
td.TdClassName
{
border-color: #2ECB23;
}
.TagClassName
{
border-color: #2ECB23;
}
</style>