Shades of Lime Green #52CF41
Tints of Lime Green #52CF41
RGB
CMYK
RGB Variations
Color information
#52CF41 (or 0x52CF41) is known color: Lime Green. HEX triplet: 52, CF and 41. RGB value is (82,207,65). Sum of RGB (Red+Green+Blue) = 82+207+65=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF41 is #AD30BE. Grayscale: #999999. Windows color (decimal): -11350207 or 4312914. OLE color: 4312914.
HSL color Cylindrical-coordinate representation of color #52CF41: hue angle of 112.82º 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 #52CF41 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 65 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.19 |
| HSL | 112.82º | 0.6% | 0.53% | - |
| HSV(B) | 112.82º | 0.69% | 0.81% | - |
| XYZ | 26.75 | 46.8 | 12.62 | - |
| YUV | 153.44 | 78.09 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 65 | 0.60 | 0 | 0.69 | 0.19 | 112.82 | 0.6 | 0.53 |
| Hex | 52 | CF | 41 | 3C | 0 | 45 | 13 | 71 | 3C | 35 |
| Octal | 122 | 317 | 101 | 74 | 0 | 105 | 23 | 161 | 74 | 65 |
| Binary | 1010010 | 11001111 | 1000001 | 111100 | 0 | 1000101 | 10011 | 1110001 | 111100 | 110101 |
Color Harmonies of #52CF41
Complementary color
Monochromatic Colors of #52CF41
Black with #52CF41
Text Example
Text Example
White with #52CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF41; }
p { color: rgb(82,207,65); }
H1.HeaderClassName
{
color: #52CF41;
}
.AnyTagClassName
{
color: #52CF41;
}
</style>
background-color css
<style>
a { background-color: #52CF41; }
a { background-color: rgb(82,207,65); }
div.DivClassName
{
background-color: #52CF41;
}
.BgClassName
{
background-color: #52CF41;
}
</style>
border-color css
<style>
span { border-color: #52CF41; }
span { border-color: rgb(82,207,65); }
td.TdClassName
{
border-color: #52CF41;
}
.TagClassName
{
border-color: #52CF41;
}
</style>