Shades of Lime Green #52D236
Tints of Lime Green #52D236
RGB
CMYK
RGB Variations
Color information
#52D236 (or 0x52D236) is known color: Lime Green. HEX triplet: 52, D2 and 36. RGB value is (82,210,54). Sum of RGB (Red+Green+Blue) = 82+210+54=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #52D236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D236 is #AD2DC9. Grayscale: #9A9A9A. Windows color (decimal): -11349450 or 3592786. OLE color: 3592786.
HSL color Cylindrical-coordinate representation of color #52D236: hue angle of 109.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52D236 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 54 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.18 |
| HSL | 109.23º | 0.63% | 0.52% | - |
| HSV(B) | 109.23º | 0.74% | 0.82% | - |
| XYZ | 27.19 | 48.15 | 11.35 | - |
| YUV | 153.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 54 | 0.61 | 0 | 0.74 | 0.18 | 109.23 | 0.63 | 0.52 |
| Hex | 52 | D2 | 36 | 3D | 0 | 4A | 12 | 6D | 3F | 34 |
| Octal | 122 | 322 | 66 | 75 | 0 | 112 | 22 | 155 | 77 | 64 |
| Binary | 1010010 | 11010010 | 110110 | 111101 | 0 | 1001010 | 10010 | 1101101 | 111111 | 110100 |
Color Harmonies of #52D236
Complementary color
Monochromatic Colors of #52D236
Black with #52D236
Text Example
Text Example
White with #52D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D236; }
p { color: rgb(82,210,54); }
H1.HeaderClassName
{
color: #52D236;
}
.AnyTagClassName
{
color: #52D236;
}
</style>
background-color css
<style>
a { background-color: #52D236; }
a { background-color: rgb(82,210,54); }
div.DivClassName
{
background-color: #52D236;
}
.BgClassName
{
background-color: #52D236;
}
</style>
border-color css
<style>
span { border-color: #52D236; }
span { border-color: rgb(82,210,54); }
td.TdClassName
{
border-color: #52D236;
}
.TagClassName
{
border-color: #52D236;
}
</style>