Shades of Lime Green #52DD49
Tints of Lime Green #52DD49
RGB
CMYK
RGB Variations
Color information
#52DD49 (or 0x52DD49) is known color: Lime Green. HEX triplet: 52, DD and 49. RGB value is (82,221,73). Sum of RGB (Red+Green+Blue) = 82+221+73=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD49 is #AD22B6. Grayscale: #A3A3A3. Windows color (decimal): -11346615 or 4840786. OLE color: 4840786.
HSL color Cylindrical-coordinate representation of color #52DD49: hue angle of 116.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52DD49 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 73 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.13 |
| HSL | 116.35º | 0.69% | 0.58% | - |
| HSV(B) | 116.35º | 0.67% | 0.87% | - |
| XYZ | 30.54 | 53.99 | 15.11 | - |
| YUV | 162.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 73 | 0.63 | 0 | 0.67 | 0.13 | 116.35 | 0.69 | 0.58 |
| Hex | 52 | DD | 49 | 3F | 0 | 43 | D | 74 | 45 | 3A |
| Octal | 122 | 335 | 111 | 77 | 0 | 103 | 15 | 164 | 105 | 72 |
| Binary | 1010010 | 11011101 | 1001001 | 111111 | 0 | 1000011 | 1101 | 1110100 | 1000101 | 111010 |
Color Harmonies of #52DD49
Complementary color
Monochromatic Colors of #52DD49
Black with #52DD49
Text Example
Text Example
White with #52DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD49; }
p { color: rgb(82,221,73); }
H1.HeaderClassName
{
color: #52DD49;
}
.AnyTagClassName
{
color: #52DD49;
}
</style>
background-color css
<style>
a { background-color: #52DD49; }
a { background-color: rgb(82,221,73); }
div.DivClassName
{
background-color: #52DD49;
}
.BgClassName
{
background-color: #52DD49;
}
</style>
border-color css
<style>
span { border-color: #52DD49; }
span { border-color: rgb(82,221,73); }
td.TdClassName
{
border-color: #52DD49;
}
.TagClassName
{
border-color: #52DD49;
}
</style>