Shades of Lime Green #2EC433
Tints of Lime Green #2EC433
RGB
CMYK
RGB Variations
Color information
#2EC433 (or 0x2EC433) is known color: Lime Green. HEX triplet: 2E, C4 and 33. RGB value is (46,196,51). Sum of RGB (Red+Green+Blue) = 46+196+51=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC433 is #D13BCC. Grayscale: #878787. Windows color (decimal): -13712333 or 3392558. OLE color: 3392558.
HSL color Cylindrical-coordinate representation of color #2EC433: hue angle of 122º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC433 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 51 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.23 |
| HSL | 122º | 0.62% | 0.47% | - |
| HSV(B) | 122º | 0.77% | 0.77% | - |
| XYZ | 21.46 | 40.3 | 9.78 | - |
| YUV | 134.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 51 | 0.77 | 0 | 0.74 | 0.23 | 122 | 0.62 | 0.47 |
| Hex | 2E | C4 | 33 | 4D | 0 | 4A | 17 | 7A | 3E | 2F |
| Octal | 56 | 304 | 63 | 115 | 0 | 112 | 27 | 172 | 76 | 57 |
| Binary | 101110 | 11000100 | 110011 | 1001101 | 0 | 1001010 | 10111 | 1111010 | 111110 | 101111 |
Color Harmonies of #2EC433
Complementary color
Monochromatic Colors of #2EC433
Black with #2EC433
Text Example
Text Example
White with #2EC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC433; }
p { color: rgb(46,196,51); }
H1.HeaderClassName
{
color: #2EC433;
}
.AnyTagClassName
{
color: #2EC433;
}
</style>
background-color css
<style>
a { background-color: #2EC433; }
a { background-color: rgb(46,196,51); }
div.DivClassName
{
background-color: #2EC433;
}
.BgClassName
{
background-color: #2EC433;
}
</style>
border-color css
<style>
span { border-color: #2EC433; }
span { border-color: rgb(46,196,51); }
td.TdClassName
{
border-color: #2EC433;
}
.TagClassName
{
border-color: #2EC433;
}
</style>