Shades of Lime Green #52F432
Tints of Lime Green #52F432
RGB
CMYK
RGB Variations
Color information
#52F432 (or 0x52F432) is known color: Lime Green. HEX triplet: 52, F4 and 32. RGB value is (82,244,50). Sum of RGB (Red+Green+Blue) = 82+244+50=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 244 (95.70% from 255 or 64.89% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 244 - color contains mainly: green. Hex color #52F432 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F432 is #AD0BCD. Grayscale: #AEAEAE. Windows color (decimal): -11340750 or 3339346. OLE color: 3339346.
HSL color Cylindrical-coordinate representation of color #52F432: hue angle of 110.1º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52F432 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 50 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.04 |
| HSL | 110.1º | 0.9% | 0.58% | - |
| HSV(B) | 110.1º | 0.8% | 0.96% | - |
| XYZ | 36.41 | 66.73 | 13.98 | - |
| YUV | 173.45 | 58.33 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 50 | 0.66 | 0 | 0.80 | 0.04 | 110.1 | 0.9 | 0.58 |
| Hex | 52 | F4 | 32 | 42 | 0 | 50 | 4 | 6E | 5A | 3A |
| Octal | 122 | 364 | 62 | 102 | 0 | 120 | 4 | 156 | 132 | 72 |
| Binary | 1010010 | 11110100 | 110010 | 1000010 | 0 | 1010000 | 100 | 1101110 | 1011010 | 111010 |
Color Harmonies of #52F432
Complementary color
Monochromatic Colors of #52F432
Black with #52F432
Text Example
Text Example
White with #52F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F432; }
p { color: rgb(82,244,50); }
H1.HeaderClassName
{
color: #52F432;
}
.AnyTagClassName
{
color: #52F432;
}
</style>
background-color css
<style>
a { background-color: #52F432; }
a { background-color: rgb(82,244,50); }
div.DivClassName
{
background-color: #52F432;
}
.BgClassName
{
background-color: #52F432;
}
</style>
border-color css
<style>
span { border-color: #52F432; }
span { border-color: rgb(82,244,50); }
td.TdClassName
{
border-color: #52F432;
}
.TagClassName
{
border-color: #52F432;
}
</style>