Shades of Limeade #539D2C
Tints of Limeade #539D2C
RGB
CMYK
RGB Variations
Color information
#539D2C (or 0x539D2C) is known color: Limeade. HEX triplet: 53, 9D and 2C. RGB value is (83,157,44). Sum of RGB (Red+Green+Blue) = 83+157+44=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #539D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539D2C is #AC62D3. Grayscale: #7A7A7A. Windows color (decimal): -11297492 or 2923859. OLE color: 2923859.
HSL color Cylindrical-coordinate representation of color #539D2C: hue angle of 99.29º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #539D2C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 44 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.38 |
| HSL | 99.29º | 0.56% | 0.39% | - |
| HSV(B) | 99.29º | 0.72% | 0.62% | - |
| XYZ | 16.08 | 26.13 | 6.58 | - |
| YUV | 121.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 44 | 0.47 | 0 | 0.72 | 0.38 | 99.29 | 0.56 | 0.39 |
| Hex | 53 | 9D | 2C | 2F | 0 | 48 | 26 | 63 | 38 | 27 |
| Octal | 123 | 235 | 54 | 57 | 0 | 110 | 46 | 143 | 70 | 47 |
| Binary | 1010011 | 10011101 | 101100 | 101111 | 0 | 1001000 | 100110 | 1100011 | 111000 | 100111 |
Color Harmonies of #539D2C
Complementary color
Monochromatic Colors of #539D2C
Black with #539D2C
Text Example
Text Example
White with #539D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D2C; }
p { color: rgb(83,157,44); }
H1.HeaderClassName
{
color: #539D2C;
}
.AnyTagClassName
{
color: #539D2C;
}
</style>
background-color css
<style>
a { background-color: #539D2C; }
a { background-color: rgb(83,157,44); }
div.DivClassName
{
background-color: #539D2C;
}
.BgClassName
{
background-color: #539D2C;
}
</style>
border-color css
<style>
span { border-color: #539D2C; }
span { border-color: rgb(83,157,44); }
td.TdClassName
{
border-color: #539D2C;
}
.TagClassName
{
border-color: #539D2C;
}
</style>