Shades of Lime Green #52D648
Tints of Lime Green #52D648
RGB
CMYK
RGB Variations
Color information
#52D648 (or 0x52D648) is known color: Lime Green. HEX triplet: 52, D6 and 48. RGB value is (82,214,72). Sum of RGB (Red+Green+Blue) = 82+214+72=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #52D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D648 is #AD29B7. Grayscale: #9E9E9E. Windows color (decimal): -11348408 or 4773458. OLE color: 4773458.
HSL color Cylindrical-coordinate representation of color #52D648: hue angle of 115.77º 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 #52D648 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 72 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.16 |
| HSL | 115.77º | 0.63% | 0.56% | - |
| HSV(B) | 115.77º | 0.66% | 0.84% | - |
| XYZ | 28.7 | 50.35 | 14.34 | - |
| YUV | 158.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 72 | 0.62 | 0 | 0.66 | 0.16 | 115.77 | 0.63 | 0.56 |
| Hex | 52 | D6 | 48 | 3E | 0 | 42 | 10 | 74 | 3F | 38 |
| Octal | 122 | 326 | 110 | 76 | 0 | 102 | 20 | 164 | 77 | 70 |
| Binary | 1010010 | 11010110 | 1001000 | 111110 | 0 | 1000010 | 10000 | 1110100 | 111111 | 111000 |
Color Harmonies of #52D648
Complementary color
Monochromatic Colors of #52D648
Black with #52D648
Text Example
Text Example
White with #52D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D648; }
p { color: rgb(82,214,72); }
H1.HeaderClassName
{
color: #52D648;
}
.AnyTagClassName
{
color: #52D648;
}
</style>
background-color css
<style>
a { background-color: #52D648; }
a { background-color: rgb(82,214,72); }
div.DivClassName
{
background-color: #52D648;
}
.BgClassName
{
background-color: #52D648;
}
</style>
border-color css
<style>
span { border-color: #52D648; }
span { border-color: rgb(82,214,72); }
td.TdClassName
{
border-color: #52D648;
}
.TagClassName
{
border-color: #52D648;
}
</style>