Shades of Lime Green #52D441
Tints of Lime Green #52D441
RGB
CMYK
RGB Variations
Color information
#52D441 (or 0x52D441) is known color: Lime Green. HEX triplet: 52, D4 and 41. RGB value is (82,212,65). Sum of RGB (Red+Green+Blue) = 82+212+65=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #52D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D441 is #AD2BBE. Grayscale: #9C9C9C. Windows color (decimal): -11348927 or 4314194. OLE color: 4314194.
HSL color Cylindrical-coordinate representation of color #52D441: hue angle of 113.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52D441 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 212 | 65 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.17 |
| HSL | 113.06º | 0.63% | 0.54% | - |
| HSV(B) | 113.06º | 0.69% | 0.83% | - |
| XYZ | 27.98 | 49.26 | 13.04 | - |
| YUV | 156.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 65 | 0.61 | 0 | 0.69 | 0.17 | 113.06 | 0.63 | 0.54 |
| Hex | 52 | D4 | 41 | 3D | 0 | 45 | 11 | 71 | 3F | 36 |
| Octal | 122 | 324 | 101 | 75 | 0 | 105 | 21 | 161 | 77 | 66 |
| Binary | 1010010 | 11010100 | 1000001 | 111101 | 0 | 1000101 | 10001 | 1110001 | 111111 | 110110 |
Color Harmonies of #52D441
Complementary color
Monochromatic Colors of #52D441
Black with #52D441
Text Example
Text Example
White with #52D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D441; }
p { color: rgb(82,212,65); }
H1.HeaderClassName
{
color: #52D441;
}
.AnyTagClassName
{
color: #52D441;
}
</style>
background-color css
<style>
a { background-color: #52D441; }
a { background-color: rgb(82,212,65); }
div.DivClassName
{
background-color: #52D441;
}
.BgClassName
{
background-color: #52D441;
}
</style>
border-color css
<style>
span { border-color: #52D441; }
span { border-color: rgb(82,212,65); }
td.TdClassName
{
border-color: #52D441;
}
.TagClassName
{
border-color: #52D441;
}
</style>