Shades of Lime Green #2EC232
Tints of Lime Green #2EC232
RGB
CMYK
RGB Variations
Color information
#2EC232 (or 0x2EC232) is known color: Lime Green. HEX triplet: 2E, C2 and 32. RGB value is (46,194,50). Sum of RGB (Red+Green+Blue) = 46+194+50=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC232 is #D13DCD. Grayscale: #858585. Windows color (decimal): -13712846 or 3326510. OLE color: 3326510.
HSL color Cylindrical-coordinate representation of color #2EC232: hue angle of 121.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC232 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 50 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.24 |
| HSL | 121.62º | 0.62% | 0.47% | - |
| HSV(B) | 121.62º | 0.76% | 0.76% | - |
| XYZ | 20.99 | 39.39 | 9.52 | - |
| YUV | 133.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 50 | 0.76 | 0 | 0.74 | 0.24 | 121.62 | 0.62 | 0.47 |
| Hex | 2E | C2 | 32 | 4C | 0 | 4A | 18 | 7A | 3E | 2F |
| Octal | 56 | 302 | 62 | 114 | 0 | 112 | 30 | 172 | 76 | 57 |
| Binary | 101110 | 11000010 | 110010 | 1001100 | 0 | 1001010 | 11000 | 1111010 | 111110 | 101111 |
Color Harmonies of #2EC232
Complementary color
Monochromatic Colors of #2EC232
Black with #2EC232
Text Example
Text Example
White with #2EC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC232; }
p { color: rgb(46,194,50); }
H1.HeaderClassName
{
color: #2EC232;
}
.AnyTagClassName
{
color: #2EC232;
}
</style>
background-color css
<style>
a { background-color: #2EC232; }
a { background-color: rgb(46,194,50); }
div.DivClassName
{
background-color: #2EC232;
}
.BgClassName
{
background-color: #2EC232;
}
</style>
border-color css
<style>
span { border-color: #2EC232; }
span { border-color: rgb(46,194,50); }
td.TdClassName
{
border-color: #2EC232;
}
.TagClassName
{
border-color: #2EC232;
}
</style>