Shades of Lime Green #52DC3E
Tints of Lime Green #52DC3E
RGB
CMYK
RGB Variations
Color information
#52DC3E (or 0x52DC3E) is known color: Lime Green. HEX triplet: 52, DC and 3E. RGB value is (82,220,62). Sum of RGB (Red+Green+Blue) = 82+220+62=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DC3E is #AD23C1. Grayscale: #A1A1A1. Windows color (decimal): -11346882 or 4119634. OLE color: 4119634.
HSL color Cylindrical-coordinate representation of color #52DC3E: hue angle of 112.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DC3E is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 62 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.14 |
| HSL | 112.41º | 0.69% | 0.55% | - |
| HSV(B) | 112.41º | 0.72% | 0.86% | - |
| XYZ | 29.94 | 53.33 | 13.27 | - |
| YUV | 160.73 | 72.28 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 62 | 0.63 | 0 | 0.72 | 0.14 | 112.41 | 0.69 | 0.55 |
| Hex | 52 | DC | 3E | 3F | 0 | 48 | E | 70 | 45 | 37 |
| Octal | 122 | 334 | 76 | 77 | 0 | 110 | 16 | 160 | 105 | 67 |
| Binary | 1010010 | 11011100 | 111110 | 111111 | 0 | 1001000 | 1110 | 1110000 | 1000101 | 110111 |
Color Harmonies of #52DC3E
Complementary color
Monochromatic Colors of #52DC3E
Black with #52DC3E
Text Example
Text Example
White with #52DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC3E; }
p { color: rgb(82,220,62); }
H1.HeaderClassName
{
color: #52DC3E;
}
.AnyTagClassName
{
color: #52DC3E;
}
</style>
background-color css
<style>
a { background-color: #52DC3E; }
a { background-color: rgb(82,220,62); }
div.DivClassName
{
background-color: #52DC3E;
}
.BgClassName
{
background-color: #52DC3E;
}
</style>
border-color css
<style>
span { border-color: #52DC3E; }
span { border-color: rgb(82,220,62); }
td.TdClassName
{
border-color: #52DC3E;
}
.TagClassName
{
border-color: #52DC3E;
}
</style>