Shades of Lime Green #2ECB33
Tints of Lime Green #2ECB33
RGB
CMYK
RGB Variations
Color information
#2ECB33 (or 0x2ECB33) is known color: Lime Green. HEX triplet: 2E, CB and 33. RGB value is (46,203,51). Sum of RGB (Red+Green+Blue) = 46+203+51=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB33 is #D134CC. Grayscale: #8B8B8B. Windows color (decimal): -13710541 or 3394350. OLE color: 3394350.
HSL color Cylindrical-coordinate representation of color #2ECB33: hue angle of 121.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB33 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 51 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.20 |
| HSL | 121.91º | 0.63% | 0.49% | - |
| HSV(B) | 121.91º | 0.77% | 0.8% | - |
| XYZ | 23.08 | 43.53 | 10.32 | - |
| YUV | 138.73 | 78.49 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 51 | 0.77 | 0 | 0.75 | 0.20 | 121.91 | 0.63 | 0.49 |
| Hex | 2E | CB | 33 | 4D | 0 | 4B | 14 | 7A | 3F | 31 |
| Octal | 56 | 313 | 63 | 115 | 0 | 113 | 24 | 172 | 77 | 61 |
| Binary | 101110 | 11001011 | 110011 | 1001101 | 0 | 1001011 | 10100 | 1111010 | 111111 | 110001 |
Color Harmonies of #2ECB33
Complementary color
Monochromatic Colors of #2ECB33
Black with #2ECB33
Text Example
Text Example
White with #2ECB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB33; }
p { color: rgb(46,203,51); }
H1.HeaderClassName
{
color: #2ECB33;
}
.AnyTagClassName
{
color: #2ECB33;
}
</style>
background-color css
<style>
a { background-color: #2ECB33; }
a { background-color: rgb(46,203,51); }
div.DivClassName
{
background-color: #2ECB33;
}
.BgClassName
{
background-color: #2ECB33;
}
</style>
border-color css
<style>
span { border-color: #2ECB33; }
span { border-color: rgb(46,203,51); }
td.TdClassName
{
border-color: #2ECB33;
}
.TagClassName
{
border-color: #2ECB33;
}
</style>