Shades of Limeade #53A82C
Tints of Limeade #53A82C
RGB
CMYK
RGB Variations
Color information
#53A82C (or 0x53A82C) is known color: Limeade. HEX triplet: 53, A8 and 2C. RGB value is (83,168,44). Sum of RGB (Red+Green+Blue) = 83+168+44=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #53A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A82C is #AC57D3. Grayscale: #808080. Windows color (decimal): -11294676 or 2926675. OLE color: 2926675.
HSL color Cylindrical-coordinate representation of color #53A82C: hue angle of 101.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53A82C is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 44 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.34 |
| HSL | 101.13º | 0.58% | 0.42% | - |
| HSV(B) | 101.13º | 0.74% | 0.66% | - |
| XYZ | 18.02 | 30.03 | 7.23 | - |
| YUV | 128.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 44 | 0.51 | 0 | 0.74 | 0.34 | 101.13 | 0.58 | 0.42 |
| Hex | 53 | A8 | 2C | 33 | 0 | 4A | 22 | 65 | 3A | 2A |
| Octal | 123 | 250 | 54 | 63 | 0 | 112 | 42 | 145 | 72 | 52 |
| Binary | 1010011 | 10101000 | 101100 | 110011 | 0 | 1001010 | 100010 | 1100101 | 111010 | 101010 |
Color Harmonies of #53A82C
Complementary color
Monochromatic Colors of #53A82C
Black with #53A82C
Text Example
Text Example
White with #53A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A82C; }
p { color: rgb(83,168,44); }
H1.HeaderClassName
{
color: #53A82C;
}
.AnyTagClassName
{
color: #53A82C;
}
</style>
background-color css
<style>
a { background-color: #53A82C; }
a { background-color: rgb(83,168,44); }
div.DivClassName
{
background-color: #53A82C;
}
.BgClassName
{
background-color: #53A82C;
}
</style>
border-color css
<style>
span { border-color: #53A82C; }
span { border-color: rgb(83,168,44); }
td.TdClassName
{
border-color: #53A82C;
}
.TagClassName
{
border-color: #53A82C;
}
</style>