Shades of Limeade #629B29
Tints of Limeade #629B29
RGB
CMYK
RGB Variations
Color information
#629B29 (or 0x629B29) is known color: Limeade. HEX triplet: 62, 9B and 29. RGB value is (98,155,41). Sum of RGB (Red+Green+Blue) = 98+155+41=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #629B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629B29 is #9D64D6. Grayscale: #7D7D7D. Windows color (decimal): -10314967 or 2726754. OLE color: 2726754.
HSL color Cylindrical-coordinate representation of color #629B29: hue angle of 90º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #629B29 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 41 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.39 |
| HSL | 90º | 0.58% | 0.38% | - |
| HSV(B) | 90º | 0.74% | 0.61% | - |
| XYZ | 17.16 | 26.2 | 6.25 | - |
| YUV | 124.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 41 | 0.37 | 0 | 0.74 | 0.39 | 90 | 0.58 | 0.38 |
| Hex | 62 | 9B | 29 | 25 | 0 | 4A | 27 | 5A | 3A | 26 |
| Octal | 142 | 233 | 51 | 45 | 0 | 112 | 47 | 132 | 72 | 46 |
| Binary | 1100010 | 10011011 | 101001 | 100101 | 0 | 1001010 | 100111 | 1011010 | 111010 | 100110 |
Color Harmonies of #629B29
Complementary color
Monochromatic Colors of #629B29
Black with #629B29
Text Example
Text Example
White with #629B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B29; }
p { color: rgb(98,155,41); }
H1.HeaderClassName
{
color: #629B29;
}
.AnyTagClassName
{
color: #629B29;
}
</style>
background-color css
<style>
a { background-color: #629B29; }
a { background-color: rgb(98,155,41); }
div.DivClassName
{
background-color: #629B29;
}
.BgClassName
{
background-color: #629B29;
}
</style>
border-color css
<style>
span { border-color: #629B29; }
span { border-color: rgb(98,155,41); }
td.TdClassName
{
border-color: #629B29;
}
.TagClassName
{
border-color: #629B29;
}
</style>