Shades of Limeade #64AC2D
Tints of Limeade #64AC2D
RGB
CMYK
RGB Variations
Color information
#64AC2D (or 0x64AC2D) is known color: Limeade. HEX triplet: 64, AC and 2D. RGB value is (100,172,45). Sum of RGB (Red+Green+Blue) = 100+172+45=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC2D is #9B53D2. Grayscale: #888888. Windows color (decimal): -10179539 or 2993252. OLE color: 2993252.
HSL color Cylindrical-coordinate representation of color #64AC2D: hue angle of 94.02º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64AC2D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 45 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.33 |
| HSL | 94.02º | 0.59% | 0.43% | - |
| HSV(B) | 94.02º | 0.74% | 0.67% | - |
| XYZ | 20.48 | 32.4 | 7.66 | - |
| YUV | 135.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 45 | 0.42 | 0 | 0.74 | 0.33 | 94.02 | 0.59 | 0.43 |
| Hex | 64 | AC | 2D | 2A | 0 | 4A | 21 | 5E | 3B | 2B |
| Octal | 144 | 254 | 55 | 52 | 0 | 112 | 41 | 136 | 73 | 53 |
| Binary | 1100100 | 10101100 | 101101 | 101010 | 0 | 1001010 | 100001 | 1011110 | 111011 | 101011 |
Color Harmonies of #64AC2D
Complementary color
Monochromatic Colors of #64AC2D
Black with #64AC2D
Text Example
Text Example
White with #64AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC2D; }
p { color: rgb(100,172,45); }
H1.HeaderClassName
{
color: #64AC2D;
}
.AnyTagClassName
{
color: #64AC2D;
}
</style>
background-color css
<style>
a { background-color: #64AC2D; }
a { background-color: rgb(100,172,45); }
div.DivClassName
{
background-color: #64AC2D;
}
.BgClassName
{
background-color: #64AC2D;
}
</style>
border-color css
<style>
span { border-color: #64AC2D; }
span { border-color: rgb(100,172,45); }
td.TdClassName
{
border-color: #64AC2D;
}
.TagClassName
{
border-color: #64AC2D;
}
</style>