Shades of Lime Green #2EC83C
Tints of Lime Green #2EC83C
RGB
CMYK
RGB Variations
Color information
#2EC83C (or 0x2EC83C) is known color: Lime Green. HEX triplet: 2E, C8 and 3C. RGB value is (46,200,60). Sum of RGB (Red+Green+Blue) = 46+200+60=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC83C is #D137C3. Grayscale: #8A8A8A. Windows color (decimal): -13711300 or 3983406. OLE color: 3983406.
HSL color Cylindrical-coordinate representation of color #2EC83C: hue angle of 125.45º 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 #2EC83C is Cyan = 0.77, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 60 | - |
| CMYK | 0.77 | 0 | 0.7 | 0.22 |
| HSL | 125.45º | 0.63% | 0.48% | - |
| HSV(B) | 125.45º | 0.77% | 0.78% | - |
| XYZ | 22.6 | 42.22 | 11.23 | - |
| YUV | 137.99 | 83.98 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 60 | 0.77 | 0 | 0.7 | 0.22 | 125.45 | 0.63 | 0.48 |
| Hex | 2E | C8 | 3C | 4D | 0 | 46 | 16 | 7D | 3F | 30 |
| Octal | 56 | 310 | 74 | 115 | 0 | 106 | 26 | 175 | 77 | 60 |
| Binary | 101110 | 11001000 | 111100 | 1001101 | 0 | 1000110 | 10110 | 1111101 | 111111 | 110000 |
Color Harmonies of #2EC83C
Complementary color
Monochromatic Colors of #2EC83C
Black with #2EC83C
Text Example
Text Example
White with #2EC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC83C; }
p { color: rgb(46,200,60); }
H1.HeaderClassName
{
color: #2EC83C;
}
.AnyTagClassName
{
color: #2EC83C;
}
</style>
background-color css
<style>
a { background-color: #2EC83C; }
a { background-color: rgb(46,200,60); }
div.DivClassName
{
background-color: #2EC83C;
}
.BgClassName
{
background-color: #2EC83C;
}
</style>
border-color css
<style>
span { border-color: #2EC83C; }
span { border-color: rgb(46,200,60); }
td.TdClassName
{
border-color: #2EC83C;
}
.TagClassName
{
border-color: #2EC83C;
}
</style>