Shades of Lime Green #52D537
Tints of Lime Green #52D537
RGB
CMYK
RGB Variations
Color information
#52D537 (or 0x52D537) is known color: Lime Green. HEX triplet: 52, D5 and 37. RGB value is (82,213,55). Sum of RGB (Red+Green+Blue) = 82+213+55=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #52D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D537 is #AD2AC8. Grayscale: #9C9C9C. Windows color (decimal): -11348681 or 3659090. OLE color: 3659090.
HSL color Cylindrical-coordinate representation of color #52D537: hue angle of 109.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52D537 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 55 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.16 |
| HSL | 109.75º | 0.65% | 0.53% | - |
| HSV(B) | 109.75º | 0.74% | 0.84% | - |
| XYZ | 27.96 | 49.66 | 11.73 | - |
| YUV | 155.82 | 71.1 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 55 | 0.62 | 0 | 0.74 | 0.16 | 109.75 | 0.65 | 0.53 |
| Hex | 52 | D5 | 37 | 3E | 0 | 4A | 10 | 6E | 41 | 35 |
| Octal | 122 | 325 | 67 | 76 | 0 | 112 | 20 | 156 | 101 | 65 |
| Binary | 1010010 | 11010101 | 110111 | 111110 | 0 | 1001010 | 10000 | 1101110 | 1000001 | 110101 |
Color Harmonies of #52D537
Complementary color
Monochromatic Colors of #52D537
Black with #52D537
Text Example
Text Example
White with #52D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D537; }
p { color: rgb(82,213,55); }
H1.HeaderClassName
{
color: #52D537;
}
.AnyTagClassName
{
color: #52D537;
}
</style>
background-color css
<style>
a { background-color: #52D537; }
a { background-color: rgb(82,213,55); }
div.DivClassName
{
background-color: #52D537;
}
.BgClassName
{
background-color: #52D537;
}
</style>
border-color css
<style>
span { border-color: #52D537; }
span { border-color: rgb(82,213,55); }
td.TdClassName
{
border-color: #52D537;
}
.TagClassName
{
border-color: #52D537;
}
</style>