Shades of Lime Green #2ECB52
Tints of Lime Green #2ECB52
RGB
CMYK
RGB Variations
Color information
#2ECB52 (or 0x2ECB52) is known color: Lime Green. HEX triplet: 2E, CB and 52. RGB value is (46,203,82). Sum of RGB (Red+Green+Blue) = 46+203+82=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECB52 is #D134AD. Grayscale: #8E8E8E. Windows color (decimal): -13710510 or 5425966. OLE color: 5425966.
HSL color Cylindrical-coordinate representation of color #2ECB52: hue angle of 133.76º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB52 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 82 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.20 |
| HSL | 133.76º | 0.63% | 0.49% | - |
| HSV(B) | 133.76º | 0.77% | 0.8% | - |
| XYZ | 24.01 | 43.9 | 15.19 | - |
| YUV | 142.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 82 | 0.77 | 0 | 0.60 | 0.20 | 133.76 | 0.63 | 0.49 |
| Hex | 2E | CB | 52 | 4D | 0 | 3C | 14 | 86 | 3F | 31 |
| Octal | 56 | 313 | 122 | 115 | 0 | 74 | 24 | 206 | 77 | 61 |
| Binary | 101110 | 11001011 | 1010010 | 1001101 | 0 | 111100 | 10100 | 10000110 | 111111 | 110001 |
Color Harmonies of #2ECB52
Complementary color
Monochromatic Colors of #2ECB52
Black with #2ECB52
Text Example
Text Example
White with #2ECB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB52; }
p { color: rgb(46,203,82); }
H1.HeaderClassName
{
color: #2ECB52;
}
.AnyTagClassName
{
color: #2ECB52;
}
</style>
background-color css
<style>
a { background-color: #2ECB52; }
a { background-color: rgb(46,203,82); }
div.DivClassName
{
background-color: #2ECB52;
}
.BgClassName
{
background-color: #2ECB52;
}
</style>
border-color css
<style>
span { border-color: #2ECB52; }
span { border-color: rgb(46,203,82); }
td.TdClassName
{
border-color: #2ECB52;
}
.TagClassName
{
border-color: #2ECB52;
}
</style>