Shades of Lime Green #52D238
Tints of Lime Green #52D238
RGB
CMYK
RGB Variations
Color information
#52D238 (or 0x52D238) is known color: Lime Green. HEX triplet: 52, D2 and 38. RGB value is (82,210,56). Sum of RGB (Red+Green+Blue) = 82+210+56=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #52D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D238 is #AD2DC7. Grayscale: #9A9A9A. Windows color (decimal): -11349448 or 3723858. OLE color: 3723858.
HSL color Cylindrical-coordinate representation of color #52D238: hue angle of 109.87º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52D238 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 56 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.18 |
| HSL | 109.87º | 0.63% | 0.52% | - |
| HSV(B) | 109.87º | 0.73% | 0.82% | - |
| XYZ | 27.24 | 48.17 | 11.6 | - |
| YUV | 154.17 | 72.59 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 56 | 0.61 | 0 | 0.73 | 0.18 | 109.87 | 0.63 | 0.52 |
| Hex | 52 | D2 | 38 | 3D | 0 | 49 | 12 | 6E | 3F | 34 |
| Octal | 122 | 322 | 70 | 75 | 0 | 111 | 22 | 156 | 77 | 64 |
| Binary | 1010010 | 11010010 | 111000 | 111101 | 0 | 1001001 | 10010 | 1101110 | 111111 | 110100 |
Color Harmonies of #52D238
Complementary color
Monochromatic Colors of #52D238
Black with #52D238
Text Example
Text Example
White with #52D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D238; }
p { color: rgb(82,210,56); }
H1.HeaderClassName
{
color: #52D238;
}
.AnyTagClassName
{
color: #52D238;
}
</style>
background-color css
<style>
a { background-color: #52D238; }
a { background-color: rgb(82,210,56); }
div.DivClassName
{
background-color: #52D238;
}
.BgClassName
{
background-color: #52D238;
}
</style>
border-color css
<style>
span { border-color: #52D238; }
span { border-color: rgb(82,210,56); }
td.TdClassName
{
border-color: #52D238;
}
.TagClassName
{
border-color: #52D238;
}
</style>