Shades of Lime Green #52DF46
Tints of Lime Green #52DF46
RGB
CMYK
RGB Variations
Color information
#52DF46 (or 0x52DF46) is known color: Lime Green. HEX triplet: 52, DF and 46. RGB value is (82,223,70). Sum of RGB (Red+Green+Blue) = 82+223+70=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF46 is #AD20B9. Grayscale: #A3A3A3. Windows color (decimal): -11346106 or 4644690. OLE color: 4644690.
HSL color Cylindrical-coordinate representation of color #52DF46: hue angle of 115.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52DF46 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 70 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.13 |
| HSL | 115.29º | 0.71% | 0.57% | - |
| HSV(B) | 115.29º | 0.69% | 0.87% | - |
| XYZ | 30.97 | 55.01 | 14.78 | - |
| YUV | 163.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 70 | 0.63 | 0 | 0.69 | 0.13 | 115.29 | 0.71 | 0.57 |
| Hex | 52 | DF | 46 | 3F | 0 | 45 | D | 73 | 47 | 39 |
| Octal | 122 | 337 | 106 | 77 | 0 | 105 | 15 | 163 | 107 | 71 |
| Binary | 1010010 | 11011111 | 1000110 | 111111 | 0 | 1000101 | 1101 | 1110011 | 1000111 | 111001 |
Color Harmonies of #52DF46
Complementary color
Monochromatic Colors of #52DF46
Black with #52DF46
Text Example
Text Example
White with #52DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF46; }
p { color: rgb(82,223,70); }
H1.HeaderClassName
{
color: #52DF46;
}
.AnyTagClassName
{
color: #52DF46;
}
</style>
background-color css
<style>
a { background-color: #52DF46; }
a { background-color: rgb(82,223,70); }
div.DivClassName
{
background-color: #52DF46;
}
.BgClassName
{
background-color: #52DF46;
}
</style>
border-color css
<style>
span { border-color: #52DF46; }
span { border-color: rgb(82,223,70); }
td.TdClassName
{
border-color: #52DF46;
}
.TagClassName
{
border-color: #52DF46;
}
</style>