Shades of Lime Green #2EC536
Tints of Lime Green #2EC536
RGB
CMYK
RGB Variations
Color information
#2EC536 (or 0x2EC536) is known color: Lime Green. HEX triplet: 2E, C5 and 36. RGB value is (46,197,54). Sum of RGB (Red+Green+Blue) = 46+197+54=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC536 is #D13AC9. Grayscale: #878787. Windows color (decimal): -13712074 or 3589422. OLE color: 3589422.
HSL color Cylindrical-coordinate representation of color #2EC536: hue angle of 123.18º 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 #2EC536 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 54 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.23 |
| HSL | 123.18º | 0.62% | 0.48% | - |
| HSV(B) | 123.18º | 0.77% | 0.77% | - |
| XYZ | 21.76 | 40.78 | 10.21 | - |
| YUV | 135.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 54 | 0.77 | 0 | 0.73 | 0.23 | 123.18 | 0.62 | 0.48 |
| Hex | 2E | C5 | 36 | 4D | 0 | 49 | 17 | 7B | 3E | 30 |
| Octal | 56 | 305 | 66 | 115 | 0 | 111 | 27 | 173 | 76 | 60 |
| Binary | 101110 | 11000101 | 110110 | 1001101 | 0 | 1001001 | 10111 | 1111011 | 111110 | 110000 |
Color Harmonies of #2EC536
Complementary color
Monochromatic Colors of #2EC536
Black with #2EC536
Text Example
Text Example
White with #2EC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC536; }
p { color: rgb(46,197,54); }
H1.HeaderClassName
{
color: #2EC536;
}
.AnyTagClassName
{
color: #2EC536;
}
</style>
background-color css
<style>
a { background-color: #2EC536; }
a { background-color: rgb(46,197,54); }
div.DivClassName
{
background-color: #2EC536;
}
.BgClassName
{
background-color: #2EC536;
}
</style>
border-color css
<style>
span { border-color: #2EC536; }
span { border-color: rgb(46,197,54); }
td.TdClassName
{
border-color: #2EC536;
}
.TagClassName
{
border-color: #2EC536;
}
</style>