Shades of Lime Green #52D53F
Tints of Lime Green #52D53F
RGB
CMYK
RGB Variations
Color information
#52D53F (or 0x52D53F) is known color: Lime Green. HEX triplet: 52, D5 and 3F. RGB value is (82,213,63). Sum of RGB (Red+Green+Blue) = 82+213+63=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #52D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D53F is #AD2AC0. Grayscale: #9D9D9D. Windows color (decimal): -11348673 or 4183378. OLE color: 4183378.
HSL color Cylindrical-coordinate representation of color #52D53F: hue angle of 112.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52D53F is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 63 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.16 |
| HSL | 112.4º | 0.64% | 0.54% | - |
| HSV(B) | 112.4º | 0.7% | 0.84% | - |
| XYZ | 28.17 | 49.74 | 12.82 | - |
| YUV | 156.73 | 75.1 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 63 | 0.62 | 0 | 0.70 | 0.16 | 112.4 | 0.64 | 0.54 |
| Hex | 52 | D5 | 3F | 3E | 0 | 46 | 10 | 70 | 40 | 36 |
| Octal | 122 | 325 | 77 | 76 | 0 | 106 | 20 | 160 | 100 | 66 |
| Binary | 1010010 | 11010101 | 111111 | 111110 | 0 | 1000110 | 10000 | 1110000 | 1000000 | 110110 |
Color Harmonies of #52D53F
Complementary color
Monochromatic Colors of #52D53F
Black with #52D53F
Text Example
Text Example
White with #52D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D53F; }
p { color: rgb(82,213,63); }
H1.HeaderClassName
{
color: #52D53F;
}
.AnyTagClassName
{
color: #52D53F;
}
</style>
background-color css
<style>
a { background-color: #52D53F; }
a { background-color: rgb(82,213,63); }
div.DivClassName
{
background-color: #52D53F;
}
.BgClassName
{
background-color: #52D53F;
}
</style>
border-color css
<style>
span { border-color: #52D53F; }
span { border-color: rgb(82,213,63); }
td.TdClassName
{
border-color: #52D53F;
}
.TagClassName
{
border-color: #52D53F;
}
</style>