Shades of Lime Green #2EC634
Tints of Lime Green #2EC634
RGB
CMYK
RGB Variations
Color information
#2EC634 (or 0x2EC634) is known color: Lime Green. HEX triplet: 2E, C6 and 34. RGB value is (46,198,52). Sum of RGB (Red+Green+Blue) = 46+198+52=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 198 (77.73% from 255 or 66.89% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC634 is #D139CB. Grayscale: #888888. Windows color (decimal): -13711820 or 3458606. OLE color: 3458606.
HSL color Cylindrical-coordinate representation of color #2EC634: hue angle of 122.37º 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 #2EC634 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 52 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.22 |
| HSL | 122.37º | 0.62% | 0.48% | - |
| HSV(B) | 122.37º | 0.77% | 0.78% | - |
| XYZ | 21.94 | 41.22 | 10.05 | - |
| YUV | 135.91 | 80.64 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 52 | 0.77 | 0 | 0.74 | 0.22 | 122.37 | 0.62 | 0.48 |
| Hex | 2E | C6 | 34 | 4D | 0 | 4A | 16 | 7A | 3E | 30 |
| Octal | 56 | 306 | 64 | 115 | 0 | 112 | 26 | 172 | 76 | 60 |
| Binary | 101110 | 11000110 | 110100 | 1001101 | 0 | 1001010 | 10110 | 1111010 | 111110 | 110000 |
Color Harmonies of #2EC634
Complementary color
Monochromatic Colors of #2EC634
Black with #2EC634
Text Example
Text Example
White with #2EC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC634; }
p { color: rgb(46,198,52); }
H1.HeaderClassName
{
color: #2EC634;
}
.AnyTagClassName
{
color: #2EC634;
}
</style>
background-color css
<style>
a { background-color: #2EC634; }
a { background-color: rgb(46,198,52); }
div.DivClassName
{
background-color: #2EC634;
}
.BgClassName
{
background-color: #2EC634;
}
</style>
border-color css
<style>
span { border-color: #2EC634; }
span { border-color: rgb(46,198,52); }
td.TdClassName
{
border-color: #2EC634;
}
.TagClassName
{
border-color: #2EC634;
}
</style>