Shades of Lime Green #52D530
Tints of Lime Green #52D530
RGB
CMYK
RGB Variations
Color information
#52D530 (or 0x52D530) is known color: Lime Green. HEX triplet: 52, D5 and 30. RGB value is (82,213,48). Sum of RGB (Red+Green+Blue) = 82+213+48=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #52D530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D530 is #AD2ACF. Grayscale: #9B9B9B. Windows color (decimal): -11348688 or 3200338. OLE color: 3200338.
HSL color Cylindrical-coordinate representation of color #52D530: hue angle of 107.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D530 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 48 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.16 |
| HSL | 107.64º | 0.66% | 0.51% | - |
| HSV(B) | 107.64º | 0.77% | 0.84% | - |
| XYZ | 27.81 | 49.6 | 10.9 | - |
| YUV | 155.02 | 67.6 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 48 | 0.62 | 0 | 0.77 | 0.16 | 107.64 | 0.66 | 0.51 |
| Hex | 52 | D5 | 30 | 3E | 0 | 4D | 10 | 6C | 42 | 33 |
| Octal | 122 | 325 | 60 | 76 | 0 | 115 | 20 | 154 | 102 | 63 |
| Binary | 1010010 | 11010101 | 110000 | 111110 | 0 | 1001101 | 10000 | 1101100 | 1000010 | 110011 |
Color Harmonies of #52D530
Complementary color
Monochromatic Colors of #52D530
Black with #52D530
Text Example
Text Example
White with #52D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D530; }
p { color: rgb(82,213,48); }
H1.HeaderClassName
{
color: #52D530;
}
.AnyTagClassName
{
color: #52D530;
}
</style>
background-color css
<style>
a { background-color: #52D530; }
a { background-color: rgb(82,213,48); }
div.DivClassName
{
background-color: #52D530;
}
.BgClassName
{
background-color: #52D530;
}
</style>
border-color css
<style>
span { border-color: #52D530; }
span { border-color: rgb(82,213,48); }
td.TdClassName
{
border-color: #52D530;
}
.TagClassName
{
border-color: #52D530;
}
</style>