Shades of Limeade #64AC31
Tints of Limeade #64AC31
RGB
CMYK
RGB Variations
Color information
#64AC31 (or 0x64AC31) is known color: Limeade. HEX triplet: 64, AC and 31. RGB value is (100,172,49). Sum of RGB (Red+Green+Blue) = 100+172+49=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC31 is #9B53CE. Grayscale: #888888. Windows color (decimal): -10179535 or 3255396. OLE color: 3255396.
HSL color Cylindrical-coordinate representation of color #64AC31: hue angle of 95.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64AC31 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 49 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.33 |
| HSL | 95.12º | 0.56% | 0.43% | - |
| HSV(B) | 95.12º | 0.72% | 0.67% | - |
| XYZ | 20.56 | 32.44 | 8.08 | - |
| YUV | 136.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 49 | 0.42 | 0 | 0.72 | 0.33 | 95.12 | 0.56 | 0.43 |
| Hex | 64 | AC | 31 | 2A | 0 | 48 | 21 | 5F | 38 | 2B |
| Octal | 144 | 254 | 61 | 52 | 0 | 110 | 41 | 137 | 70 | 53 |
| Binary | 1100100 | 10101100 | 110001 | 101010 | 0 | 1001000 | 100001 | 1011111 | 111000 | 101011 |
Color Harmonies of #64AC31
Complementary color
Monochromatic Colors of #64AC31
Black with #64AC31
Text Example
Text Example
White with #64AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC31; }
p { color: rgb(100,172,49); }
H1.HeaderClassName
{
color: #64AC31;
}
.AnyTagClassName
{
color: #64AC31;
}
</style>
background-color css
<style>
a { background-color: #64AC31; }
a { background-color: rgb(100,172,49); }
div.DivClassName
{
background-color: #64AC31;
}
.BgClassName
{
background-color: #64AC31;
}
</style>
border-color css
<style>
span { border-color: #64AC31; }
span { border-color: rgb(100,172,49); }
td.TdClassName
{
border-color: #64AC31;
}
.TagClassName
{
border-color: #64AC31;
}
</style>