Shades of Lime Green #52E036
Tints of Lime Green #52E036
RGB
CMYK
RGB Variations
Color information
#52E036 (or 0x52E036) is known color: Lime Green. HEX triplet: 52, E0 and 36. RGB value is (82,224,54). Sum of RGB (Red+Green+Blue) = 82+224+54=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #52E036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E036 is #AD1FC9. Grayscale: #A2A2A2. Windows color (decimal): -11345866 or 3596370. OLE color: 3596370.
HSL color Cylindrical-coordinate representation of color #52E036: hue angle of 110.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E036 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 54 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.12 |
| HSL | 110.12º | 0.73% | 0.55% | - |
| HSV(B) | 110.12º | 0.76% | 0.88% | - |
| XYZ | 30.8 | 55.37 | 12.55 | - |
| YUV | 162.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 54 | 0.63 | 0 | 0.76 | 0.12 | 110.12 | 0.73 | 0.55 |
| Hex | 52 | E0 | 36 | 3F | 0 | 4C | C | 6E | 49 | 37 |
| Octal | 122 | 340 | 66 | 77 | 0 | 114 | 14 | 156 | 111 | 67 |
| Binary | 1010010 | 11100000 | 110110 | 111111 | 0 | 1001100 | 1100 | 1101110 | 1001001 | 110111 |
Color Harmonies of #52E036
Complementary color
Monochromatic Colors of #52E036
Black with #52E036
Text Example
Text Example
White with #52E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E036; }
p { color: rgb(82,224,54); }
H1.HeaderClassName
{
color: #52E036;
}
.AnyTagClassName
{
color: #52E036;
}
</style>
background-color css
<style>
a { background-color: #52E036; }
a { background-color: rgb(82,224,54); }
div.DivClassName
{
background-color: #52E036;
}
.BgClassName
{
background-color: #52E036;
}
</style>
border-color css
<style>
span { border-color: #52E036; }
span { border-color: rgb(82,224,54); }
td.TdClassName
{
border-color: #52E036;
}
.TagClassName
{
border-color: #52E036;
}
</style>