Shades of Limeade #68A62D
Tints of Limeade #68A62D
RGB
CMYK
RGB Variations
Color information
#68A62D (or 0x68A62D) is known color: Limeade. HEX triplet: 68, A6 and 2D. RGB value is (104,166,45). Sum of RGB (Red+Green+Blue) = 104+166+45=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #68A62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A62D is #9759D2. Grayscale: #868686. Windows color (decimal): -9918931 or 2991720. OLE color: 2991720.
HSL color Cylindrical-coordinate representation of color #68A62D: hue angle of 90.74º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68A62D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 45 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.35 |
| HSL | 90.74º | 0.57% | 0.41% | - |
| HSV(B) | 90.74º | 0.73% | 0.65% | - |
| XYZ | 19.82 | 30.4 | 7.31 | - |
| YUV | 133.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 45 | 0.37 | 0 | 0.73 | 0.35 | 90.74 | 0.57 | 0.41 |
| Hex | 68 | A6 | 2D | 25 | 0 | 49 | 23 | 5B | 39 | 29 |
| Octal | 150 | 246 | 55 | 45 | 0 | 111 | 43 | 133 | 71 | 51 |
| Binary | 1101000 | 10100110 | 101101 | 100101 | 0 | 1001001 | 100011 | 1011011 | 111001 | 101001 |
Color Harmonies of #68A62D
Complementary color
Monochromatic Colors of #68A62D
Black with #68A62D
Text Example
Text Example
White with #68A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A62D; }
p { color: rgb(104,166,45); }
H1.HeaderClassName
{
color: #68A62D;
}
.AnyTagClassName
{
color: #68A62D;
}
</style>
background-color css
<style>
a { background-color: #68A62D; }
a { background-color: rgb(104,166,45); }
div.DivClassName
{
background-color: #68A62D;
}
.BgClassName
{
background-color: #68A62D;
}
</style>
border-color css
<style>
span { border-color: #68A62D; }
span { border-color: rgb(104,166,45); }
td.TdClassName
{
border-color: #68A62D;
}
.TagClassName
{
border-color: #68A62D;
}
</style>