Shades of Lime Green #52D548
Tints of Lime Green #52D548
RGB
CMYK
RGB Variations
Color information
#52D548 (or 0x52D548) is known color: Lime Green. HEX triplet: 52, D5 and 48. RGB value is (82,213,72). Sum of RGB (Red+Green+Blue) = 82+213+72=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #52D548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D548 is #AD2AB7. Grayscale: #9E9E9E. Windows color (decimal): -11348664 or 4773202. OLE color: 4773202.
HSL color Cylindrical-coordinate representation of color #52D548: hue angle of 115.74º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D548 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 72 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.16 |
| HSL | 115.74º | 0.63% | 0.56% | - |
| HSV(B) | 115.74º | 0.66% | 0.84% | - |
| XYZ | 28.44 | 49.85 | 14.25 | - |
| YUV | 157.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 72 | 0.62 | 0 | 0.66 | 0.16 | 115.74 | 0.63 | 0.56 |
| Hex | 52 | D5 | 48 | 3E | 0 | 42 | 10 | 74 | 3F | 38 |
| Octal | 122 | 325 | 110 | 76 | 0 | 102 | 20 | 164 | 77 | 70 |
| Binary | 1010010 | 11010101 | 1001000 | 111110 | 0 | 1000010 | 10000 | 1110100 | 111111 | 111000 |
Color Harmonies of #52D548
Complementary color
Monochromatic Colors of #52D548
Black with #52D548
Text Example
Text Example
White with #52D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D548; }
p { color: rgb(82,213,72); }
H1.HeaderClassName
{
color: #52D548;
}
.AnyTagClassName
{
color: #52D548;
}
</style>
background-color css
<style>
a { background-color: #52D548; }
a { background-color: rgb(82,213,72); }
div.DivClassName
{
background-color: #52D548;
}
.BgClassName
{
background-color: #52D548;
}
</style>
border-color css
<style>
span { border-color: #52D548; }
span { border-color: rgb(82,213,72); }
td.TdClassName
{
border-color: #52D548;
}
.TagClassName
{
border-color: #52D548;
}
</style>