Shades of Limeade #539202
Tints of Limeade #539202
RGB
CMYK
RGB Variations
Color information
#539202 (or 0x539202) is known color: Limeade. HEX triplet: 53, 92 and 02. RGB value is (83,146,2). Sum of RGB (Red+Green+Blue) = 83+146+2=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #539202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539202 is #AC6DFD. Grayscale: #6F6F6F. Windows color (decimal): -11300350 or 168531. OLE color: 168531.
HSL color Cylindrical-coordinate representation of color #539202: hue angle of 86.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539202 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.43 |
| HSL | 86.25º | 0.97% | 0.29% | - |
| HSV(B) | 86.25º | 0.99% | 0.57% | - |
| XYZ | 13.86 | 22.4 | 3.65 | - |
| YUV | 110.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 2 | 0.43 | 0 | 0.99 | 0.43 | 86.25 | 0.97 | 0.29 |
| Hex | 53 | 92 | 2 | 2B | 0 | 63 | 2B | 56 | 61 | 1D |
| Octal | 123 | 222 | 2 | 53 | 0 | 143 | 53 | 126 | 141 | 35 |
| Binary | 1010011 | 10010010 | 10 | 101011 | 0 | 1100011 | 101011 | 1010110 | 1100001 | 11101 |
Color Harmonies of #539202
Complementary color
Monochromatic Colors of #539202
Black with #539202
Text Example
Text Example
White with #539202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539202; }
p { color: rgb(83,146,2); }
H1.HeaderClassName
{
color: #539202;
}
.AnyTagClassName
{
color: #539202;
}
</style>
background-color css
<style>
a { background-color: #539202; }
a { background-color: rgb(83,146,2); }
div.DivClassName
{
background-color: #539202;
}
.BgClassName
{
background-color: #539202;
}
</style>
border-color css
<style>
span { border-color: #539202; }
span { border-color: rgb(83,146,2); }
td.TdClassName
{
border-color: #539202;
}
.TagClassName
{
border-color: #539202;
}
</style>