Shades of Lime Green #52D73B
Tints of Lime Green #52D73B
RGB
CMYK
RGB Variations
Color information
#52D73B (or 0x52D73B) is known color: Lime Green. HEX triplet: 52, D7 and 3B. RGB value is (82,215,59). Sum of RGB (Red+Green+Blue) = 82+215+59=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #52D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D73B is #AD28C4. Grayscale: #9D9D9D. Windows color (decimal): -11348165 or 3921746. OLE color: 3921746.
HSL color Cylindrical-coordinate representation of color #52D73B: hue angle of 111.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52D73B is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 59 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.16 |
| HSL | 111.15º | 0.66% | 0.54% | - |
| HSV(B) | 111.15º | 0.73% | 0.84% | - |
| XYZ | 28.57 | 50.71 | 12.42 | - |
| YUV | 157.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 59 | 0.62 | 0 | 0.73 | 0.16 | 111.15 | 0.66 | 0.54 |
| Hex | 52 | D7 | 3B | 3E | 0 | 49 | 10 | 6F | 42 | 36 |
| Octal | 122 | 327 | 73 | 76 | 0 | 111 | 20 | 157 | 102 | 66 |
| Binary | 1010010 | 11010111 | 111011 | 111110 | 0 | 1001001 | 10000 | 1101111 | 1000010 | 110110 |
Color Harmonies of #52D73B
Complementary color
Monochromatic Colors of #52D73B
Black with #52D73B
Text Example
Text Example
White with #52D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D73B; }
p { color: rgb(82,215,59); }
H1.HeaderClassName
{
color: #52D73B;
}
.AnyTagClassName
{
color: #52D73B;
}
</style>
background-color css
<style>
a { background-color: #52D73B; }
a { background-color: rgb(82,215,59); }
div.DivClassName
{
background-color: #52D73B;
}
.BgClassName
{
background-color: #52D73B;
}
</style>
border-color css
<style>
span { border-color: #52D73B; }
span { border-color: rgb(82,215,59); }
td.TdClassName
{
border-color: #52D73B;
}
.TagClassName
{
border-color: #52D73B;
}
</style>