Shades of Lime Green #2EC445
Tints of Lime Green #2EC445
RGB
CMYK
RGB Variations
Color information
#2EC445 (or 0x2EC445) is known color: Lime Green. HEX triplet: 2E, C4 and 45. RGB value is (46,196,69). Sum of RGB (Red+Green+Blue) = 46+196+69=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC445 is #D13BBA. Grayscale: #898989. Windows color (decimal): -13712315 or 4572206. OLE color: 4572206.
HSL color Cylindrical-coordinate representation of color #2EC445: hue angle of 129.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 #2EC445 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 69 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.23 |
| HSL | 129.2º | 0.62% | 0.47% | - |
| HSV(B) | 129.2º | 0.77% | 0.77% | - |
| XYZ | 21.94 | 40.49 | 12.29 | - |
| YUV | 136.67 | 89.81 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 69 | 0.77 | 0 | 0.65 | 0.23 | 129.2 | 0.62 | 0.47 |
| Hex | 2E | C4 | 45 | 4D | 0 | 41 | 17 | 81 | 3E | 2F |
| Octal | 56 | 304 | 105 | 115 | 0 | 101 | 27 | 201 | 76 | 57 |
| Binary | 101110 | 11000100 | 1000101 | 1001101 | 0 | 1000001 | 10111 | 10000001 | 111110 | 101111 |
Color Harmonies of #2EC445
Complementary color
Monochromatic Colors of #2EC445
Black with #2EC445
Text Example
Text Example
White with #2EC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC445; }
p { color: rgb(46,196,69); }
H1.HeaderClassName
{
color: #2EC445;
}
.AnyTagClassName
{
color: #2EC445;
}
</style>
background-color css
<style>
a { background-color: #2EC445; }
a { background-color: rgb(46,196,69); }
div.DivClassName
{
background-color: #2EC445;
}
.BgClassName
{
background-color: #2EC445;
}
</style>
border-color css
<style>
span { border-color: #2EC445; }
span { border-color: rgb(46,196,69); }
td.TdClassName
{
border-color: #2EC445;
}
.TagClassName
{
border-color: #2EC445;
}
</style>