Shades of Lime Green #52D248
Tints of Lime Green #52D248
RGB
CMYK
RGB Variations
Color information
#52D248 (or 0x52D248) is known color: Lime Green. HEX triplet: 52, D2 and 48. RGB value is (82,210,72). Sum of RGB (Red+Green+Blue) = 82+210+72=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #52D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D248 is #AD2DB7. Grayscale: #9C9C9C. Windows color (decimal): -11349432 or 4772434. OLE color: 4772434.
HSL color Cylindrical-coordinate representation of color #52D248: hue angle of 115.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D248 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 72 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.18 |
| HSL | 115.65º | 0.61% | 0.55% | - |
| HSV(B) | 115.65º | 0.66% | 0.82% | - |
| XYZ | 27.7 | 48.35 | 14 | - |
| YUV | 156 | 80.59 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 72 | 0.61 | 0 | 0.66 | 0.18 | 115.65 | 0.61 | 0.55 |
| Hex | 52 | D2 | 48 | 3D | 0 | 42 | 12 | 74 | 3D | 37 |
| Octal | 122 | 322 | 110 | 75 | 0 | 102 | 22 | 164 | 75 | 67 |
| Binary | 1010010 | 11010010 | 1001000 | 111101 | 0 | 1000010 | 10010 | 1110100 | 111101 | 110111 |
Color Harmonies of #52D248
Complementary color
Monochromatic Colors of #52D248
Black with #52D248
Text Example
Text Example
White with #52D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D248; }
p { color: rgb(82,210,72); }
H1.HeaderClassName
{
color: #52D248;
}
.AnyTagClassName
{
color: #52D248;
}
</style>
background-color css
<style>
a { background-color: #52D248; }
a { background-color: rgb(82,210,72); }
div.DivClassName
{
background-color: #52D248;
}
.BgClassName
{
background-color: #52D248;
}
</style>
border-color css
<style>
span { border-color: #52D248; }
span { border-color: rgb(82,210,72); }
td.TdClassName
{
border-color: #52D248;
}
.TagClassName
{
border-color: #52D248;
}
</style>