Shades of Limeade #539C32
Tints of Limeade #539C32
RGB
CMYK
RGB Variations
Color information
#539C32 (or 0x539C32) is known color: Limeade. HEX triplet: 53, 9C and 32. RGB value is (83,156,50). Sum of RGB (Red+Green+Blue) = 83+156+50=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #539C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C32 is #AC63CD. Grayscale: #7A7A7A. Windows color (decimal): -11297742 or 3316819. OLE color: 3316819.
HSL color Cylindrical-coordinate representation of color #539C32: hue angle of 101.32º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #539C32 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 50 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.39 |
| HSL | 101.32º | 0.51% | 0.4% | - |
| HSV(B) | 101.32º | 0.68% | 0.61% | - |
| XYZ | 16.03 | 25.85 | 7.16 | - |
| YUV | 122.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 50 | 0.47 | 0 | 0.68 | 0.39 | 101.32 | 0.51 | 0.4 |
| Hex | 53 | 9C | 32 | 2F | 0 | 44 | 27 | 65 | 33 | 28 |
| Octal | 123 | 234 | 62 | 57 | 0 | 104 | 47 | 145 | 63 | 50 |
| Binary | 1010011 | 10011100 | 110010 | 101111 | 0 | 1000100 | 100111 | 1100101 | 110011 | 101000 |
Color Harmonies of #539C32
Complementary color
Monochromatic Colors of #539C32
Black with #539C32
Text Example
Text Example
White with #539C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C32; }
p { color: rgb(83,156,50); }
H1.HeaderClassName
{
color: #539C32;
}
.AnyTagClassName
{
color: #539C32;
}
</style>
background-color css
<style>
a { background-color: #539C32; }
a { background-color: rgb(83,156,50); }
div.DivClassName
{
background-color: #539C32;
}
.BgClassName
{
background-color: #539C32;
}
</style>
border-color css
<style>
span { border-color: #539C32; }
span { border-color: rgb(83,156,50); }
td.TdClassName
{
border-color: #539C32;
}
.TagClassName
{
border-color: #539C32;
}
</style>