Shades of Lime Green #2EC652
Tints of Lime Green #2EC652
RGB
CMYK
RGB Variations
Color information
#2EC652 (or 0x2EC652) is known color: Lime Green. HEX triplet: 2E, C6 and 52. RGB value is (46,198,82). Sum of RGB (Red+Green+Blue) = 46+198+82=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC652 is #D139AD. Grayscale: #8B8B8B. Windows color (decimal): -13711790 or 5424686. OLE color: 5424686.
HSL color Cylindrical-coordinate representation of color #2EC652: hue angle of 134.21º 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 #2EC652 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 82 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.22 |
| HSL | 134.21º | 0.62% | 0.48% | - |
| HSV(B) | 134.21º | 0.77% | 0.78% | - |
| XYZ | 22.84 | 41.58 | 14.8 | - |
| YUV | 139.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 82 | 0.77 | 0 | 0.59 | 0.22 | 134.21 | 0.62 | 0.48 |
| Hex | 2E | C6 | 52 | 4D | 0 | 3B | 16 | 86 | 3E | 30 |
| Octal | 56 | 306 | 122 | 115 | 0 | 73 | 26 | 206 | 76 | 60 |
| Binary | 101110 | 11000110 | 1010010 | 1001101 | 0 | 111011 | 10110 | 10000110 | 111110 | 110000 |
Color Harmonies of #2EC652
Complementary color
Monochromatic Colors of #2EC652
Black with #2EC652
Text Example
Text Example
White with #2EC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC652; }
p { color: rgb(46,198,82); }
H1.HeaderClassName
{
color: #2EC652;
}
.AnyTagClassName
{
color: #2EC652;
}
</style>
background-color css
<style>
a { background-color: #2EC652; }
a { background-color: rgb(46,198,82); }
div.DivClassName
{
background-color: #2EC652;
}
.BgClassName
{
background-color: #2EC652;
}
</style>
border-color css
<style>
span { border-color: #2EC652; }
span { border-color: rgb(46,198,82); }
td.TdClassName
{
border-color: #2EC652;
}
.TagClassName
{
border-color: #2EC652;
}
</style>