Shades of Lime Green #2EC645
Tints of Lime Green #2EC645
RGB
CMYK
RGB Variations
Color information
#2EC645 (or 0x2EC645) is known color: Lime Green. HEX triplet: 2E, C6 and 45. RGB value is (46,198,69). Sum of RGB (Red+Green+Blue) = 46+198+69=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC645 is #D139BA. Grayscale: #8A8A8A. Windows color (decimal): -13711803 or 4572718. OLE color: 4572718.
HSL color Cylindrical-coordinate representation of color #2EC645: hue angle of 129.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC645 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 69 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.22 |
| HSL | 129.08º | 0.62% | 0.48% | - |
| HSV(B) | 129.08º | 0.77% | 0.78% | - |
| XYZ | 22.39 | 41.4 | 12.44 | - |
| YUV | 137.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 69 | 0.77 | 0 | 0.65 | 0.22 | 129.08 | 0.62 | 0.48 |
| Hex | 2E | C6 | 45 | 4D | 0 | 41 | 16 | 81 | 3E | 30 |
| Octal | 56 | 306 | 105 | 115 | 0 | 101 | 26 | 201 | 76 | 60 |
| Binary | 101110 | 11000110 | 1000101 | 1001101 | 0 | 1000001 | 10110 | 10000001 | 111110 | 110000 |
Color Harmonies of #2EC645
Complementary color
Monochromatic Colors of #2EC645
Black with #2EC645
Text Example
Text Example
White with #2EC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC645; }
p { color: rgb(46,198,69); }
H1.HeaderClassName
{
color: #2EC645;
}
.AnyTagClassName
{
color: #2EC645;
}
</style>
background-color css
<style>
a { background-color: #2EC645; }
a { background-color: rgb(46,198,69); }
div.DivClassName
{
background-color: #2EC645;
}
.BgClassName
{
background-color: #2EC645;
}
</style>
border-color css
<style>
span { border-color: #2EC645; }
span { border-color: rgb(46,198,69); }
td.TdClassName
{
border-color: #2EC645;
}
.TagClassName
{
border-color: #2EC645;
}
</style>