Shades of Lime Green #52D549
Tints of Lime Green #52D549
RGB
CMYK
RGB Variations
Color information
#52D549 (or 0x52D549) is known color: Lime Green. HEX triplet: 52, D5 and 49. RGB value is (82,213,73). Sum of RGB (Red+Green+Blue) = 82+213+73=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #52D549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D549 is #AD2AB6. Grayscale: #9E9E9E. Windows color (decimal): -11348663 or 4838738. OLE color: 4838738.
HSL color Cylindrical-coordinate representation of color #52D549: hue angle of 116.14º degrees, saturation: 0.62, 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 #52D549 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 73 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.16 |
| HSL | 116.14º | 0.63% | 0.56% | - |
| HSV(B) | 116.14º | 0.66% | 0.84% | - |
| XYZ | 28.48 | 49.86 | 14.43 | - |
| YUV | 157.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 73 | 0.62 | 0 | 0.66 | 0.16 | 116.14 | 0.63 | 0.56 |
| Hex | 52 | D5 | 49 | 3E | 0 | 42 | 10 | 74 | 3E | 38 |
| Octal | 122 | 325 | 111 | 76 | 0 | 102 | 20 | 164 | 76 | 70 |
| Binary | 1010010 | 11010101 | 1001001 | 111110 | 0 | 1000010 | 10000 | 1110100 | 111110 | 111000 |
Color Harmonies of #52D549
Complementary color
Monochromatic Colors of #52D549
Black with #52D549
Text Example
Text Example
White with #52D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D549; }
p { color: rgb(82,213,73); }
H1.HeaderClassName
{
color: #52D549;
}
.AnyTagClassName
{
color: #52D549;
}
</style>
background-color css
<style>
a { background-color: #52D549; }
a { background-color: rgb(82,213,73); }
div.DivClassName
{
background-color: #52D549;
}
.BgClassName
{
background-color: #52D549;
}
</style>
border-color css
<style>
span { border-color: #52D549; }
span { border-color: rgb(82,213,73); }
td.TdClassName
{
border-color: #52D549;
}
.TagClassName
{
border-color: #52D549;
}
</style>