Shades of Limeade #629B2F
Tints of Limeade #629B2F
RGB
CMYK
RGB Variations
Color information
#629B2F (or 0x629B2F) is known color: Limeade. HEX triplet: 62, 9B and 2F. RGB value is (98,155,47). Sum of RGB (Red+Green+Blue) = 98+155+47=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #629B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629B2F is #9D64D0. Grayscale: #7E7E7E. Windows color (decimal): -10314961 or 3119970. OLE color: 3119970.
HSL color Cylindrical-coordinate representation of color #629B2F: hue angle of 91.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #629B2F is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 47 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.39 |
| HSL | 91.67º | 0.53% | 0.4% | - |
| HSV(B) | 91.67º | 0.7% | 0.61% | - |
| XYZ | 17.27 | 26.24 | 6.84 | - |
| YUV | 125.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 47 | 0.37 | 0 | 0.70 | 0.39 | 91.67 | 0.53 | 0.4 |
| Hex | 62 | 9B | 2F | 25 | 0 | 46 | 27 | 5C | 35 | 28 |
| Octal | 142 | 233 | 57 | 45 | 0 | 106 | 47 | 134 | 65 | 50 |
| Binary | 1100010 | 10011011 | 101111 | 100101 | 0 | 1000110 | 100111 | 1011100 | 110101 | 101000 |
Color Harmonies of #629B2F
Complementary color
Monochromatic Colors of #629B2F
Black with #629B2F
Text Example
Text Example
White with #629B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B2F; }
p { color: rgb(98,155,47); }
H1.HeaderClassName
{
color: #629B2F;
}
.AnyTagClassName
{
color: #629B2F;
}
</style>
background-color css
<style>
a { background-color: #629B2F; }
a { background-color: rgb(98,155,47); }
div.DivClassName
{
background-color: #629B2F;
}
.BgClassName
{
background-color: #629B2F;
}
</style>
border-color css
<style>
span { border-color: #629B2F; }
span { border-color: rgb(98,155,47); }
td.TdClassName
{
border-color: #629B2F;
}
.TagClassName
{
border-color: #629B2F;
}
</style>