Shades of Limeade #629C34
Tints of Limeade #629C34
RGB
CMYK
RGB Variations
Color information
#629C34 (or 0x629C34) is known color: Limeade. HEX triplet: 62, 9C and 34. RGB value is (98,156,52). Sum of RGB (Red+Green+Blue) = 98+156+52=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #629C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629C34 is #9D63CB. Grayscale: #7F7F7F. Windows color (decimal): -10314700 or 3447906. OLE color: 3447906.
HSL color Cylindrical-coordinate representation of color #629C34: hue angle of 93.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #629C34 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 52 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.39 |
| HSL | 93.46º | 0.5% | 0.41% | - |
| HSV(B) | 93.46º | 0.67% | 0.61% | - |
| XYZ | 17.55 | 26.62 | 7.46 | - |
| YUV | 126.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 52 | 0.37 | 0 | 0.67 | 0.39 | 93.46 | 0.5 | 0.41 |
| Hex | 62 | 9C | 34 | 25 | 0 | 43 | 27 | 5D | 32 | 29 |
| Octal | 142 | 234 | 64 | 45 | 0 | 103 | 47 | 135 | 62 | 51 |
| Binary | 1100010 | 10011100 | 110100 | 100101 | 0 | 1000011 | 100111 | 1011101 | 110010 | 101001 |
Color Harmonies of #629C34
Complementary color
Monochromatic Colors of #629C34
Black with #629C34
Text Example
Text Example
White with #629C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C34; }
p { color: rgb(98,156,52); }
H1.HeaderClassName
{
color: #629C34;
}
.AnyTagClassName
{
color: #629C34;
}
</style>
background-color css
<style>
a { background-color: #629C34; }
a { background-color: rgb(98,156,52); }
div.DivClassName
{
background-color: #629C34;
}
.BgClassName
{
background-color: #629C34;
}
</style>
border-color css
<style>
span { border-color: #629C34; }
span { border-color: rgb(98,156,52); }
td.TdClassName
{
border-color: #629C34;
}
.TagClassName
{
border-color: #629C34;
}
</style>