Shades of Limeade #68A62E
Tints of Limeade #68A62E
RGB
CMYK
RGB Variations
Color information
#68A62E (or 0x68A62E) is known color: Limeade. HEX triplet: 68, A6 and 2E. RGB value is (104,166,46). Sum of RGB (Red+Green+Blue) = 104+166+46=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #68A62E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A62E is #9759D1. Grayscale: #868686. Windows color (decimal): -9918930 or 3057256. OLE color: 3057256.
HSL color Cylindrical-coordinate representation of color #68A62E: hue angle of 91º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68A62E is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 46 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.35 |
| HSL | 91º | 0.57% | 0.42% | - |
| HSV(B) | 91º | 0.72% | 0.65% | - |
| XYZ | 19.84 | 30.41 | 7.41 | - |
| YUV | 133.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 46 | 0.37 | 0 | 0.72 | 0.35 | 91 | 0.57 | 0.42 |
| Hex | 68 | A6 | 2E | 25 | 0 | 48 | 23 | 5B | 39 | 2A |
| Octal | 150 | 246 | 56 | 45 | 0 | 110 | 43 | 133 | 71 | 52 |
| Binary | 1101000 | 10100110 | 101110 | 100101 | 0 | 1001000 | 100011 | 1011011 | 111001 | 101010 |
Color Harmonies of #68A62E
Complementary color
Monochromatic Colors of #68A62E
Black with #68A62E
Text Example
Text Example
White with #68A62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A62E; }
p { color: rgb(104,166,46); }
H1.HeaderClassName
{
color: #68A62E;
}
.AnyTagClassName
{
color: #68A62E;
}
</style>
background-color css
<style>
a { background-color: #68A62E; }
a { background-color: rgb(104,166,46); }
div.DivClassName
{
background-color: #68A62E;
}
.BgClassName
{
background-color: #68A62E;
}
</style>
border-color css
<style>
span { border-color: #68A62E; }
span { border-color: rgb(104,166,46); }
td.TdClassName
{
border-color: #68A62E;
}
.TagClassName
{
border-color: #68A62E;
}
</style>