Shades of Limeade #629524
Tints of Limeade #629524
RGB
CMYK
RGB Variations
Color information
#629524 (or 0x629524) is known color: Limeade. HEX triplet: 62, 95 and 24. RGB value is (98,149,36). Sum of RGB (Red+Green+Blue) = 98+149+36=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #629524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629524 is #9D6ADB. Grayscale: #797979. Windows color (decimal): -10316508 or 2397538. OLE color: 2397538.
HSL color Cylindrical-coordinate representation of color #629524: hue angle of 87.08º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #629524 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 36 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.42 |
| HSL | 87.08º | 0.61% | 0.36% | - |
| HSV(B) | 87.08º | 0.76% | 0.58% | - |
| XYZ | 16.1 | 24.22 | 5.5 | - |
| YUV | 120.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 36 | 0.34 | 0 | 0.76 | 0.42 | 87.08 | 0.61 | 0.36 |
| Hex | 62 | 95 | 24 | 22 | 0 | 4C | 2A | 57 | 3D | 24 |
| Octal | 142 | 225 | 44 | 42 | 0 | 114 | 52 | 127 | 75 | 44 |
| Binary | 1100010 | 10010101 | 100100 | 100010 | 0 | 1001100 | 101010 | 1010111 | 111101 | 100100 |
Color Harmonies of #629524
Complementary color
Monochromatic Colors of #629524
Black with #629524
Text Example
Text Example
White with #629524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629524; }
p { color: rgb(98,149,36); }
H1.HeaderClassName
{
color: #629524;
}
.AnyTagClassName
{
color: #629524;
}
</style>
background-color css
<style>
a { background-color: #629524; }
a { background-color: rgb(98,149,36); }
div.DivClassName
{
background-color: #629524;
}
.BgClassName
{
background-color: #629524;
}
</style>
border-color css
<style>
span { border-color: #629524; }
span { border-color: rgb(98,149,36); }
td.TdClassName
{
border-color: #629524;
}
.TagClassName
{
border-color: #629524;
}
</style>