Shades of Limeade #629934
Tints of Limeade #629934
RGB
CMYK
RGB Variations
Color information
#629934 (or 0x629934) is known color: Limeade. HEX triplet: 62, 99 and 34. RGB value is (98,153,52). Sum of RGB (Red+Green+Blue) = 98+153+52=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #629934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629934 is #9D66CB. Grayscale: #7D7D7D. Windows color (decimal): -10315468 or 3447138. OLE color: 3447138.
HSL color Cylindrical-coordinate representation of color #629934: hue angle of 92.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #629934 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 52 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.4 |
| HSL | 92.67º | 0.49% | 0.4% | - |
| HSV(B) | 92.67º | 0.66% | 0.6% | - |
| XYZ | 17.05 | 25.63 | 7.3 | - |
| YUV | 125.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 52 | 0.36 | 0 | 0.66 | 0.4 | 92.67 | 0.49 | 0.4 |
| Hex | 62 | 99 | 34 | 24 | 0 | 42 | 28 | 5D | 31 | 28 |
| Octal | 142 | 231 | 64 | 44 | 0 | 102 | 50 | 135 | 61 | 50 |
| Binary | 1100010 | 10011001 | 110100 | 100100 | 0 | 1000010 | 101000 | 1011101 | 110001 | 101000 |
Color Harmonies of #629934
Complementary color
Monochromatic Colors of #629934
Black with #629934
Text Example
Text Example
White with #629934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629934; }
p { color: rgb(98,153,52); }
H1.HeaderClassName
{
color: #629934;
}
.AnyTagClassName
{
color: #629934;
}
</style>
background-color css
<style>
a { background-color: #629934; }
a { background-color: rgb(98,153,52); }
div.DivClassName
{
background-color: #629934;
}
.BgClassName
{
background-color: #629934;
}
</style>
border-color css
<style>
span { border-color: #629934; }
span { border-color: rgb(98,153,52); }
td.TdClassName
{
border-color: #629934;
}
.TagClassName
{
border-color: #629934;
}
</style>