Shades of Lime Green #2EC535
Tints of Lime Green #2EC535
RGB
CMYK
RGB Variations
Color information
#2EC535 (or 0x2EC535) is known color: Lime Green. HEX triplet: 2E, C5 and 35. RGB value is (46,197,53). Sum of RGB (Red+Green+Blue) = 46+197+53=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC535 is #D13ACA. Grayscale: #878787. Windows color (decimal): -13712075 or 3523886. OLE color: 3523886.
HSL color Cylindrical-coordinate representation of color #2EC535: hue angle of 122.78º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC535 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 53 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.23 |
| HSL | 122.78º | 0.62% | 0.48% | - |
| HSV(B) | 122.78º | 0.77% | 0.77% | - |
| XYZ | 21.74 | 40.77 | 10.09 | - |
| YUV | 135.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 53 | 0.77 | 0 | 0.73 | 0.23 | 122.78 | 0.62 | 0.48 |
| Hex | 2E | C5 | 35 | 4D | 0 | 49 | 17 | 7B | 3E | 30 |
| Octal | 56 | 305 | 65 | 115 | 0 | 111 | 27 | 173 | 76 | 60 |
| Binary | 101110 | 11000101 | 110101 | 1001101 | 0 | 1001001 | 10111 | 1111011 | 111110 | 110000 |
Color Harmonies of #2EC535
Complementary color
Monochromatic Colors of #2EC535
Black with #2EC535
Text Example
Text Example
White with #2EC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC535; }
p { color: rgb(46,197,53); }
H1.HeaderClassName
{
color: #2EC535;
}
.AnyTagClassName
{
color: #2EC535;
}
</style>
background-color css
<style>
a { background-color: #2EC535; }
a { background-color: rgb(46,197,53); }
div.DivClassName
{
background-color: #2EC535;
}
.BgClassName
{
background-color: #2EC535;
}
</style>
border-color css
<style>
span { border-color: #2EC535; }
span { border-color: rgb(46,197,53); }
td.TdClassName
{
border-color: #2EC535;
}
.TagClassName
{
border-color: #2EC535;
}
</style>