Shades of Limeade #53A625
Tints of Limeade #53A625
RGB
CMYK
RGB Variations
Color information
#53A625 (or 0x53A625) is known color: Limeade. HEX triplet: 53, A6 and 25. RGB value is (83,166,37). Sum of RGB (Red+Green+Blue) = 83+166+37=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #53A625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A625 is #AC59DA. Grayscale: #7E7E7E. Windows color (decimal): -11295195 or 2467411. OLE color: 2467411.
HSL color Cylindrical-coordinate representation of color #53A625: hue angle of 98.6º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53A625 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 166 | 37 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.35 |
| HSL | 98.6º | 0.64% | 0.4% | - |
| HSV(B) | 98.6º | 0.78% | 0.65% | - |
| XYZ | 17.54 | 29.25 | 6.47 | - |
| YUV | 126.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 37 | 0.50 | 0 | 0.78 | 0.35 | 98.6 | 0.64 | 0.4 |
| Hex | 53 | A6 | 25 | 32 | 0 | 4E | 23 | 63 | 40 | 28 |
| Octal | 123 | 246 | 45 | 62 | 0 | 116 | 43 | 143 | 100 | 50 |
| Binary | 1010011 | 10100110 | 100101 | 110010 | 0 | 1001110 | 100011 | 1100011 | 1000000 | 101000 |
Color Harmonies of #53A625
Complementary color
Monochromatic Colors of #53A625
Black with #53A625
Text Example
Text Example
White with #53A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A625; }
p { color: rgb(83,166,37); }
H1.HeaderClassName
{
color: #53A625;
}
.AnyTagClassName
{
color: #53A625;
}
</style>
background-color css
<style>
a { background-color: #53A625; }
a { background-color: rgb(83,166,37); }
div.DivClassName
{
background-color: #53A625;
}
.BgClassName
{
background-color: #53A625;
}
</style>
border-color css
<style>
span { border-color: #53A625; }
span { border-color: rgb(83,166,37); }
td.TdClassName
{
border-color: #53A625;
}
.TagClassName
{
border-color: #53A625;
}
</style>