Shades of Limeade #539C30
Tints of Limeade #539C30
RGB
CMYK
RGB Variations
Color information
#539C30 (or 0x539C30) is known color: Limeade. HEX triplet: 53, 9C and 30. RGB value is (83,156,48). Sum of RGB (Red+Green+Blue) = 83+156+48=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #539C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C30 is #AC63CF. Grayscale: #7A7A7A. Windows color (decimal): -11297744 or 3185747. OLE color: 3185747.
HSL color Cylindrical-coordinate representation of color #539C30: hue angle of 100.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #539C30 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 48 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.39 |
| HSL | 100.56º | 0.53% | 0.4% | - |
| HSV(B) | 100.56º | 0.69% | 0.61% | - |
| XYZ | 15.99 | 25.83 | 6.94 | - |
| YUV | 121.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 48 | 0.47 | 0 | 0.69 | 0.39 | 100.56 | 0.53 | 0.4 |
| Hex | 53 | 9C | 30 | 2F | 0 | 45 | 27 | 65 | 35 | 28 |
| Octal | 123 | 234 | 60 | 57 | 0 | 105 | 47 | 145 | 65 | 50 |
| Binary | 1010011 | 10011100 | 110000 | 101111 | 0 | 1000101 | 100111 | 1100101 | 110101 | 101000 |
Color Harmonies of #539C30
Complementary color
Monochromatic Colors of #539C30
Black with #539C30
Text Example
Text Example
White with #539C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C30; }
p { color: rgb(83,156,48); }
H1.HeaderClassName
{
color: #539C30;
}
.AnyTagClassName
{
color: #539C30;
}
</style>
background-color css
<style>
a { background-color: #539C30; }
a { background-color: rgb(83,156,48); }
div.DivClassName
{
background-color: #539C30;
}
.BgClassName
{
background-color: #539C30;
}
</style>
border-color css
<style>
span { border-color: #539C30; }
span { border-color: rgb(83,156,48); }
td.TdClassName
{
border-color: #539C30;
}
.TagClassName
{
border-color: #539C30;
}
</style>