Shades of Lime Green #52D74F
Tints of Lime Green #52D74F
RGB
CMYK
RGB Variations
Color information
#52D74F (or 0x52D74F) is known color: Lime Green. HEX triplet: 52, D7 and 4F. RGB value is (82,215,79). Sum of RGB (Red+Green+Blue) = 82+215+79=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #52D74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D74F is #AD28B0. Grayscale: #A0A0A0. Windows color (decimal): -11348145 or 5232466. OLE color: 5232466.
HSL color Cylindrical-coordinate representation of color #52D74F: hue angle of 118.68º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52D74F is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 79 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.16 |
| HSL | 118.68º | 0.63% | 0.58% | - |
| HSV(B) | 118.68º | 0.63% | 0.84% | - |
| XYZ | 29.19 | 50.96 | 15.69 | - |
| YUV | 159.73 | 82.44 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 79 | 0.62 | 0 | 0.63 | 0.16 | 118.68 | 0.63 | 0.58 |
| Hex | 52 | D7 | 4F | 3E | 0 | 3F | 10 | 77 | 3F | 3A |
| Octal | 122 | 327 | 117 | 76 | 0 | 77 | 20 | 167 | 77 | 72 |
| Binary | 1010010 | 11010111 | 1001111 | 111110 | 0 | 111111 | 10000 | 1110111 | 111111 | 111010 |
Color Harmonies of #52D74F
Complementary color
Monochromatic Colors of #52D74F
Black with #52D74F
Text Example
Text Example
White with #52D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D74F; }
p { color: rgb(82,215,79); }
H1.HeaderClassName
{
color: #52D74F;
}
.AnyTagClassName
{
color: #52D74F;
}
</style>
background-color css
<style>
a { background-color: #52D74F; }
a { background-color: rgb(82,215,79); }
div.DivClassName
{
background-color: #52D74F;
}
.BgClassName
{
background-color: #52D74F;
}
</style>
border-color css
<style>
span { border-color: #52D74F; }
span { border-color: rgb(82,215,79); }
td.TdClassName
{
border-color: #52D74F;
}
.TagClassName
{
border-color: #52D74F;
}
</style>