Shades of Lime Green #2EC553
Tints of Lime Green #2EC553
RGB
CMYK
RGB Variations
Color information
#2EC553 (or 0x2EC553) is known color: Lime Green. HEX triplet: 2E, C5 and 53. RGB value is (46,197,83). Sum of RGB (Red+Green+Blue) = 46+197+83=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC553 is #D13AAC. Grayscale: #8B8B8B. Windows color (decimal): -13712045 or 5489966. OLE color: 5489966.
HSL color Cylindrical-coordinate representation of color #2EC553: hue angle of 134.7º 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 #2EC553 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 83 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.23 |
| HSL | 134.7º | 0.62% | 0.48% | - |
| HSV(B) | 134.7º | 0.77% | 0.77% | - |
| XYZ | 22.65 | 41.14 | 14.93 | - |
| YUV | 138.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 83 | 0.77 | 0 | 0.58 | 0.23 | 134.7 | 0.62 | 0.48 |
| Hex | 2E | C5 | 53 | 4D | 0 | 3A | 17 | 87 | 3E | 30 |
| Octal | 56 | 305 | 123 | 115 | 0 | 72 | 27 | 207 | 76 | 60 |
| Binary | 101110 | 11000101 | 1010011 | 1001101 | 0 | 111010 | 10111 | 10000111 | 111110 | 110000 |
Color Harmonies of #2EC553
Complementary color
Monochromatic Colors of #2EC553
Black with #2EC553
Text Example
Text Example
White with #2EC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC553; }
p { color: rgb(46,197,83); }
H1.HeaderClassName
{
color: #2EC553;
}
.AnyTagClassName
{
color: #2EC553;
}
</style>
background-color css
<style>
a { background-color: #2EC553; }
a { background-color: rgb(46,197,83); }
div.DivClassName
{
background-color: #2EC553;
}
.BgClassName
{
background-color: #2EC553;
}
</style>
border-color css
<style>
span { border-color: #2EC553; }
span { border-color: rgb(46,197,83); }
td.TdClassName
{
border-color: #2EC553;
}
.TagClassName
{
border-color: #2EC553;
}
</style>