Shades of Lime Green #52DD34
Tints of Lime Green #52DD34
RGB
CMYK
RGB Variations
Color information
#52DD34 (or 0x52DD34) is known color: Lime Green. HEX triplet: 52, DD and 34. RGB value is (82,221,52). Sum of RGB (Red+Green+Blue) = 82+221+52=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD34 is #AD22CB. Grayscale: #A0A0A0. Windows color (decimal): -11346636 or 3464530. OLE color: 3464530.
HSL color Cylindrical-coordinate representation of color #52DD34: hue angle of 109.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52DD34 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 52 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.13 |
| HSL | 109.35º | 0.71% | 0.54% | - |
| HSV(B) | 109.35º | 0.76% | 0.87% | - |
| XYZ | 29.96 | 53.75 | 12.05 | - |
| YUV | 160.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 52 | 0.63 | 0 | 0.76 | 0.13 | 109.35 | 0.71 | 0.54 |
| Hex | 52 | DD | 34 | 3F | 0 | 4C | D | 6D | 47 | 36 |
| Octal | 122 | 335 | 64 | 77 | 0 | 114 | 15 | 155 | 107 | 66 |
| Binary | 1010010 | 11011101 | 110100 | 111111 | 0 | 1001100 | 1101 | 1101101 | 1000111 | 110110 |
Color Harmonies of #52DD34
Complementary color
Monochromatic Colors of #52DD34
Black with #52DD34
Text Example
Text Example
White with #52DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD34; }
p { color: rgb(82,221,52); }
H1.HeaderClassName
{
color: #52DD34;
}
.AnyTagClassName
{
color: #52DD34;
}
</style>
background-color css
<style>
a { background-color: #52DD34; }
a { background-color: rgb(82,221,52); }
div.DivClassName
{
background-color: #52DD34;
}
.BgClassName
{
background-color: #52DD34;
}
</style>
border-color css
<style>
span { border-color: #52DD34; }
span { border-color: rgb(82,221,52); }
td.TdClassName
{
border-color: #52DD34;
}
.TagClassName
{
border-color: #52DD34;
}
</style>