Shades of Lime Green #2EC846
Tints of Lime Green #2EC846
RGB
CMYK
RGB Variations
Color information
#2EC846 (or 0x2EC846) is known color: Lime Green. HEX triplet: 2E, C8 and 46. RGB value is (46,200,70). Sum of RGB (Red+Green+Blue) = 46+200+70=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC846 is #D137B9. Grayscale: #8B8B8B. Windows color (decimal): -13711290 or 4638766. OLE color: 4638766.
HSL color Cylindrical-coordinate representation of color #2EC846: hue angle of 129.35º degrees, saturation: 0.63, 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 #2EC846 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 70 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.22 |
| HSL | 129.35º | 0.63% | 0.48% | - |
| HSV(B) | 129.35º | 0.77% | 0.78% | - |
| XYZ | 22.89 | 42.33 | 12.76 | - |
| YUV | 139.13 | 88.98 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 70 | 0.77 | 0 | 0.65 | 0.22 | 129.35 | 0.63 | 0.48 |
| Hex | 2E | C8 | 46 | 4D | 0 | 41 | 16 | 81 | 3F | 30 |
| Octal | 56 | 310 | 106 | 115 | 0 | 101 | 26 | 201 | 77 | 60 |
| Binary | 101110 | 11001000 | 1000110 | 1001101 | 0 | 1000001 | 10110 | 10000001 | 111111 | 110000 |
Color Harmonies of #2EC846
Complementary color
Monochromatic Colors of #2EC846
Black with #2EC846
Text Example
Text Example
White with #2EC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC846; }
p { color: rgb(46,200,70); }
H1.HeaderClassName
{
color: #2EC846;
}
.AnyTagClassName
{
color: #2EC846;
}
</style>
background-color css
<style>
a { background-color: #2EC846; }
a { background-color: rgb(46,200,70); }
div.DivClassName
{
background-color: #2EC846;
}
.BgClassName
{
background-color: #2EC846;
}
</style>
border-color css
<style>
span { border-color: #2EC846; }
span { border-color: rgb(46,200,70); }
td.TdClassName
{
border-color: #2EC846;
}
.TagClassName
{
border-color: #2EC846;
}
</style>