Shades of Limeade #64A030
Tints of Limeade #64A030
RGB
CMYK
RGB Variations
Color information
#64A030 (or 0x64A030) is known color: Limeade. HEX triplet: 64, A0 and 30. RGB value is (100,160,48). Sum of RGB (Red+Green+Blue) = 100+160+48=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #64A030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A030 is #9B5FCF. Grayscale: #818181. Windows color (decimal): -10182608 or 3186788. OLE color: 3186788.
HSL color Cylindrical-coordinate representation of color #64A030: hue angle of 92.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64A030 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 48 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.37 |
| HSL | 92.14º | 0.54% | 0.41% | - |
| HSV(B) | 92.14º | 0.7% | 0.63% | - |
| XYZ | 18.36 | 28.06 | 7.25 | - |
| YUV | 129.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 48 | 0.38 | 0 | 0.70 | 0.37 | 92.14 | 0.54 | 0.41 |
| Hex | 64 | A0 | 30 | 26 | 0 | 46 | 25 | 5C | 36 | 29 |
| Octal | 144 | 240 | 60 | 46 | 0 | 106 | 45 | 134 | 66 | 51 |
| Binary | 1100100 | 10100000 | 110000 | 100110 | 0 | 1000110 | 100101 | 1011100 | 110110 | 101001 |
Color Harmonies of #64A030
Complementary color
Monochromatic Colors of #64A030
Black with #64A030
Text Example
Text Example
White with #64A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A030; }
p { color: rgb(100,160,48); }
H1.HeaderClassName
{
color: #64A030;
}
.AnyTagClassName
{
color: #64A030;
}
</style>
background-color css
<style>
a { background-color: #64A030; }
a { background-color: rgb(100,160,48); }
div.DivClassName
{
background-color: #64A030;
}
.BgClassName
{
background-color: #64A030;
}
</style>
border-color css
<style>
span { border-color: #64A030; }
span { border-color: rgb(100,160,48); }
td.TdClassName
{
border-color: #64A030;
}
.TagClassName
{
border-color: #64A030;
}
</style>