Shades of Lime Green #52D73F
Tints of Lime Green #52D73F
RGB
CMYK
RGB Variations
Color information
#52D73F (or 0x52D73F) is known color: Lime Green. HEX triplet: 52, D7 and 3F. RGB value is (82,215,63). Sum of RGB (Red+Green+Blue) = 82+215+63=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #52D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D73F is #AD28C0. Grayscale: #9E9E9E. Windows color (decimal): -11348161 or 4183890. OLE color: 4183890.
HSL color Cylindrical-coordinate representation of color #52D73F: hue angle of 112.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52D73F is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 63 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.16 |
| HSL | 112.5º | 0.66% | 0.55% | - |
| HSV(B) | 112.5º | 0.71% | 0.84% | - |
| XYZ | 28.68 | 50.75 | 12.99 | - |
| YUV | 157.91 | 74.44 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 63 | 0.62 | 0 | 0.71 | 0.16 | 112.5 | 0.66 | 0.55 |
| Hex | 52 | D7 | 3F | 3E | 0 | 47 | 10 | 70 | 42 | 37 |
| Octal | 122 | 327 | 77 | 76 | 0 | 107 | 20 | 160 | 102 | 67 |
| Binary | 1010010 | 11010111 | 111111 | 111110 | 0 | 1000111 | 10000 | 1110000 | 1000010 | 110111 |
Color Harmonies of #52D73F
Complementary color
Monochromatic Colors of #52D73F
Black with #52D73F
Text Example
Text Example
White with #52D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D73F; }
p { color: rgb(82,215,63); }
H1.HeaderClassName
{
color: #52D73F;
}
.AnyTagClassName
{
color: #52D73F;
}
</style>
background-color css
<style>
a { background-color: #52D73F; }
a { background-color: rgb(82,215,63); }
div.DivClassName
{
background-color: #52D73F;
}
.BgClassName
{
background-color: #52D73F;
}
</style>
border-color css
<style>
span { border-color: #52D73F; }
span { border-color: rgb(82,215,63); }
td.TdClassName
{
border-color: #52D73F;
}
.TagClassName
{
border-color: #52D73F;
}
</style>