Shades of Lime Green #52D235
Tints of Lime Green #52D235
RGB
CMYK
RGB Variations
Color information
#52D235 (or 0x52D235) is known color: Lime Green. HEX triplet: 52, D2 and 35. RGB value is (82,210,53). Sum of RGB (Red+Green+Blue) = 82+210+53=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #52D235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D235 is #AD2DCA. Grayscale: #9A9A9A. Windows color (decimal): -11349451 or 3527250. OLE color: 3527250.
HSL color Cylindrical-coordinate representation of color #52D235: hue angle of 108.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52D235 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 53 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.18 |
| HSL | 108.92º | 0.64% | 0.52% | - |
| HSV(B) | 108.92º | 0.75% | 0.82% | - |
| XYZ | 27.17 | 48.14 | 11.23 | - |
| YUV | 153.83 | 71.09 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 53 | 0.61 | 0 | 0.75 | 0.18 | 108.92 | 0.64 | 0.52 |
| Hex | 52 | D2 | 35 | 3D | 0 | 4B | 12 | 6D | 40 | 34 |
| Octal | 122 | 322 | 65 | 75 | 0 | 113 | 22 | 155 | 100 | 64 |
| Binary | 1010010 | 11010010 | 110101 | 111101 | 0 | 1001011 | 10010 | 1101101 | 1000000 | 110100 |
Color Harmonies of #52D235
Complementary color
Monochromatic Colors of #52D235
Black with #52D235
Text Example
Text Example
White with #52D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D235; }
p { color: rgb(82,210,53); }
H1.HeaderClassName
{
color: #52D235;
}
.AnyTagClassName
{
color: #52D235;
}
</style>
background-color css
<style>
a { background-color: #52D235; }
a { background-color: rgb(82,210,53); }
div.DivClassName
{
background-color: #52D235;
}
.BgClassName
{
background-color: #52D235;
}
</style>
border-color css
<style>
span { border-color: #52D235; }
span { border-color: rgb(82,210,53); }
td.TdClassName
{
border-color: #52D235;
}
.TagClassName
{
border-color: #52D235;
}
</style>