Shades of Lime Green #52D73C
Tints of Lime Green #52D73C
RGB
CMYK
RGB Variations
Color information
#52D73C (or 0x52D73C) is known color: Lime Green. HEX triplet: 52, D7 and 3C. RGB value is (82,215,60). Sum of RGB (Red+Green+Blue) = 82+215+60=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #52D73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D73C is #AD28C3. Grayscale: #9E9E9E. Windows color (decimal): -11348164 or 3987282. OLE color: 3987282.
HSL color Cylindrical-coordinate representation of color #52D73C: hue angle of 111.48º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52D73C is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 60 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.16 |
| HSL | 111.48º | 0.66% | 0.54% | - |
| HSV(B) | 111.48º | 0.72% | 0.84% | - |
| XYZ | 28.6 | 50.72 | 12.56 | - |
| YUV | 157.56 | 72.94 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 60 | 0.62 | 0 | 0.72 | 0.16 | 111.48 | 0.66 | 0.54 |
| Hex | 52 | D7 | 3C | 3E | 0 | 48 | 10 | 6F | 42 | 36 |
| Octal | 122 | 327 | 74 | 76 | 0 | 110 | 20 | 157 | 102 | 66 |
| Binary | 1010010 | 11010111 | 111100 | 111110 | 0 | 1001000 | 10000 | 1101111 | 1000010 | 110110 |
Color Harmonies of #52D73C
Complementary color
Monochromatic Colors of #52D73C
Black with #52D73C
Text Example
Text Example
White with #52D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D73C; }
p { color: rgb(82,215,60); }
H1.HeaderClassName
{
color: #52D73C;
}
.AnyTagClassName
{
color: #52D73C;
}
</style>
background-color css
<style>
a { background-color: #52D73C; }
a { background-color: rgb(82,215,60); }
div.DivClassName
{
background-color: #52D73C;
}
.BgClassName
{
background-color: #52D73C;
}
</style>
border-color css
<style>
span { border-color: #52D73C; }
span { border-color: rgb(82,215,60); }
td.TdClassName
{
border-color: #52D73C;
}
.TagClassName
{
border-color: #52D73C;
}
</style>