Shades of Limeade #629936
Tints of Limeade #629936
RGB
CMYK
RGB Variations
Color information
#629936 (or 0x629936) is known color: Limeade. HEX triplet: 62, 99 and 36. RGB value is (98,153,54). Sum of RGB (Red+Green+Blue) = 98+153+54=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #629936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629936 is #9D66C9. Grayscale: #7D7D7D. Windows color (decimal): -10315466 or 3578210. OLE color: 3578210.
HSL color Cylindrical-coordinate representation of color #629936: hue angle of 93.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #629936 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 54 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.4 |
| HSL | 93.33º | 0.48% | 0.41% | - |
| HSV(B) | 93.33º | 0.65% | 0.6% | - |
| XYZ | 17.09 | 25.65 | 7.54 | - |
| YUV | 125.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 54 | 0.36 | 0 | 0.65 | 0.4 | 93.33 | 0.48 | 0.41 |
| Hex | 62 | 99 | 36 | 24 | 0 | 41 | 28 | 5D | 30 | 29 |
| Octal | 142 | 231 | 66 | 44 | 0 | 101 | 50 | 135 | 60 | 51 |
| Binary | 1100010 | 10011001 | 110110 | 100100 | 0 | 1000001 | 101000 | 1011101 | 110000 | 101001 |
Color Harmonies of #629936
Complementary color
Monochromatic Colors of #629936
Black with #629936
Text Example
Text Example
White with #629936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629936; }
p { color: rgb(98,153,54); }
H1.HeaderClassName
{
color: #629936;
}
.AnyTagClassName
{
color: #629936;
}
</style>
background-color css
<style>
a { background-color: #629936; }
a { background-color: rgb(98,153,54); }
div.DivClassName
{
background-color: #629936;
}
.BgClassName
{
background-color: #629936;
}
</style>
border-color css
<style>
span { border-color: #629936; }
span { border-color: rgb(98,153,54); }
td.TdClassName
{
border-color: #629936;
}
.TagClassName
{
border-color: #629936;
}
</style>