Shades of Lime Green #52D339
Tints of Lime Green #52D339
RGB
CMYK
RGB Variations
Color information
#52D339 (or 0x52D339) is known color: Lime Green. HEX triplet: 52, D3 and 39. RGB value is (82,211,57). Sum of RGB (Red+Green+Blue) = 82+211+57=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #52D339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D339 is #AD2CC6. Grayscale: #9B9B9B. Windows color (decimal): -11349191 or 3789650. OLE color: 3789650.
HSL color Cylindrical-coordinate representation of color #52D339: hue angle of 110.26º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52D339 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 57 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.17 |
| HSL | 110.26º | 0.64% | 0.53% | - |
| HSV(B) | 110.26º | 0.73% | 0.83% | - |
| XYZ | 27.51 | 48.68 | 11.82 | - |
| YUV | 154.87 | 72.76 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 57 | 0.61 | 0 | 0.73 | 0.17 | 110.26 | 0.64 | 0.53 |
| Hex | 52 | D3 | 39 | 3D | 0 | 49 | 11 | 6E | 40 | 35 |
| Octal | 122 | 323 | 71 | 75 | 0 | 111 | 21 | 156 | 100 | 65 |
| Binary | 1010010 | 11010011 | 111001 | 111101 | 0 | 1001001 | 10001 | 1101110 | 1000000 | 110101 |
Color Harmonies of #52D339
Complementary color
Monochromatic Colors of #52D339
Black with #52D339
Text Example
Text Example
White with #52D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D339; }
p { color: rgb(82,211,57); }
H1.HeaderClassName
{
color: #52D339;
}
.AnyTagClassName
{
color: #52D339;
}
</style>
background-color css
<style>
a { background-color: #52D339; }
a { background-color: rgb(82,211,57); }
div.DivClassName
{
background-color: #52D339;
}
.BgClassName
{
background-color: #52D339;
}
</style>
border-color css
<style>
span { border-color: #52D339; }
span { border-color: rgb(82,211,57); }
td.TdClassName
{
border-color: #52D339;
}
.TagClassName
{
border-color: #52D339;
}
</style>