Shades of Limeade #629D31
Tints of Limeade #629D31
RGB
CMYK
RGB Variations
Color information
#629D31 (or 0x629D31) is known color: Limeade. HEX triplet: 62, 9D and 31. RGB value is (98,157,49). Sum of RGB (Red+Green+Blue) = 98+157+49=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #629D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629D31 is #9D62CE. Grayscale: #7F7F7F. Windows color (decimal): -10314447 or 3251554. OLE color: 3251554.
HSL color Cylindrical-coordinate representation of color #629D31: hue angle of 92.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #629D31 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 49 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.38 |
| HSL | 92.78º | 0.52% | 0.4% | - |
| HSV(B) | 92.78º | 0.69% | 0.62% | - |
| XYZ | 17.65 | 26.93 | 7.17 | - |
| YUV | 127.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 49 | 0.38 | 0 | 0.69 | 0.38 | 92.78 | 0.52 | 0.4 |
| Hex | 62 | 9D | 31 | 26 | 0 | 45 | 26 | 5D | 34 | 28 |
| Octal | 142 | 235 | 61 | 46 | 0 | 105 | 46 | 135 | 64 | 50 |
| Binary | 1100010 | 10011101 | 110001 | 100110 | 0 | 1000101 | 100110 | 1011101 | 110100 | 101000 |
Color Harmonies of #629D31
Complementary color
Monochromatic Colors of #629D31
Black with #629D31
Text Example
Text Example
White with #629D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D31; }
p { color: rgb(98,157,49); }
H1.HeaderClassName
{
color: #629D31;
}
.AnyTagClassName
{
color: #629D31;
}
</style>
background-color css
<style>
a { background-color: #629D31; }
a { background-color: rgb(98,157,49); }
div.DivClassName
{
background-color: #629D31;
}
.BgClassName
{
background-color: #629D31;
}
</style>
border-color css
<style>
span { border-color: #629D31; }
span { border-color: rgb(98,157,49); }
td.TdClassName
{
border-color: #629D31;
}
.TagClassName
{
border-color: #629D31;
}
</style>