Shades of Lime Green #52EC39
Tints of Lime Green #52EC39
RGB
CMYK
RGB Variations
Color information
#52EC39 (or 0x52EC39) is known color: Lime Green. HEX triplet: 52, EC and 39. RGB value is (82,236,57). Sum of RGB (Red+Green+Blue) = 82+236+57=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC39 is #AD13C6. Grayscale: #AAAAAA. Windows color (decimal): -11342791 or 3796050. OLE color: 3796050.
HSL color Cylindrical-coordinate representation of color #52EC39: hue angle of 111.62º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52EC39 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 57 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.07 |
| HSL | 111.62º | 0.82% | 0.57% | - |
| HSV(B) | 111.62º | 0.76% | 0.93% | - |
| XYZ | 34.21 | 62.08 | 14.05 | - |
| YUV | 169.55 | 64.48 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 57 | 0.65 | 0 | 0.76 | 0.07 | 111.62 | 0.82 | 0.57 |
| Hex | 52 | EC | 39 | 41 | 0 | 4C | 7 | 70 | 52 | 39 |
| Octal | 122 | 354 | 71 | 101 | 0 | 114 | 7 | 160 | 122 | 71 |
| Binary | 1010010 | 11101100 | 111001 | 1000001 | 0 | 1001100 | 111 | 1110000 | 1010010 | 111001 |
Color Harmonies of #52EC39
Complementary color
Monochromatic Colors of #52EC39
Black with #52EC39
Text Example
Text Example
White with #52EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC39; }
p { color: rgb(82,236,57); }
H1.HeaderClassName
{
color: #52EC39;
}
.AnyTagClassName
{
color: #52EC39;
}
</style>
background-color css
<style>
a { background-color: #52EC39; }
a { background-color: rgb(82,236,57); }
div.DivClassName
{
background-color: #52EC39;
}
.BgClassName
{
background-color: #52EC39;
}
</style>
border-color css
<style>
span { border-color: #52EC39; }
span { border-color: rgb(82,236,57); }
td.TdClassName
{
border-color: #52EC39;
}
.TagClassName
{
border-color: #52EC39;
}
</style>