Shades of Limeade #64AB28
Tints of Limeade #64AB28
RGB
CMYK
RGB Variations
Color information
#64AB28 (or 0x64AB28) is known color: Limeade. HEX triplet: 64, AB and 28. RGB value is (100,171,40). Sum of RGB (Red+Green+Blue) = 100+171+40=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB28 is #9B54D7. Grayscale: #878787. Windows color (decimal): -10179800 or 2665316. OLE color: 2665316.
HSL color Cylindrical-coordinate representation of color #64AB28: hue angle of 92.52º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64AB28 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 40 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.33 |
| HSL | 92.52º | 0.62% | 0.41% | - |
| HSV(B) | 92.52º | 0.77% | 0.67% | - |
| XYZ | 20.2 | 31.99 | 7.12 | - |
| YUV | 134.84 | 74.48 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 40 | 0.42 | 0 | 0.77 | 0.33 | 92.52 | 0.62 | 0.41 |
| Hex | 64 | AB | 28 | 2A | 0 | 4D | 21 | 5D | 3E | 29 |
| Octal | 144 | 253 | 50 | 52 | 0 | 115 | 41 | 135 | 76 | 51 |
| Binary | 1100100 | 10101011 | 101000 | 101010 | 0 | 1001101 | 100001 | 1011101 | 111110 | 101001 |
Color Harmonies of #64AB28
Complementary color
Monochromatic Colors of #64AB28
Black with #64AB28
Text Example
Text Example
White with #64AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB28; }
p { color: rgb(100,171,40); }
H1.HeaderClassName
{
color: #64AB28;
}
.AnyTagClassName
{
color: #64AB28;
}
</style>
background-color css
<style>
a { background-color: #64AB28; }
a { background-color: rgb(100,171,40); }
div.DivClassName
{
background-color: #64AB28;
}
.BgClassName
{
background-color: #64AB28;
}
</style>
border-color css
<style>
span { border-color: #64AB28; }
span { border-color: rgb(100,171,40); }
td.TdClassName
{
border-color: #64AB28;
}
.TagClassName
{
border-color: #64AB28;
}
</style>