Shades of Limeade #53A02A
Tints of Limeade #53A02A
RGB
CMYK
RGB Variations
Color information
#53A02A (or 0x53A02A) is known color: Limeade. HEX triplet: 53, A0 and 2A. RGB value is (83,160,42). Sum of RGB (Red+Green+Blue) = 83+160+42=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #53A02A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A02A is #AC5FD5. Grayscale: #7B7B7B. Windows color (decimal): -11296726 or 2793555. OLE color: 2793555.
HSL color Cylindrical-coordinate representation of color #53A02A: hue angle of 99.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53A02A is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 42 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.37 |
| HSL | 99.15º | 0.58% | 0.4% | - |
| HSV(B) | 99.15º | 0.74% | 0.63% | - |
| XYZ | 16.56 | 27.15 | 6.56 | - |
| YUV | 123.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 42 | 0.48 | 0 | 0.74 | 0.37 | 99.15 | 0.58 | 0.4 |
| Hex | 53 | A0 | 2A | 30 | 0 | 4A | 25 | 63 | 3A | 28 |
| Octal | 123 | 240 | 52 | 60 | 0 | 112 | 45 | 143 | 72 | 50 |
| Binary | 1010011 | 10100000 | 101010 | 110000 | 0 | 1001010 | 100101 | 1100011 | 111010 | 101000 |
Color Harmonies of #53A02A
Complementary color
Monochromatic Colors of #53A02A
Black with #53A02A
Text Example
Text Example
White with #53A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A02A; }
p { color: rgb(83,160,42); }
H1.HeaderClassName
{
color: #53A02A;
}
.AnyTagClassName
{
color: #53A02A;
}
</style>
background-color css
<style>
a { background-color: #53A02A; }
a { background-color: rgb(83,160,42); }
div.DivClassName
{
background-color: #53A02A;
}
.BgClassName
{
background-color: #53A02A;
}
</style>
border-color css
<style>
span { border-color: #53A02A; }
span { border-color: rgb(83,160,42); }
td.TdClassName
{
border-color: #53A02A;
}
.TagClassName
{
border-color: #53A02A;
}
</style>