Shades of Limeade #64AD2C
Tints of Limeade #64AD2C
RGB
CMYK
RGB Variations
Color information
#64AD2C (or 0x64AD2C) is known color: Limeade. HEX triplet: 64, AD and 2C. RGB value is (100,173,44). Sum of RGB (Red+Green+Blue) = 100+173+44=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD2C is #9B52D3. Grayscale: #888888. Windows color (decimal): -10179284 or 2927972. OLE color: 2927972.
HSL color Cylindrical-coordinate representation of color #64AD2C: hue angle of 93.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64AD2C is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 44 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.32 |
| HSL | 93.95º | 0.59% | 0.43% | - |
| HSV(B) | 93.95º | 0.75% | 0.68% | - |
| XYZ | 20.65 | 32.78 | 7.62 | - |
| YUV | 136.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 44 | 0.42 | 0 | 0.75 | 0.32 | 93.95 | 0.59 | 0.43 |
| Hex | 64 | AD | 2C | 2A | 0 | 4B | 20 | 5E | 3B | 2B |
| Octal | 144 | 255 | 54 | 52 | 0 | 113 | 40 | 136 | 73 | 53 |
| Binary | 1100100 | 10101101 | 101100 | 101010 | 0 | 1001011 | 100000 | 1011110 | 111011 | 101011 |
Color Harmonies of #64AD2C
Complementary color
Monochromatic Colors of #64AD2C
Black with #64AD2C
Text Example
Text Example
White with #64AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD2C; }
p { color: rgb(100,173,44); }
H1.HeaderClassName
{
color: #64AD2C;
}
.AnyTagClassName
{
color: #64AD2C;
}
</style>
background-color css
<style>
a { background-color: #64AD2C; }
a { background-color: rgb(100,173,44); }
div.DivClassName
{
background-color: #64AD2C;
}
.BgClassName
{
background-color: #64AD2C;
}
</style>
border-color css
<style>
span { border-color: #64AD2C; }
span { border-color: rgb(100,173,44); }
td.TdClassName
{
border-color: #64AD2C;
}
.TagClassName
{
border-color: #64AD2C;
}
</style>