Shades of Lime Green #2EC734
Tints of Lime Green #2EC734
RGB
CMYK
RGB Variations
Color information
#2EC734 (or 0x2EC734) is known color: Lime Green. HEX triplet: 2E, C7 and 34. RGB value is (46,199,52). Sum of RGB (Red+Green+Blue) = 46+199+52=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 199 (78.12% from 255 or 67.00% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC734 is #D138CB. Grayscale: #888888. Windows color (decimal): -13711564 or 3458862. OLE color: 3458862.
HSL color Cylindrical-coordinate representation of color #2EC734: hue angle of 122.35º 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 #2EC734 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 52 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.22 |
| HSL | 122.35º | 0.62% | 0.48% | - |
| HSV(B) | 122.35º | 0.77% | 0.78% | - |
| XYZ | 22.17 | 41.68 | 10.12 | - |
| YUV | 136.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 52 | 0.77 | 0 | 0.74 | 0.22 | 122.35 | 0.62 | 0.48 |
| Hex | 2E | C7 | 34 | 4D | 0 | 4A | 16 | 7A | 3E | 30 |
| Octal | 56 | 307 | 64 | 115 | 0 | 112 | 26 | 172 | 76 | 60 |
| Binary | 101110 | 11000111 | 110100 | 1001101 | 0 | 1001010 | 10110 | 1111010 | 111110 | 110000 |
Color Harmonies of #2EC734
Complementary color
Monochromatic Colors of #2EC734
Black with #2EC734
Text Example
Text Example
White with #2EC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC734; }
p { color: rgb(46,199,52); }
H1.HeaderClassName
{
color: #2EC734;
}
.AnyTagClassName
{
color: #2EC734;
}
</style>
background-color css
<style>
a { background-color: #2EC734; }
a { background-color: rgb(46,199,52); }
div.DivClassName
{
background-color: #2EC734;
}
.BgClassName
{
background-color: #2EC734;
}
</style>
border-color css
<style>
span { border-color: #2EC734; }
span { border-color: rgb(46,199,52); }
td.TdClassName
{
border-color: #2EC734;
}
.TagClassName
{
border-color: #2EC734;
}
</style>