Shades of Limeade #53A218
Tints of Limeade #53A218
RGB
CMYK
RGB Variations
Color information
#53A218 (or 0x53A218) is known color: Limeade. HEX triplet: 53, A2 and 18. RGB value is (83,162,24). Sum of RGB (Red+Green+Blue) = 83+162+24=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #53A218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A218 is #AC5DE7. Grayscale: #7B7B7B. Windows color (decimal): -11296232 or 1614419. OLE color: 1614419.
HSL color Cylindrical-coordinate representation of color #53A218: hue angle of 94.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53A218 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 162 | 24 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.36 |
| HSL | 94.35º | 0.74% | 0.36% | - |
| HSV(B) | 94.35º | 0.85% | 0.64% | - |
| XYZ | 16.65 | 27.75 | 5.34 | - |
| YUV | 122.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 24 | 0.49 | 0 | 0.85 | 0.36 | 94.35 | 0.74 | 0.36 |
| Hex | 53 | A2 | 18 | 31 | 0 | 55 | 24 | 5E | 4A | 24 |
| Octal | 123 | 242 | 30 | 61 | 0 | 125 | 44 | 136 | 112 | 44 |
| Binary | 1010011 | 10100010 | 11000 | 110001 | 0 | 1010101 | 100100 | 1011110 | 1001010 | 100100 |
Color Harmonies of #53A218
Complementary color
Monochromatic Colors of #53A218
Black with #53A218
Text Example
Text Example
White with #53A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A218; }
p { color: rgb(83,162,24); }
H1.HeaderClassName
{
color: #53A218;
}
.AnyTagClassName
{
color: #53A218;
}
</style>
background-color css
<style>
a { background-color: #53A218; }
a { background-color: rgb(83,162,24); }
div.DivClassName
{
background-color: #53A218;
}
.BgClassName
{
background-color: #53A218;
}
</style>
border-color css
<style>
span { border-color: #53A218; }
span { border-color: rgb(83,162,24); }
td.TdClassName
{
border-color: #53A218;
}
.TagClassName
{
border-color: #53A218;
}
</style>