Shades of Limeade #68A62A
Tints of Limeade #68A62A
RGB
CMYK
RGB Variations
Color information
#68A62A (or 0x68A62A) is known color: Limeade. HEX triplet: 68, A6 and 2A. RGB value is (104,166,42). Sum of RGB (Red+Green+Blue) = 104+166+42=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #68A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A62A is #9759D5. Grayscale: #858585. Windows color (decimal): -9918934 or 2795112. OLE color: 2795112.
HSL color Cylindrical-coordinate representation of color #68A62A: hue angle of 90º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68A62A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 42 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.35 |
| HSL | 90º | 0.6% | 0.41% | - |
| HSV(B) | 90º | 0.75% | 0.65% | - |
| XYZ | 19.76 | 30.38 | 7.01 | - |
| YUV | 133.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 42 | 0.37 | 0 | 0.75 | 0.35 | 90 | 0.6 | 0.41 |
| Hex | 68 | A6 | 2A | 25 | 0 | 4B | 23 | 5A | 3C | 29 |
| Octal | 150 | 246 | 52 | 45 | 0 | 113 | 43 | 132 | 74 | 51 |
| Binary | 1101000 | 10100110 | 101010 | 100101 | 0 | 1001011 | 100011 | 1011010 | 111100 | 101001 |
Color Harmonies of #68A62A
Complementary color
Monochromatic Colors of #68A62A
Black with #68A62A
Text Example
Text Example
White with #68A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A62A; }
p { color: rgb(104,166,42); }
H1.HeaderClassName
{
color: #68A62A;
}
.AnyTagClassName
{
color: #68A62A;
}
</style>
background-color css
<style>
a { background-color: #68A62A; }
a { background-color: rgb(104,166,42); }
div.DivClassName
{
background-color: #68A62A;
}
.BgClassName
{
background-color: #68A62A;
}
</style>
border-color css
<style>
span { border-color: #68A62A; }
span { border-color: rgb(104,166,42); }
td.TdClassName
{
border-color: #68A62A;
}
.TagClassName
{
border-color: #68A62A;
}
</style>