Shades of Limeade #629913
Tints of Limeade #629913
RGB
CMYK
RGB Variations
Color information
#629913 (or 0x629913) is known color: Limeade. HEX triplet: 62, 99 and 13. RGB value is (98,153,19). Sum of RGB (Red+Green+Blue) = 98+153+19=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #629913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629913 is #9D66EC. Grayscale: #797979. Windows color (decimal): -10315501 or 1284450. OLE color: 1284450.
HSL color Cylindrical-coordinate representation of color #629913: hue angle of 84.63º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #629913 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 19 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.4 |
| HSL | 84.63º | 0.78% | 0.34% | - |
| HSV(B) | 84.63º | 0.88% | 0.6% | - |
| XYZ | 16.55 | 25.43 | 4.65 | - |
| YUV | 121.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 19 | 0.36 | 0 | 0.88 | 0.4 | 84.63 | 0.78 | 0.34 |
| Hex | 62 | 99 | 13 | 24 | 0 | 58 | 28 | 55 | 4E | 22 |
| Octal | 142 | 231 | 23 | 44 | 0 | 130 | 50 | 125 | 116 | 42 |
| Binary | 1100010 | 10011001 | 10011 | 100100 | 0 | 1011000 | 101000 | 1010101 | 1001110 | 100010 |
Color Harmonies of #629913
Complementary color
Monochromatic Colors of #629913
Black with #629913
Text Example
Text Example
White with #629913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629913; }
p { color: rgb(98,153,19); }
H1.HeaderClassName
{
color: #629913;
}
.AnyTagClassName
{
color: #629913;
}
</style>
background-color css
<style>
a { background-color: #629913; }
a { background-color: rgb(98,153,19); }
div.DivClassName
{
background-color: #629913;
}
.BgClassName
{
background-color: #629913;
}
</style>
border-color css
<style>
span { border-color: #629913; }
span { border-color: rgb(98,153,19); }
td.TdClassName
{
border-color: #629913;
}
.TagClassName
{
border-color: #629913;
}
</style>