Shades of Lime Green #52F336
Tints of Lime Green #52F336
RGB
CMYK
RGB Variations
Color information
#52F336 (or 0x52F336) is known color: Lime Green. HEX triplet: 52, F3 and 36. RGB value is (82,243,54). Sum of RGB (Red+Green+Blue) = 82+243+54=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #52F336 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F336 is #AD0CC9. Grayscale: #ADADAD. Windows color (decimal): -11341002 or 3601234. OLE color: 3601234.
HSL color Cylindrical-coordinate representation of color #52F336: hue angle of 111.11º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52F336 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 54 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.05 |
| HSL | 111.11º | 0.89% | 0.58% | - |
| HSV(B) | 111.11º | 0.78% | 0.95% | - |
| XYZ | 36.2 | 66.16 | 14.35 | - |
| YUV | 173.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 54 | 0.66 | 0 | 0.78 | 0.05 | 111.11 | 0.89 | 0.58 |
| Hex | 52 | F3 | 36 | 42 | 0 | 4E | 5 | 6F | 59 | 3A |
| Octal | 122 | 363 | 66 | 102 | 0 | 116 | 5 | 157 | 131 | 72 |
| Binary | 1010010 | 11110011 | 110110 | 1000010 | 0 | 1001110 | 101 | 1101111 | 1011001 | 111010 |
Color Harmonies of #52F336
Complementary color
Monochromatic Colors of #52F336
Black with #52F336
Text Example
Text Example
White with #52F336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F336; }
p { color: rgb(82,243,54); }
H1.HeaderClassName
{
color: #52F336;
}
.AnyTagClassName
{
color: #52F336;
}
</style>
background-color css
<style>
a { background-color: #52F336; }
a { background-color: rgb(82,243,54); }
div.DivClassName
{
background-color: #52F336;
}
.BgClassName
{
background-color: #52F336;
}
</style>
border-color css
<style>
span { border-color: #52F336; }
span { border-color: rgb(82,243,54); }
td.TdClassName
{
border-color: #52F336;
}
.TagClassName
{
border-color: #52F336;
}
</style>