Shades of Lime Green #52D730
Tints of Lime Green #52D730
RGB
CMYK
RGB Variations
Color information
#52D730 (or 0x52D730) is known color: Lime Green. HEX triplet: 52, D7 and 30. RGB value is (82,215,48). Sum of RGB (Red+Green+Blue) = 82+215+48=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #52D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D730 is #AD28CF. Grayscale: #9C9C9C. Windows color (decimal): -11348176 or 3200850. OLE color: 3200850.
HSL color Cylindrical-coordinate representation of color #52D730: hue angle of 107.78º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52D730 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 48 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.16 |
| HSL | 107.78º | 0.68% | 0.52% | - |
| HSV(B) | 107.78º | 0.78% | 0.84% | - |
| XYZ | 28.31 | 50.61 | 11.07 | - |
| YUV | 156.2 | 66.94 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 48 | 0.62 | 0 | 0.78 | 0.16 | 107.78 | 0.68 | 0.52 |
| Hex | 52 | D7 | 30 | 3E | 0 | 4E | 10 | 6C | 44 | 34 |
| Octal | 122 | 327 | 60 | 76 | 0 | 116 | 20 | 154 | 104 | 64 |
| Binary | 1010010 | 11010111 | 110000 | 111110 | 0 | 1001110 | 10000 | 1101100 | 1000100 | 110100 |
Color Harmonies of #52D730
Complementary color
Monochromatic Colors of #52D730
Black with #52D730
Text Example
Text Example
White with #52D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D730; }
p { color: rgb(82,215,48); }
H1.HeaderClassName
{
color: #52D730;
}
.AnyTagClassName
{
color: #52D730;
}
</style>
background-color css
<style>
a { background-color: #52D730; }
a { background-color: rgb(82,215,48); }
div.DivClassName
{
background-color: #52D730;
}
.BgClassName
{
background-color: #52D730;
}
</style>
border-color css
<style>
span { border-color: #52D730; }
span { border-color: rgb(82,215,48); }
td.TdClassName
{
border-color: #52D730;
}
.TagClassName
{
border-color: #52D730;
}
</style>