Shades of Limeade #68A429
Tints of Limeade #68A429
RGB
CMYK
RGB Variations
Color information
#68A429 (or 0x68A429) is known color: Limeade. HEX triplet: 68, A4 and 29. RGB value is (104,164,41). Sum of RGB (Red+Green+Blue) = 104+164+41=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #68A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A429 is #975BD6. Grayscale: #848484. Windows color (decimal): -9919447 or 2729064. OLE color: 2729064.
HSL color Cylindrical-coordinate representation of color #68A429: hue angle of 89.27º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68A429 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 41 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.36 |
| HSL | 89.27º | 0.6% | 0.4% | - |
| HSV(B) | 89.27º | 0.75% | 0.64% | - |
| XYZ | 19.38 | 29.65 | 6.8 | - |
| YUV | 132.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 41 | 0.37 | 0 | 0.75 | 0.36 | 89.27 | 0.6 | 0.4 |
| Hex | 68 | A4 | 29 | 25 | 0 | 4B | 24 | 59 | 3C | 28 |
| Octal | 150 | 244 | 51 | 45 | 0 | 113 | 44 | 131 | 74 | 50 |
| Binary | 1101000 | 10100100 | 101001 | 100101 | 0 | 1001011 | 100100 | 1011001 | 111100 | 101000 |
Color Harmonies of #68A429
Complementary color
Monochromatic Colors of #68A429
Black with #68A429
Text Example
Text Example
White with #68A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A429; }
p { color: rgb(104,164,41); }
H1.HeaderClassName
{
color: #68A429;
}
.AnyTagClassName
{
color: #68A429;
}
</style>
background-color css
<style>
a { background-color: #68A429; }
a { background-color: rgb(104,164,41); }
div.DivClassName
{
background-color: #68A429;
}
.BgClassName
{
background-color: #68A429;
}
</style>
border-color css
<style>
span { border-color: #68A429; }
span { border-color: rgb(104,164,41); }
td.TdClassName
{
border-color: #68A429;
}
.TagClassName
{
border-color: #68A429;
}
</style>