Shades of Limeade #629C22
Tints of Limeade #629C22
RGB
CMYK
RGB Variations
Color information
#629C22 (or 0x629C22) is known color: Limeade. HEX triplet: 62, 9C and 22. RGB value is (98,156,34). Sum of RGB (Red+Green+Blue) = 98+156+34=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #629C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629C22 is #9D63DD. Grayscale: #7D7D7D. Windows color (decimal): -10314718 or 2268258. OLE color: 2268258.
HSL color Cylindrical-coordinate representation of color #629C22: hue angle of 88.52º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #629C22 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 34 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.39 |
| HSL | 88.52º | 0.64% | 0.37% | - |
| HSV(B) | 88.52º | 0.78% | 0.61% | - |
| XYZ | 17.21 | 26.49 | 5.72 | - |
| YUV | 124.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 34 | 0.37 | 0 | 0.78 | 0.39 | 88.52 | 0.64 | 0.37 |
| Hex | 62 | 9C | 22 | 25 | 0 | 4E | 27 | 59 | 40 | 25 |
| Octal | 142 | 234 | 42 | 45 | 0 | 116 | 47 | 131 | 100 | 45 |
| Binary | 1100010 | 10011100 | 100010 | 100101 | 0 | 1001110 | 100111 | 1011001 | 1000000 | 100101 |
Color Harmonies of #629C22
Complementary color
Monochromatic Colors of #629C22
Black with #629C22
Text Example
Text Example
White with #629C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C22; }
p { color: rgb(98,156,34); }
H1.HeaderClassName
{
color: #629C22;
}
.AnyTagClassName
{
color: #629C22;
}
</style>
background-color css
<style>
a { background-color: #629C22; }
a { background-color: rgb(98,156,34); }
div.DivClassName
{
background-color: #629C22;
}
.BgClassName
{
background-color: #629C22;
}
</style>
border-color css
<style>
span { border-color: #629C22; }
span { border-color: rgb(98,156,34); }
td.TdClassName
{
border-color: #629C22;
}
.TagClassName
{
border-color: #629C22;
}
</style>