Shades of Limeade #53A033
Tints of Limeade #53A033
RGB
CMYK
RGB Variations
Color information
#53A033 (or 0x53A033) is known color: Limeade. HEX triplet: 53, A0 and 33. RGB value is (83,160,51). Sum of RGB (Red+Green+Blue) = 83+160+51=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #53A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A033 is #AC5FCC. Grayscale: #7C7C7C. Windows color (decimal): -11296717 or 3383379. OLE color: 3383379.
HSL color Cylindrical-coordinate representation of color #53A033: hue angle of 102.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53A033 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 51 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.37 |
| HSL | 102.39º | 0.52% | 0.41% | - |
| HSV(B) | 102.39º | 0.68% | 0.63% | - |
| XYZ | 16.74 | 27.22 | 7.5 | - |
| YUV | 124.55 | 86.49 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 51 | 0.48 | 0 | 0.68 | 0.37 | 102.39 | 0.52 | 0.41 |
| Hex | 53 | A0 | 33 | 30 | 0 | 44 | 25 | 66 | 34 | 29 |
| Octal | 123 | 240 | 63 | 60 | 0 | 104 | 45 | 146 | 64 | 51 |
| Binary | 1010011 | 10100000 | 110011 | 110000 | 0 | 1000100 | 100101 | 1100110 | 110100 | 101001 |
Color Harmonies of #53A033
Complementary color
Monochromatic Colors of #53A033
Black with #53A033
Text Example
Text Example
White with #53A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A033; }
p { color: rgb(83,160,51); }
H1.HeaderClassName
{
color: #53A033;
}
.AnyTagClassName
{
color: #53A033;
}
</style>
background-color css
<style>
a { background-color: #53A033; }
a { background-color: rgb(83,160,51); }
div.DivClassName
{
background-color: #53A033;
}
.BgClassName
{
background-color: #53A033;
}
</style>
border-color css
<style>
span { border-color: #53A033; }
span { border-color: rgb(83,160,51); }
td.TdClassName
{
border-color: #53A033;
}
.TagClassName
{
border-color: #53A033;
}
</style>