Shades of Limeade #53A72D
Tints of Limeade #53A72D
RGB
CMYK
RGB Variations
Color information
#53A72D (or 0x53A72D) is known color: Limeade. HEX triplet: 53, A7 and 2D. RGB value is (83,167,45). Sum of RGB (Red+Green+Blue) = 83+167+45=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #53A72D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A72D is #AC58D2. Grayscale: #808080. Windows color (decimal): -11294931 or 2991955. OLE color: 2991955.
HSL color Cylindrical-coordinate representation of color #53A72D: hue angle of 101.31º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53A72D is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 167 | 45 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.35 |
| HSL | 101.31º | 0.58% | 0.42% | - |
| HSV(B) | 101.31º | 0.73% | 0.65% | - |
| XYZ | 17.86 | 29.67 | 7.27 | - |
| YUV | 127.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 167 | 45 | 0.50 | 0 | 0.73 | 0.35 | 101.31 | 0.58 | 0.42 |
| Hex | 53 | A7 | 2D | 32 | 0 | 49 | 23 | 65 | 3A | 2A |
| Octal | 123 | 247 | 55 | 62 | 0 | 111 | 43 | 145 | 72 | 52 |
| Binary | 1010011 | 10100111 | 101101 | 110010 | 0 | 1001001 | 100011 | 1100101 | 111010 | 101010 |
Color Harmonies of #53A72D
Complementary color
Monochromatic Colors of #53A72D
Black with #53A72D
Text Example
Text Example
White with #53A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A72D; }
p { color: rgb(83,167,45); }
H1.HeaderClassName
{
color: #53A72D;
}
.AnyTagClassName
{
color: #53A72D;
}
</style>
background-color css
<style>
a { background-color: #53A72D; }
a { background-color: rgb(83,167,45); }
div.DivClassName
{
background-color: #53A72D;
}
.BgClassName
{
background-color: #53A72D;
}
</style>
border-color css
<style>
span { border-color: #53A72D; }
span { border-color: rgb(83,167,45); }
td.TdClassName
{
border-color: #53A72D;
}
.TagClassName
{
border-color: #53A72D;
}
</style>