Shades of Limeade #68A22E
Tints of Limeade #68A22E
RGB
CMYK
RGB Variations
Color information
#68A22E (or 0x68A22E) is known color: Limeade. HEX triplet: 68, A2 and 2E. RGB value is (104,162,46). Sum of RGB (Red+Green+Blue) = 104+162+46=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #68A22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A22E is #975DD1. Grayscale: #838383. Windows color (decimal): -9919954 or 3056232. OLE color: 3056232.
HSL color Cylindrical-coordinate representation of color #68A22E: hue angle of 90º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68A22E is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 46 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.36 |
| HSL | 90º | 0.56% | 0.41% | - |
| HSV(B) | 90º | 0.72% | 0.64% | - |
| XYZ | 19.12 | 28.98 | 7.17 | - |
| YUV | 131.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 46 | 0.36 | 0 | 0.72 | 0.36 | 90 | 0.56 | 0.41 |
| Hex | 68 | A2 | 2E | 24 | 0 | 48 | 24 | 5A | 38 | 29 |
| Octal | 150 | 242 | 56 | 44 | 0 | 110 | 44 | 132 | 70 | 51 |
| Binary | 1101000 | 10100010 | 101110 | 100100 | 0 | 1001000 | 100100 | 1011010 | 111000 | 101001 |
Color Harmonies of #68A22E
Complementary color
Monochromatic Colors of #68A22E
Black with #68A22E
Text Example
Text Example
White with #68A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A22E; }
p { color: rgb(104,162,46); }
H1.HeaderClassName
{
color: #68A22E;
}
.AnyTagClassName
{
color: #68A22E;
}
</style>
background-color css
<style>
a { background-color: #68A22E; }
a { background-color: rgb(104,162,46); }
div.DivClassName
{
background-color: #68A22E;
}
.BgClassName
{
background-color: #68A22E;
}
</style>
border-color css
<style>
span { border-color: #68A22E; }
span { border-color: rgb(104,162,46); }
td.TdClassName
{
border-color: #68A22E;
}
.TagClassName
{
border-color: #68A22E;
}
</style>