Shades of Limeade #68AC31
Tints of Limeade #68AC31
RGB
CMYK
RGB Variations
Color information
#68AC31 (or 0x68AC31) is known color: Limeade. HEX triplet: 68, AC and 31. RGB value is (104,172,49). Sum of RGB (Red+Green+Blue) = 104+172+49=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC31 is #9753CE. Grayscale: #8A8A8A. Windows color (decimal): -9917391 or 3255400. OLE color: 3255400.
HSL color Cylindrical-coordinate representation of color #68AC31: hue angle of 93.17º 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 #68AC31 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 49 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.33 |
| HSL | 93.17º | 0.56% | 0.43% | - |
| HSV(B) | 93.17º | 0.72% | 0.67% | - |
| XYZ | 21.02 | 32.67 | 8.1 | - |
| YUV | 137.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 49 | 0.40 | 0 | 0.72 | 0.33 | 93.17 | 0.56 | 0.43 |
| Hex | 68 | AC | 31 | 28 | 0 | 48 | 21 | 5D | 38 | 2B |
| Octal | 150 | 254 | 61 | 50 | 0 | 110 | 41 | 135 | 70 | 53 |
| Binary | 1101000 | 10101100 | 110001 | 101000 | 0 | 1001000 | 100001 | 1011101 | 111000 | 101011 |
Color Harmonies of #68AC31
Complementary color
Monochromatic Colors of #68AC31
Black with #68AC31
Text Example
Text Example
White with #68AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC31; }
p { color: rgb(104,172,49); }
H1.HeaderClassName
{
color: #68AC31;
}
.AnyTagClassName
{
color: #68AC31;
}
</style>
background-color css
<style>
a { background-color: #68AC31; }
a { background-color: rgb(104,172,49); }
div.DivClassName
{
background-color: #68AC31;
}
.BgClassName
{
background-color: #68AC31;
}
</style>
border-color css
<style>
span { border-color: #68AC31; }
span { border-color: rgb(104,172,49); }
td.TdClassName
{
border-color: #68AC31;
}
.TagClassName
{
border-color: #68AC31;
}
</style>