Shades of Lime Green #52CF40
Tints of Lime Green #52CF40
RGB
CMYK
RGB Variations
Color information
#52CF40 (or 0x52CF40) is known color: Lime Green. HEX triplet: 52, CF and 40. RGB value is (82,207,64). Sum of RGB (Red+Green+Blue) = 82+207+64=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF40 is #AD30BF. Grayscale: #999999. Windows color (decimal): -11350208 or 4247378. OLE color: 4247378.
HSL color Cylindrical-coordinate representation of color #52CF40: hue angle of 112.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52CF40 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 64 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.19 |
| HSL | 112.45º | 0.6% | 0.53% | - |
| HSV(B) | 112.45º | 0.69% | 0.81% | - |
| XYZ | 26.72 | 46.79 | 12.47 | - |
| YUV | 153.32 | 77.59 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 64 | 0.60 | 0 | 0.69 | 0.19 | 112.45 | 0.6 | 0.53 |
| Hex | 52 | CF | 40 | 3C | 0 | 45 | 13 | 70 | 3C | 35 |
| Octal | 122 | 317 | 100 | 74 | 0 | 105 | 23 | 160 | 74 | 65 |
| Binary | 1010010 | 11001111 | 1000000 | 111100 | 0 | 1000101 | 10011 | 1110000 | 111100 | 110101 |
Color Harmonies of #52CF40
Complementary color
Monochromatic Colors of #52CF40
Black with #52CF40
Text Example
Text Example
White with #52CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF40; }
p { color: rgb(82,207,64); }
H1.HeaderClassName
{
color: #52CF40;
}
.AnyTagClassName
{
color: #52CF40;
}
</style>
background-color css
<style>
a { background-color: #52CF40; }
a { background-color: rgb(82,207,64); }
div.DivClassName
{
background-color: #52CF40;
}
.BgClassName
{
background-color: #52CF40;
}
</style>
border-color css
<style>
span { border-color: #52CF40; }
span { border-color: rgb(82,207,64); }
td.TdClassName
{
border-color: #52CF40;
}
.TagClassName
{
border-color: #52CF40;
}
</style>