Shades of Lime Green #52DC46
Tints of Lime Green #52DC46
RGB
CMYK
RGB Variations
Color information
#52DC46 (or 0x52DC46) is known color: Lime Green. HEX triplet: 52, DC and 46. RGB value is (82,220,70). Sum of RGB (Red+Green+Blue) = 82+220+70=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC46 is #AD23B9. Grayscale: #A2A2A2. Windows color (decimal): -11346874 or 4643922. OLE color: 4643922.
HSL color Cylindrical-coordinate representation of color #52DC46: hue angle of 115.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DC46 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 70 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.14 |
| HSL | 115.2º | 0.68% | 0.57% | - |
| HSV(B) | 115.2º | 0.68% | 0.86% | - |
| XYZ | 30.18 | 53.42 | 14.52 | - |
| YUV | 161.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 70 | 0.63 | 0 | 0.68 | 0.14 | 115.2 | 0.68 | 0.57 |
| Hex | 52 | DC | 46 | 3F | 0 | 44 | E | 73 | 44 | 39 |
| Octal | 122 | 334 | 106 | 77 | 0 | 104 | 16 | 163 | 104 | 71 |
| Binary | 1010010 | 11011100 | 1000110 | 111111 | 0 | 1000100 | 1110 | 1110011 | 1000100 | 111001 |
Color Harmonies of #52DC46
Complementary color
Monochromatic Colors of #52DC46
Black with #52DC46
Text Example
Text Example
White with #52DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC46; }
p { color: rgb(82,220,70); }
H1.HeaderClassName
{
color: #52DC46;
}
.AnyTagClassName
{
color: #52DC46;
}
</style>
background-color css
<style>
a { background-color: #52DC46; }
a { background-color: rgb(82,220,70); }
div.DivClassName
{
background-color: #52DC46;
}
.BgClassName
{
background-color: #52DC46;
}
</style>
border-color css
<style>
span { border-color: #52DC46; }
span { border-color: rgb(82,220,70); }
td.TdClassName
{
border-color: #52DC46;
}
.TagClassName
{
border-color: #52DC46;
}
</style>