Shades of Lime Green #2EC93C
Tints of Lime Green #2EC93C
RGB
CMYK
RGB Variations
Color information
#2EC93C (or 0x2EC93C) is known color: Lime Green. HEX triplet: 2E, C9 and 3C. RGB value is (46,201,60). Sum of RGB (Red+Green+Blue) = 46+201+60=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC93C is #D136C3. Grayscale: #8A8A8A. Windows color (decimal): -13711044 or 3983662. OLE color: 3983662.
HSL color Cylindrical-coordinate representation of color #2EC93C: hue angle of 125.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC93C is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 60 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.21 |
| HSL | 125.42º | 0.63% | 0.48% | - |
| HSV(B) | 125.42º | 0.77% | 0.79% | - |
| XYZ | 22.83 | 42.68 | 11.31 | - |
| YUV | 138.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 60 | 0.77 | 0 | 0.70 | 0.21 | 125.42 | 0.63 | 0.48 |
| Hex | 2E | C9 | 3C | 4D | 0 | 46 | 15 | 7D | 3F | 30 |
| Octal | 56 | 311 | 74 | 115 | 0 | 106 | 25 | 175 | 77 | 60 |
| Binary | 101110 | 11001001 | 111100 | 1001101 | 0 | 1000110 | 10101 | 1111101 | 111111 | 110000 |
Color Harmonies of #2EC93C
Complementary color
Monochromatic Colors of #2EC93C
Black with #2EC93C
Text Example
Text Example
White with #2EC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC93C; }
p { color: rgb(46,201,60); }
H1.HeaderClassName
{
color: #2EC93C;
}
.AnyTagClassName
{
color: #2EC93C;
}
</style>
background-color css
<style>
a { background-color: #2EC93C; }
a { background-color: rgb(46,201,60); }
div.DivClassName
{
background-color: #2EC93C;
}
.BgClassName
{
background-color: #2EC93C;
}
</style>
border-color css
<style>
span { border-color: #2EC93C; }
span { border-color: rgb(46,201,60); }
td.TdClassName
{
border-color: #2EC93C;
}
.TagClassName
{
border-color: #2EC93C;
}
</style>