Shades of Limeade #649F30
Tints of Limeade #649F30
RGB
CMYK
RGB Variations
Color information
#649F30 (or 0x649F30) is known color: Limeade. HEX triplet: 64, 9F and 30. RGB value is (100,159,48). Sum of RGB (Red+Green+Blue) = 100+159+48=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #649F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F30 is #9B60CF. Grayscale: #818181. Windows color (decimal): -10182864 or 3186532. OLE color: 3186532.
HSL color Cylindrical-coordinate representation of color #649F30: hue angle of 91.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #649F30 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 48 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.38 |
| HSL | 91.89º | 0.54% | 0.41% | - |
| HSV(B) | 91.89º | 0.7% | 0.62% | - |
| XYZ | 18.19 | 27.72 | 7.19 | - |
| YUV | 128.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 48 | 0.37 | 0 | 0.70 | 0.38 | 91.89 | 0.54 | 0.41 |
| Hex | 64 | 9F | 30 | 25 | 0 | 46 | 26 | 5C | 36 | 29 |
| Octal | 144 | 237 | 60 | 45 | 0 | 106 | 46 | 134 | 66 | 51 |
| Binary | 1100100 | 10011111 | 110000 | 100101 | 0 | 1000110 | 100110 | 1011100 | 110110 | 101001 |
Color Harmonies of #649F30
Complementary color
Monochromatic Colors of #649F30
Black with #649F30
Text Example
Text Example
White with #649F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F30; }
p { color: rgb(100,159,48); }
H1.HeaderClassName
{
color: #649F30;
}
.AnyTagClassName
{
color: #649F30;
}
</style>
background-color css
<style>
a { background-color: #649F30; }
a { background-color: rgb(100,159,48); }
div.DivClassName
{
background-color: #649F30;
}
.BgClassName
{
background-color: #649F30;
}
</style>
border-color css
<style>
span { border-color: #649F30; }
span { border-color: rgb(100,159,48); }
td.TdClassName
{
border-color: #649F30;
}
.TagClassName
{
border-color: #649F30;
}
</style>