Shades of Lime Green #52D950
Tints of Lime Green #52D950
RGB
CMYK
RGB Variations
Color information
#52D950 (or 0x52D950) is known color: Lime Green. HEX triplet: 52, D9 and 50. RGB value is (82,217,80). Sum of RGB (Red+Green+Blue) = 82+217+80=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #52D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D950 is #AD26AF. Grayscale: #A1A1A1. Windows color (decimal): -11347632 or 5298514. OLE color: 5298514.
HSL color Cylindrical-coordinate representation of color #52D950: hue angle of 119.12º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52D950 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 80 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.15 |
| HSL | 119.12º | 0.64% | 0.58% | - |
| HSV(B) | 119.12º | 0.63% | 0.85% | - |
| XYZ | 29.74 | 52 | 16.06 | - |
| YUV | 161.02 | 82.27 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 80 | 0.62 | 0 | 0.63 | 0.15 | 119.12 | 0.64 | 0.58 |
| Hex | 52 | D9 | 50 | 3E | 0 | 3F | F | 77 | 40 | 3A |
| Octal | 122 | 331 | 120 | 76 | 0 | 77 | 17 | 167 | 100 | 72 |
| Binary | 1010010 | 11011001 | 1010000 | 111110 | 0 | 111111 | 1111 | 1110111 | 1000000 | 111010 |
Color Harmonies of #52D950
Complementary color
Monochromatic Colors of #52D950
Black with #52D950
Text Example
Text Example
White with #52D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D950; }
p { color: rgb(82,217,80); }
H1.HeaderClassName
{
color: #52D950;
}
.AnyTagClassName
{
color: #52D950;
}
</style>
background-color css
<style>
a { background-color: #52D950; }
a { background-color: rgb(82,217,80); }
div.DivClassName
{
background-color: #52D950;
}
.BgClassName
{
background-color: #52D950;
}
</style>
border-color css
<style>
span { border-color: #52D950; }
span { border-color: rgb(82,217,80); }
td.TdClassName
{
border-color: #52D950;
}
.TagClassName
{
border-color: #52D950;
}
</style>