Shades of Lime Green #52D532
Tints of Lime Green #52D532
RGB
CMYK
RGB Variations
Color information
#52D532 (or 0x52D532) is known color: Lime Green. HEX triplet: 52, D5 and 32. RGB value is (82,213,50). Sum of RGB (Red+Green+Blue) = 82+213+50=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #52D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D532 is #AD2ACD. Grayscale: #9B9B9B. Windows color (decimal): -11348686 or 3331410. OLE color: 3331410.
HSL color Cylindrical-coordinate representation of color #52D532: hue angle of 108.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D532 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 50 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.16 |
| HSL | 108.22º | 0.66% | 0.52% | - |
| HSV(B) | 108.22º | 0.77% | 0.84% | - |
| XYZ | 27.85 | 49.61 | 11.13 | - |
| YUV | 155.25 | 68.6 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 50 | 0.62 | 0 | 0.77 | 0.16 | 108.22 | 0.66 | 0.52 |
| Hex | 52 | D5 | 32 | 3E | 0 | 4D | 10 | 6C | 42 | 34 |
| Octal | 122 | 325 | 62 | 76 | 0 | 115 | 20 | 154 | 102 | 64 |
| Binary | 1010010 | 11010101 | 110010 | 111110 | 0 | 1001101 | 10000 | 1101100 | 1000010 | 110100 |
Color Harmonies of #52D532
Complementary color
Monochromatic Colors of #52D532
Black with #52D532
Text Example
Text Example
White with #52D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D532; }
p { color: rgb(82,213,50); }
H1.HeaderClassName
{
color: #52D532;
}
.AnyTagClassName
{
color: #52D532;
}
</style>
background-color css
<style>
a { background-color: #52D532; }
a { background-color: rgb(82,213,50); }
div.DivClassName
{
background-color: #52D532;
}
.BgClassName
{
background-color: #52D532;
}
</style>
border-color css
<style>
span { border-color: #52D532; }
span { border-color: rgb(82,213,50); }
td.TdClassName
{
border-color: #52D532;
}
.TagClassName
{
border-color: #52D532;
}
</style>