Shades of Lime Green #52D64F
Tints of Lime Green #52D64F
RGB
CMYK
RGB Variations
Color information
#52D64F (or 0x52D64F) is known color: Lime Green. HEX triplet: 52, D6 and 4F. RGB value is (82,214,79). Sum of RGB (Red+Green+Blue) = 82+214+79=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #52D64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D64F is #AD29B0. Grayscale: #9F9F9F. Windows color (decimal): -11348401 or 5232210. OLE color: 5232210.
HSL color Cylindrical-coordinate representation of color #52D64F: hue angle of 118.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52D64F is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 79 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.16 |
| HSL | 118.67º | 0.62% | 0.57% | - |
| HSV(B) | 118.67º | 0.63% | 0.84% | - |
| XYZ | 28.94 | 50.45 | 15.61 | - |
| YUV | 159.14 | 82.77 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 79 | 0.62 | 0 | 0.63 | 0.16 | 118.67 | 0.62 | 0.57 |
| Hex | 52 | D6 | 4F | 3E | 0 | 3F | 10 | 77 | 3E | 39 |
| Octal | 122 | 326 | 117 | 76 | 0 | 77 | 20 | 167 | 76 | 71 |
| Binary | 1010010 | 11010110 | 1001111 | 111110 | 0 | 111111 | 10000 | 1110111 | 111110 | 111001 |
Color Harmonies of #52D64F
Complementary color
Monochromatic Colors of #52D64F
Black with #52D64F
Text Example
Text Example
White with #52D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D64F; }
p { color: rgb(82,214,79); }
H1.HeaderClassName
{
color: #52D64F;
}
.AnyTagClassName
{
color: #52D64F;
}
</style>
background-color css
<style>
a { background-color: #52D64F; }
a { background-color: rgb(82,214,79); }
div.DivClassName
{
background-color: #52D64F;
}
.BgClassName
{
background-color: #52D64F;
}
</style>
border-color css
<style>
span { border-color: #52D64F; }
span { border-color: rgb(82,214,79); }
td.TdClassName
{
border-color: #52D64F;
}
.TagClassName
{
border-color: #52D64F;
}
</style>