Shades of Limeade #629B34
Tints of Limeade #629B34
RGB
CMYK
RGB Variations
Color information
#629B34 (or 0x629B34) is known color: Limeade. HEX triplet: 62, 9B and 34. RGB value is (98,155,52). Sum of RGB (Red+Green+Blue) = 98+155+52=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #629B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629B34 is #9D64CB. Grayscale: #7E7E7E. Windows color (decimal): -10314956 or 3447650. OLE color: 3447650.
HSL color Cylindrical-coordinate representation of color #629B34: hue angle of 93.2º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #629B34 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 52 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.39 |
| HSL | 93.2º | 0.5% | 0.41% | - |
| HSV(B) | 93.2º | 0.66% | 0.61% | - |
| XYZ | 17.38 | 26.29 | 7.41 | - |
| YUV | 126.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 52 | 0.37 | 0 | 0.66 | 0.39 | 93.2 | 0.5 | 0.41 |
| Hex | 62 | 9B | 34 | 25 | 0 | 42 | 27 | 5D | 32 | 29 |
| Octal | 142 | 233 | 64 | 45 | 0 | 102 | 47 | 135 | 62 | 51 |
| Binary | 1100010 | 10011011 | 110100 | 100101 | 0 | 1000010 | 100111 | 1011101 | 110010 | 101001 |
Color Harmonies of #629B34
Complementary color
Monochromatic Colors of #629B34
Black with #629B34
Text Example
Text Example
White with #629B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B34; }
p { color: rgb(98,155,52); }
H1.HeaderClassName
{
color: #629B34;
}
.AnyTagClassName
{
color: #629B34;
}
</style>
background-color css
<style>
a { background-color: #629B34; }
a { background-color: rgb(98,155,52); }
div.DivClassName
{
background-color: #629B34;
}
.BgClassName
{
background-color: #629B34;
}
</style>
border-color css
<style>
span { border-color: #629B34; }
span { border-color: rgb(98,155,52); }
td.TdClassName
{
border-color: #629B34;
}
.TagClassName
{
border-color: #629B34;
}
</style>