Shades of Limeade #53A31D
Tints of Limeade #53A31D
RGB
CMYK
RGB Variations
Color information
#53A31D (or 0x53A31D) is known color: Limeade. HEX triplet: 53, A3 and 1D. RGB value is (83,163,29). Sum of RGB (Red+Green+Blue) = 83+163+29=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #53A31D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A31D is #AC5CE2. Grayscale: #7C7C7C. Windows color (decimal): -11295971 or 1942355. OLE color: 1942355.
HSL color Cylindrical-coordinate representation of color #53A31D: hue angle of 95.82º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53A31D is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 29 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.36 |
| HSL | 95.82º | 0.7% | 0.38% | - |
| HSV(B) | 95.82º | 0.82% | 0.64% | - |
| XYZ | 16.89 | 28.12 | 5.7 | - |
| YUV | 123.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 29 | 0.49 | 0 | 0.82 | 0.36 | 95.82 | 0.7 | 0.38 |
| Hex | 53 | A3 | 1D | 31 | 0 | 52 | 24 | 60 | 46 | 26 |
| Octal | 123 | 243 | 35 | 61 | 0 | 122 | 44 | 140 | 106 | 46 |
| Binary | 1010011 | 10100011 | 11101 | 110001 | 0 | 1010010 | 100100 | 1100000 | 1000110 | 100110 |
Color Harmonies of #53A31D
Complementary color
Monochromatic Colors of #53A31D
Black with #53A31D
Text Example
Text Example
White with #53A31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A31D; }
p { color: rgb(83,163,29); }
H1.HeaderClassName
{
color: #53A31D;
}
.AnyTagClassName
{
color: #53A31D;
}
</style>
background-color css
<style>
a { background-color: #53A31D; }
a { background-color: rgb(83,163,29); }
div.DivClassName
{
background-color: #53A31D;
}
.BgClassName
{
background-color: #53A31D;
}
</style>
border-color css
<style>
span { border-color: #53A31D; }
span { border-color: rgb(83,163,29); }
td.TdClassName
{
border-color: #53A31D;
}
.TagClassName
{
border-color: #53A31D;
}
</style>