Shades of Lime Green #52D241
Tints of Lime Green #52D241
RGB
CMYK
RGB Variations
Color information
#52D241 (or 0x52D241) is known color: Lime Green. HEX triplet: 52, D2 and 41. RGB value is (82,210,65). Sum of RGB (Red+Green+Blue) = 82+210+65=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #52D241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D241 is #AD2DBE. Grayscale: #9B9B9B. Windows color (decimal): -11349439 or 4313682. OLE color: 4313682.
HSL color Cylindrical-coordinate representation of color #52D241: hue angle of 112.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52D241 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 65 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.18 |
| HSL | 112.97º | 0.62% | 0.54% | - |
| HSV(B) | 112.97º | 0.69% | 0.82% | - |
| XYZ | 27.48 | 48.27 | 12.87 | - |
| YUV | 155.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 65 | 0.61 | 0 | 0.69 | 0.18 | 112.97 | 0.62 | 0.54 |
| Hex | 52 | D2 | 41 | 3D | 0 | 45 | 12 | 71 | 3E | 36 |
| Octal | 122 | 322 | 101 | 75 | 0 | 105 | 22 | 161 | 76 | 66 |
| Binary | 1010010 | 11010010 | 1000001 | 111101 | 0 | 1000101 | 10010 | 1110001 | 111110 | 110110 |
Color Harmonies of #52D241
Complementary color
Monochromatic Colors of #52D241
Black with #52D241
Text Example
Text Example
White with #52D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D241; }
p { color: rgb(82,210,65); }
H1.HeaderClassName
{
color: #52D241;
}
.AnyTagClassName
{
color: #52D241;
}
</style>
background-color css
<style>
a { background-color: #52D241; }
a { background-color: rgb(82,210,65); }
div.DivClassName
{
background-color: #52D241;
}
.BgClassName
{
background-color: #52D241;
}
</style>
border-color css
<style>
span { border-color: #52D241; }
span { border-color: rgb(82,210,65); }
td.TdClassName
{
border-color: #52D241;
}
.TagClassName
{
border-color: #52D241;
}
</style>