Shades of Lime Green #52D92F
Tints of Lime Green #52D92F
RGB
CMYK
RGB Variations
Color information
#52D92F (or 0x52D92F) is known color: Lime Green. HEX triplet: 52, D9 and 2F. RGB value is (82,217,47). Sum of RGB (Red+Green+Blue) = 82+217+47=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #52D92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D92F is #AD26D0. Grayscale: #9D9D9D. Windows color (decimal): -11347665 or 3135826. OLE color: 3135826.
HSL color Cylindrical-coordinate representation of color #52D92F: hue angle of 107.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52D92F is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 47 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.15 |
| HSL | 107.65º | 0.69% | 0.52% | - |
| HSV(B) | 107.65º | 0.78% | 0.85% | - |
| XYZ | 28.81 | 51.62 | 11.14 | - |
| YUV | 157.26 | 65.77 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 47 | 0.62 | 0 | 0.78 | 0.15 | 107.65 | 0.69 | 0.52 |
| Hex | 52 | D9 | 2F | 3E | 0 | 4E | F | 6C | 45 | 34 |
| Octal | 122 | 331 | 57 | 76 | 0 | 116 | 17 | 154 | 105 | 64 |
| Binary | 1010010 | 11011001 | 101111 | 111110 | 0 | 1001110 | 1111 | 1101100 | 1000101 | 110100 |
Color Harmonies of #52D92F
Complementary color
Monochromatic Colors of #52D92F
Black with #52D92F
Text Example
Text Example
White with #52D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D92F; }
p { color: rgb(82,217,47); }
H1.HeaderClassName
{
color: #52D92F;
}
.AnyTagClassName
{
color: #52D92F;
}
</style>
background-color css
<style>
a { background-color: #52D92F; }
a { background-color: rgb(82,217,47); }
div.DivClassName
{
background-color: #52D92F;
}
.BgClassName
{
background-color: #52D92F;
}
</style>
border-color css
<style>
span { border-color: #52D92F; }
span { border-color: rgb(82,217,47); }
td.TdClassName
{
border-color: #52D92F;
}
.TagClassName
{
border-color: #52D92F;
}
</style>