Shades of Lime Green #2EC432
Tints of Lime Green #2EC432
RGB
CMYK
RGB Variations
Color information
#2EC432 (or 0x2EC432) is known color: Lime Green. HEX triplet: 2E, C4 and 32. RGB value is (46,196,50). Sum of RGB (Red+Green+Blue) = 46+196+50=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC432 is #D13BCD. Grayscale: #868686. Windows color (decimal): -13712334 or 3327022. OLE color: 3327022.
HSL color Cylindrical-coordinate representation of color #2EC432: hue angle of 121.6º 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 #2EC432 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 50 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.23 |
| HSL | 121.6º | 0.62% | 0.47% | - |
| HSV(B) | 121.6º | 0.77% | 0.77% | - |
| XYZ | 21.44 | 40.29 | 9.66 | - |
| YUV | 134.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 50 | 0.77 | 0 | 0.74 | 0.23 | 121.6 | 0.62 | 0.47 |
| Hex | 2E | C4 | 32 | 4D | 0 | 4A | 17 | 7A | 3E | 2F |
| Octal | 56 | 304 | 62 | 115 | 0 | 112 | 27 | 172 | 76 | 57 |
| Binary | 101110 | 11000100 | 110010 | 1001101 | 0 | 1001010 | 10111 | 1111010 | 111110 | 101111 |
Color Harmonies of #2EC432
Complementary color
Monochromatic Colors of #2EC432
Black with #2EC432
Text Example
Text Example
White with #2EC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC432; }
p { color: rgb(46,196,50); }
H1.HeaderClassName
{
color: #2EC432;
}
.AnyTagClassName
{
color: #2EC432;
}
</style>
background-color css
<style>
a { background-color: #2EC432; }
a { background-color: rgb(46,196,50); }
div.DivClassName
{
background-color: #2EC432;
}
.BgClassName
{
background-color: #2EC432;
}
</style>
border-color css
<style>
span { border-color: #2EC432; }
span { border-color: rgb(46,196,50); }
td.TdClassName
{
border-color: #2EC432;
}
.TagClassName
{
border-color: #2EC432;
}
</style>