Shades of Lime Green #52DD3B
Tints of Lime Green #52DD3B
RGB
CMYK
RGB Variations
Color information
#52DD3B (or 0x52DD3B) is known color: Lime Green. HEX triplet: 52, DD and 3B. RGB value is (82,221,59). Sum of RGB (Red+Green+Blue) = 82+221+59=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DD3B is #AD22C4. Grayscale: #A1A1A1. Windows color (decimal): -11346629 or 3923282. OLE color: 3923282.
HSL color Cylindrical-coordinate representation of color #52DD3B: hue angle of 111.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52DD3B is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 221 | 59 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.13 |
| HSL | 111.48º | 0.7% | 0.55% | - |
| HSV(B) | 111.48º | 0.73% | 0.87% | - |
| XYZ | 30.13 | 53.82 | 12.94 | - |
| YUV | 160.97 | 70.45 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 221 | 59 | 0.63 | 0 | 0.73 | 0.13 | 111.48 | 0.7 | 0.55 |
| Hex | 52 | DD | 3B | 3F | 0 | 49 | D | 6F | 46 | 37 |
| Octal | 122 | 335 | 73 | 77 | 0 | 111 | 15 | 157 | 106 | 67 |
| Binary | 1010010 | 11011101 | 111011 | 111111 | 0 | 1001001 | 1101 | 1101111 | 1000110 | 110111 |
Color Harmonies of #52DD3B
Complementary color
Monochromatic Colors of #52DD3B
Black with #52DD3B
Text Example
Text Example
White with #52DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DD3B; }
p { color: rgb(82,221,59); }
H1.HeaderClassName
{
color: #52DD3B;
}
.AnyTagClassName
{
color: #52DD3B;
}
</style>
background-color css
<style>
a { background-color: #52DD3B; }
a { background-color: rgb(82,221,59); }
div.DivClassName
{
background-color: #52DD3B;
}
.BgClassName
{
background-color: #52DD3B;
}
</style>
border-color css
<style>
span { border-color: #52DD3B; }
span { border-color: rgb(82,221,59); }
td.TdClassName
{
border-color: #52DD3B;
}
.TagClassName
{
border-color: #52DD3B;
}
</style>