Shades of Lime Green #52D134
Tints of Lime Green #52D134
RGB
CMYK
RGB Variations
Color information
#52D134 (or 0x52D134) is known color: Lime Green. HEX triplet: 52, D1 and 34. RGB value is (82,209,52). Sum of RGB (Red+Green+Blue) = 82+209+52=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #52D134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D134 is #AD2ECB. Grayscale: #999999. Windows color (decimal): -11349708 or 3461458. OLE color: 3461458.
HSL color Cylindrical-coordinate representation of color #52D134: hue angle of 108.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52D134 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 52 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.18 |
| HSL | 108.54º | 0.63% | 0.51% | - |
| HSV(B) | 108.54º | 0.75% | 0.82% | - |
| XYZ | 26.9 | 47.64 | 11.03 | - |
| YUV | 153.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 52 | 0.61 | 0 | 0.75 | 0.18 | 108.54 | 0.63 | 0.51 |
| Hex | 52 | D1 | 34 | 3D | 0 | 4B | 12 | 6D | 3F | 33 |
| Octal | 122 | 321 | 64 | 75 | 0 | 113 | 22 | 155 | 77 | 63 |
| Binary | 1010010 | 11010001 | 110100 | 111101 | 0 | 1001011 | 10010 | 1101101 | 111111 | 110011 |
Color Harmonies of #52D134
Complementary color
Monochromatic Colors of #52D134
Black with #52D134
Text Example
Text Example
White with #52D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D134; }
p { color: rgb(82,209,52); }
H1.HeaderClassName
{
color: #52D134;
}
.AnyTagClassName
{
color: #52D134;
}
</style>
background-color css
<style>
a { background-color: #52D134; }
a { background-color: rgb(82,209,52); }
div.DivClassName
{
background-color: #52D134;
}
.BgClassName
{
background-color: #52D134;
}
</style>
border-color css
<style>
span { border-color: #52D134; }
span { border-color: rgb(82,209,52); }
td.TdClassName
{
border-color: #52D134;
}
.TagClassName
{
border-color: #52D134;
}
</style>