Shades of Lime Green #52D447
Tints of Lime Green #52D447
RGB
CMYK
RGB Variations
Color information
#52D447 (or 0x52D447) is known color: Lime Green. HEX triplet: 52, D4 and 47. RGB value is (82,212,71). Sum of RGB (Red+Green+Blue) = 82+212+71=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #52D447 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D447 is #AD2BB8. Grayscale: #9D9D9D. Windows color (decimal): -11348921 or 4707410. OLE color: 4707410.
HSL color Cylindrical-coordinate representation of color #52D447: hue angle of 115.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D447 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 71 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.17 |
| HSL | 115.32º | 0.62% | 0.55% | - |
| HSV(B) | 115.32º | 0.67% | 0.83% | - |
| XYZ | 28.16 | 49.34 | 14 | - |
| YUV | 157.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 71 | 0.61 | 0 | 0.67 | 0.17 | 115.32 | 0.62 | 0.55 |
| Hex | 52 | D4 | 47 | 3D | 0 | 43 | 11 | 73 | 3E | 37 |
| Octal | 122 | 324 | 107 | 75 | 0 | 103 | 21 | 163 | 76 | 67 |
| Binary | 1010010 | 11010100 | 1000111 | 111101 | 0 | 1000011 | 10001 | 1110011 | 111110 | 110111 |
Color Harmonies of #52D447
Complementary color
Monochromatic Colors of #52D447
Black with #52D447
Text Example
Text Example
White with #52D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D447; }
p { color: rgb(82,212,71); }
H1.HeaderClassName
{
color: #52D447;
}
.AnyTagClassName
{
color: #52D447;
}
</style>
background-color css
<style>
a { background-color: #52D447; }
a { background-color: rgb(82,212,71); }
div.DivClassName
{
background-color: #52D447;
}
.BgClassName
{
background-color: #52D447;
}
</style>
border-color css
<style>
span { border-color: #52D447; }
span { border-color: rgb(82,212,71); }
td.TdClassName
{
border-color: #52D447;
}
.TagClassName
{
border-color: #52D447;
}
</style>