Shades of Lime Green #52D036
Tints of Lime Green #52D036
RGB
CMYK
RGB Variations
Color information
#52D036 (or 0x52D036) is known color: Lime Green. HEX triplet: 52, D0 and 36. RGB value is (82,208,54). Sum of RGB (Red+Green+Blue) = 82+208+54=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #52D036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D036 is #AD2FC9. Grayscale: #999999. Windows color (decimal): -11349962 or 3592274. OLE color: 3592274.
HSL color Cylindrical-coordinate representation of color #52D036: hue angle of 109.09º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52D036 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 54 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.18 |
| HSL | 109.09º | 0.62% | 0.51% | - |
| HSV(B) | 109.09º | 0.74% | 0.82% | - |
| XYZ | 26.7 | 47.17 | 11.19 | - |
| YUV | 152.77 | 72.26 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 54 | 0.61 | 0 | 0.74 | 0.18 | 109.09 | 0.62 | 0.51 |
| Hex | 52 | D0 | 36 | 3D | 0 | 4A | 12 | 6D | 3E | 33 |
| Octal | 122 | 320 | 66 | 75 | 0 | 112 | 22 | 155 | 76 | 63 |
| Binary | 1010010 | 11010000 | 110110 | 111101 | 0 | 1001010 | 10010 | 1101101 | 111110 | 110011 |
Color Harmonies of #52D036
Complementary color
Monochromatic Colors of #52D036
Black with #52D036
Text Example
Text Example
White with #52D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D036; }
p { color: rgb(82,208,54); }
H1.HeaderClassName
{
color: #52D036;
}
.AnyTagClassName
{
color: #52D036;
}
</style>
background-color css
<style>
a { background-color: #52D036; }
a { background-color: rgb(82,208,54); }
div.DivClassName
{
background-color: #52D036;
}
.BgClassName
{
background-color: #52D036;
}
</style>
border-color css
<style>
span { border-color: #52D036; }
span { border-color: rgb(82,208,54); }
td.TdClassName
{
border-color: #52D036;
}
.TagClassName
{
border-color: #52D036;
}
</style>