Shades of Limeade #53A32B
Tints of Limeade #53A32B
RGB
CMYK
RGB Variations
Color information
#53A32B (or 0x53A32B) is known color: Limeade. HEX triplet: 53, A3 and 2B. RGB value is (83,163,43). Sum of RGB (Red+Green+Blue) = 83+163+43=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #53A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A32B is #AC5CD4. Grayscale: #7D7D7D. Windows color (decimal): -11295957 or 2859859. OLE color: 2859859.
HSL color Cylindrical-coordinate representation of color #53A32B: hue angle of 100º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53A32B is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 43 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.36 |
| HSL | 100º | 0.58% | 0.4% | - |
| HSV(B) | 100º | 0.74% | 0.64% | - |
| XYZ | 17.1 | 28.21 | 6.83 | - |
| YUV | 125.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 43 | 0.49 | 0 | 0.74 | 0.36 | 100 | 0.58 | 0.4 |
| Hex | 53 | A3 | 2B | 31 | 0 | 4A | 24 | 64 | 3A | 28 |
| Octal | 123 | 243 | 53 | 61 | 0 | 112 | 44 | 144 | 72 | 50 |
| Binary | 1010011 | 10100011 | 101011 | 110001 | 0 | 1001010 | 100100 | 1100100 | 111010 | 101000 |
Color Harmonies of #53A32B
Complementary color
Monochromatic Colors of #53A32B
Black with #53A32B
Text Example
Text Example
White with #53A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A32B; }
p { color: rgb(83,163,43); }
H1.HeaderClassName
{
color: #53A32B;
}
.AnyTagClassName
{
color: #53A32B;
}
</style>
background-color css
<style>
a { background-color: #53A32B; }
a { background-color: rgb(83,163,43); }
div.DivClassName
{
background-color: #53A32B;
}
.BgClassName
{
background-color: #53A32B;
}
</style>
border-color css
<style>
span { border-color: #53A32B; }
span { border-color: rgb(83,163,43); }
td.TdClassName
{
border-color: #53A32B;
}
.TagClassName
{
border-color: #53A32B;
}
</style>