Shades of Limeade #64AD31
Tints of Limeade #64AD31
RGB
CMYK
RGB Variations
Color information
#64AD31 (or 0x64AD31) is known color: Limeade. HEX triplet: 64, AD and 31. RGB value is (100,173,49). Sum of RGB (Red+Green+Blue) = 100+173+49=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD31 is #9B52CE. Grayscale: #898989. Windows color (decimal): -10179279 or 3255652. OLE color: 3255652.
HSL color Cylindrical-coordinate representation of color #64AD31: hue angle of 95.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64AD31 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 49 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.32 |
| HSL | 95.32º | 0.56% | 0.44% | - |
| HSV(B) | 95.32º | 0.72% | 0.68% | - |
| XYZ | 20.75 | 32.82 | 8.15 | - |
| YUV | 137.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 49 | 0.42 | 0 | 0.72 | 0.32 | 95.32 | 0.56 | 0.44 |
| Hex | 64 | AD | 31 | 2A | 0 | 48 | 20 | 5F | 38 | 2C |
| Octal | 144 | 255 | 61 | 52 | 0 | 110 | 40 | 137 | 70 | 54 |
| Binary | 1100100 | 10101101 | 110001 | 101010 | 0 | 1001000 | 100000 | 1011111 | 111000 | 101100 |
Color Harmonies of #64AD31
Complementary color
Monochromatic Colors of #64AD31
Black with #64AD31
Text Example
Text Example
White with #64AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD31; }
p { color: rgb(100,173,49); }
H1.HeaderClassName
{
color: #64AD31;
}
.AnyTagClassName
{
color: #64AD31;
}
</style>
background-color css
<style>
a { background-color: #64AD31; }
a { background-color: rgb(100,173,49); }
div.DivClassName
{
background-color: #64AD31;
}
.BgClassName
{
background-color: #64AD31;
}
</style>
border-color css
<style>
span { border-color: #64AD31; }
span { border-color: rgb(100,173,49); }
td.TdClassName
{
border-color: #64AD31;
}
.TagClassName
{
border-color: #64AD31;
}
</style>