Shades of Limeade #629D32
Tints of Limeade #629D32
RGB
CMYK
RGB Variations
Color information
#629D32 (or 0x629D32) is known color: Limeade. HEX triplet: 62, 9D and 32. RGB value is (98,157,50). Sum of RGB (Red+Green+Blue) = 98+157+50=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #629D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629D32 is #9D62CD. Grayscale: #7F7F7F. Windows color (decimal): -10314446 or 3317090. OLE color: 3317090.
HSL color Cylindrical-coordinate representation of color #629D32: hue angle of 93.08º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #629D32 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 50 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.38 |
| HSL | 93.08º | 0.52% | 0.41% | - |
| HSV(B) | 93.08º | 0.68% | 0.62% | - |
| XYZ | 17.67 | 26.94 | 7.29 | - |
| YUV | 127.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 50 | 0.38 | 0 | 0.68 | 0.38 | 93.08 | 0.52 | 0.41 |
| Hex | 62 | 9D | 32 | 26 | 0 | 44 | 26 | 5D | 34 | 29 |
| Octal | 142 | 235 | 62 | 46 | 0 | 104 | 46 | 135 | 64 | 51 |
| Binary | 1100010 | 10011101 | 110010 | 100110 | 0 | 1000100 | 100110 | 1011101 | 110100 | 101001 |
Color Harmonies of #629D32
Complementary color
Monochromatic Colors of #629D32
Black with #629D32
Text Example
Text Example
White with #629D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D32; }
p { color: rgb(98,157,50); }
H1.HeaderClassName
{
color: #629D32;
}
.AnyTagClassName
{
color: #629D32;
}
</style>
background-color css
<style>
a { background-color: #629D32; }
a { background-color: rgb(98,157,50); }
div.DivClassName
{
background-color: #629D32;
}
.BgClassName
{
background-color: #629D32;
}
</style>
border-color css
<style>
span { border-color: #629D32; }
span { border-color: rgb(98,157,50); }
td.TdClassName
{
border-color: #629D32;
}
.TagClassName
{
border-color: #629D32;
}
</style>