Shades of Lime Green #2EC436
Tints of Lime Green #2EC436
RGB
CMYK
RGB Variations
Color information
#2EC436 (or 0x2EC436) is known color: Lime Green. HEX triplet: 2E, C4 and 36. RGB value is (46,196,54). Sum of RGB (Red+Green+Blue) = 46+196+54=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC436 is #D13BC9. Grayscale: #878787. Windows color (decimal): -13712330 or 3589166. OLE color: 3589166.
HSL color Cylindrical-coordinate representation of color #2EC436: hue angle of 123.2º 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 #2EC436 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 54 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.23 |
| HSL | 123.2º | 0.62% | 0.47% | - |
| HSV(B) | 123.2º | 0.77% | 0.77% | - |
| XYZ | 21.53 | 40.33 | 10.14 | - |
| YUV | 134.96 | 82.31 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 54 | 0.77 | 0 | 0.72 | 0.23 | 123.2 | 0.62 | 0.47 |
| Hex | 2E | C4 | 36 | 4D | 0 | 48 | 17 | 7B | 3E | 2F |
| Octal | 56 | 304 | 66 | 115 | 0 | 110 | 27 | 173 | 76 | 57 |
| Binary | 101110 | 11000100 | 110110 | 1001101 | 0 | 1001000 | 10111 | 1111011 | 111110 | 101111 |
Color Harmonies of #2EC436
Complementary color
Monochromatic Colors of #2EC436
Black with #2EC436
Text Example
Text Example
White with #2EC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC436; }
p { color: rgb(46,196,54); }
H1.HeaderClassName
{
color: #2EC436;
}
.AnyTagClassName
{
color: #2EC436;
}
</style>
background-color css
<style>
a { background-color: #2EC436; }
a { background-color: rgb(46,196,54); }
div.DivClassName
{
background-color: #2EC436;
}
.BgClassName
{
background-color: #2EC436;
}
</style>
border-color css
<style>
span { border-color: #2EC436; }
span { border-color: rgb(46,196,54); }
td.TdClassName
{
border-color: #2EC436;
}
.TagClassName
{
border-color: #2EC436;
}
</style>