Shades of Limeade #629935
Tints of Limeade #629935
RGB
CMYK
RGB Variations
Color information
#629935 (or 0x629935) is known color: Limeade. HEX triplet: 62, 99 and 35. RGB value is (98,153,53). Sum of RGB (Red+Green+Blue) = 98+153+53=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #629935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629935 is #9D66CA. Grayscale: #7D7D7D. Windows color (decimal): -10315467 or 3512674. OLE color: 3512674.
HSL color Cylindrical-coordinate representation of color #629935: hue angle of 93º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #629935 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 53 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.4 |
| HSL | 93º | 0.49% | 0.4% | - |
| HSV(B) | 93º | 0.65% | 0.6% | - |
| XYZ | 17.07 | 25.64 | 7.42 | - |
| YUV | 125.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 53 | 0.36 | 0 | 0.65 | 0.4 | 93 | 0.49 | 0.4 |
| Hex | 62 | 99 | 35 | 24 | 0 | 41 | 28 | 5D | 31 | 28 |
| Octal | 142 | 231 | 65 | 44 | 0 | 101 | 50 | 135 | 61 | 50 |
| Binary | 1100010 | 10011001 | 110101 | 100100 | 0 | 1000001 | 101000 | 1011101 | 110001 | 101000 |
Color Harmonies of #629935
Complementary color
Monochromatic Colors of #629935
Black with #629935
Text Example
Text Example
White with #629935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629935; }
p { color: rgb(98,153,53); }
H1.HeaderClassName
{
color: #629935;
}
.AnyTagClassName
{
color: #629935;
}
</style>
background-color css
<style>
a { background-color: #629935; }
a { background-color: rgb(98,153,53); }
div.DivClassName
{
background-color: #629935;
}
.BgClassName
{
background-color: #629935;
}
</style>
border-color css
<style>
span { border-color: #629935; }
span { border-color: rgb(98,153,53); }
td.TdClassName
{
border-color: #629935;
}
.TagClassName
{
border-color: #629935;
}
</style>