Shades of Limeade #539703
Tints of Limeade #539703
RGB
CMYK
RGB Variations
Color information
#539703 (or 0x539703) is known color: Limeade. HEX triplet: 53, 97 and 03. RGB value is (83,151,3). Sum of RGB (Red+Green+Blue) = 83+151+3=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 151 (59.38% from 255 or 63.71% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 151 - color contains mainly: green. Hex color #539703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539703 is #AC68FC. Grayscale: #727272. Windows color (decimal): -11299069 or 235347. OLE color: 235347.
HSL color Cylindrical-coordinate representation of color #539703: hue angle of 87.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #539703 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.41 |
| HSL | 87.57º | 0.96% | 0.3% | - |
| HSV(B) | 87.57º | 0.98% | 0.59% | - |
| XYZ | 14.65 | 23.98 | 3.94 | - |
| YUV | 113.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 3 | 0.45 | 0 | 0.98 | 0.41 | 87.57 | 0.96 | 0.3 |
| Hex | 53 | 97 | 3 | 2D | 0 | 62 | 29 | 58 | 60 | 1E |
| Octal | 123 | 227 | 3 | 55 | 0 | 142 | 51 | 130 | 140 | 36 |
| Binary | 1010011 | 10010111 | 11 | 101101 | 0 | 1100010 | 101001 | 1011000 | 1100000 | 11110 |
Color Harmonies of #539703
Complementary color
Monochromatic Colors of #539703
Black with #539703
Text Example
Text Example
White with #539703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539703; }
p { color: rgb(83,151,3); }
H1.HeaderClassName
{
color: #539703;
}
.AnyTagClassName
{
color: #539703;
}
</style>
background-color css
<style>
a { background-color: #539703; }
a { background-color: rgb(83,151,3); }
div.DivClassName
{
background-color: #539703;
}
.BgClassName
{
background-color: #539703;
}
</style>
border-color css
<style>
span { border-color: #539703; }
span { border-color: rgb(83,151,3); }
td.TdClassName
{
border-color: #539703;
}
.TagClassName
{
border-color: #539703;
}
</style>