Shades of Lime Green #52D331
Tints of Lime Green #52D331
RGB
CMYK
RGB Variations
Color information
#52D331 (or 0x52D331) is known color: Lime Green. HEX triplet: 52, D3 and 31. RGB value is (82,211,49). Sum of RGB (Red+Green+Blue) = 82+211+49=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #52D331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D331 is #AD2CCE. Grayscale: #9A9A9A. Windows color (decimal): -11349199 or 3265362. OLE color: 3265362.
HSL color Cylindrical-coordinate representation of color #52D331: hue angle of 107.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D331 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 49 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.17 |
| HSL | 107.78º | 0.65% | 0.51% | - |
| HSV(B) | 107.78º | 0.77% | 0.83% | - |
| XYZ | 27.33 | 48.6 | 10.85 | - |
| YUV | 153.96 | 68.76 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 49 | 0.61 | 0 | 0.77 | 0.17 | 107.78 | 0.65 | 0.51 |
| Hex | 52 | D3 | 31 | 3D | 0 | 4D | 11 | 6C | 41 | 33 |
| Octal | 122 | 323 | 61 | 75 | 0 | 115 | 21 | 154 | 101 | 63 |
| Binary | 1010010 | 11010011 | 110001 | 111101 | 0 | 1001101 | 10001 | 1101100 | 1000001 | 110011 |
Color Harmonies of #52D331
Complementary color
Monochromatic Colors of #52D331
Black with #52D331
Text Example
Text Example
White with #52D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D331; }
p { color: rgb(82,211,49); }
H1.HeaderClassName
{
color: #52D331;
}
.AnyTagClassName
{
color: #52D331;
}
</style>
background-color css
<style>
a { background-color: #52D331; }
a { background-color: rgb(82,211,49); }
div.DivClassName
{
background-color: #52D331;
}
.BgClassName
{
background-color: #52D331;
}
</style>
border-color css
<style>
span { border-color: #52D331; }
span { border-color: rgb(82,211,49); }
td.TdClassName
{
border-color: #52D331;
}
.TagClassName
{
border-color: #52D331;
}
</style>