Shades of Lime Green #52DD46
Tints of Lime Green #52DD46
RGB
CMYK
RGB Variations
Color information
#52DD46 (or 0x52DD46) is known color: Lime Green. HEX triplet: 52, DD and 46. RGB value is (82,221,70). Sum of RGB (Red+Green+Blue) = 82+221+70=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD46 is #AD22B9. Grayscale: #A2A2A2. Windows color (decimal): -11346618 or 4644178. OLE color: 4644178.
HSL color Cylindrical-coordinate representation of color #52DD46: hue angle of 115.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DD46 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 70 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.13 |
| HSL | 115.23º | 0.69% | 0.57% | - |
| HSV(B) | 115.23º | 0.68% | 0.87% | - |
| XYZ | 30.44 | 53.95 | 14.6 | - |
| YUV | 162.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 70 | 0.63 | 0 | 0.68 | 0.13 | 115.23 | 0.69 | 0.57 |
| Hex | 52 | DD | 46 | 3F | 0 | 44 | D | 73 | 45 | 39 |
| Octal | 122 | 335 | 106 | 77 | 0 | 104 | 15 | 163 | 105 | 71 |
| Binary | 1010010 | 11011101 | 1000110 | 111111 | 0 | 1000100 | 1101 | 1110011 | 1000101 | 111001 |
Color Harmonies of #52DD46
Complementary color
Monochromatic Colors of #52DD46
Black with #52DD46
Text Example
Text Example
White with #52DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD46; }
p { color: rgb(82,221,70); }
H1.HeaderClassName
{
color: #52DD46;
}
.AnyTagClassName
{
color: #52DD46;
}
</style>
background-color css
<style>
a { background-color: #52DD46; }
a { background-color: rgb(82,221,70); }
div.DivClassName
{
background-color: #52DD46;
}
.BgClassName
{
background-color: #52DD46;
}
</style>
border-color css
<style>
span { border-color: #52DD46; }
span { border-color: rgb(82,221,70); }
td.TdClassName
{
border-color: #52DD46;
}
.TagClassName
{
border-color: #52DD46;
}
</style>