Shades of Lime Green #52D533
Tints of Lime Green #52D533
RGB
CMYK
RGB Variations
Color information
#52D533 (or 0x52D533) is known color: Lime Green. HEX triplet: 52, D5 and 33. RGB value is (82,213,51). Sum of RGB (Red+Green+Blue) = 82+213+51=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #52D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D533 is #AD2ACC. Grayscale: #9B9B9B. Windows color (decimal): -11348685 or 3396946. OLE color: 3396946.
HSL color Cylindrical-coordinate representation of color #52D533: hue angle of 108.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52D533 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 51 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.16 |
| HSL | 108.52º | 0.66% | 0.52% | - |
| HSV(B) | 108.52º | 0.76% | 0.84% | - |
| XYZ | 27.87 | 49.62 | 11.24 | - |
| YUV | 155.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 51 | 0.62 | 0 | 0.76 | 0.16 | 108.52 | 0.66 | 0.52 |
| Hex | 52 | D5 | 33 | 3E | 0 | 4C | 10 | 6D | 42 | 34 |
| Octal | 122 | 325 | 63 | 76 | 0 | 114 | 20 | 155 | 102 | 64 |
| Binary | 1010010 | 11010101 | 110011 | 111110 | 0 | 1001100 | 10000 | 1101101 | 1000010 | 110100 |
Color Harmonies of #52D533
Complementary color
Monochromatic Colors of #52D533
Black with #52D533
Text Example
Text Example
White with #52D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D533; }
p { color: rgb(82,213,51); }
H1.HeaderClassName
{
color: #52D533;
}
.AnyTagClassName
{
color: #52D533;
}
</style>
background-color css
<style>
a { background-color: #52D533; }
a { background-color: rgb(82,213,51); }
div.DivClassName
{
background-color: #52D533;
}
.BgClassName
{
background-color: #52D533;
}
</style>
border-color css
<style>
span { border-color: #52D533; }
span { border-color: rgb(82,213,51); }
td.TdClassName
{
border-color: #52D533;
}
.TagClassName
{
border-color: #52D533;
}
</style>