Shades of Lime Green #52CC3A
Tints of Lime Green #52CC3A
RGB
CMYK
RGB Variations
Color information
#52CC3A (or 0x52CC3A) is known color: Lime Green. HEX triplet: 52, CC and 3A. RGB value is (82,204,58). Sum of RGB (Red+Green+Blue) = 82+204+58=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC3A is #AD33C5. Grayscale: #979797. Windows color (decimal): -11350982 or 3853394. OLE color: 3853394.
HSL color Cylindrical-coordinate representation of color #52CC3A: hue angle of 110.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52CC3A is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 58 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.2 |
| HSL | 110.14º | 0.59% | 0.51% | - |
| HSV(B) | 110.14º | 0.72% | 0.8% | - |
| XYZ | 25.84 | 45.29 | 11.38 | - |
| YUV | 150.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 58 | 0.60 | 0 | 0.72 | 0.2 | 110.14 | 0.59 | 0.51 |
| Hex | 52 | CC | 3A | 3C | 0 | 48 | 14 | 6E | 3B | 33 |
| Octal | 122 | 314 | 72 | 74 | 0 | 110 | 24 | 156 | 73 | 63 |
| Binary | 1010010 | 11001100 | 111010 | 111100 | 0 | 1001000 | 10100 | 1101110 | 111011 | 110011 |
Color Harmonies of #52CC3A
Complementary color
Monochromatic Colors of #52CC3A
Black with #52CC3A
Text Example
Text Example
White with #52CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC3A; }
p { color: rgb(82,204,58); }
H1.HeaderClassName
{
color: #52CC3A;
}
.AnyTagClassName
{
color: #52CC3A;
}
</style>
background-color css
<style>
a { background-color: #52CC3A; }
a { background-color: rgb(82,204,58); }
div.DivClassName
{
background-color: #52CC3A;
}
.BgClassName
{
background-color: #52CC3A;
}
</style>
border-color css
<style>
span { border-color: #52CC3A; }
span { border-color: rgb(82,204,58); }
td.TdClassName
{
border-color: #52CC3A;
}
.TagClassName
{
border-color: #52CC3A;
}
</style>