Shades of Limeade #68A23A
Tints of Limeade #68A23A
RGB
CMYK
RGB Variations
Color information
#68A23A (or 0x68A23A) is known color: Limeade. HEX triplet: 68, A2 and 3A. RGB value is (104,162,58). Sum of RGB (Red+Green+Blue) = 104+162+58=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #68A23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A23A is #975DC5. Grayscale: #858585. Windows color (decimal): -9919942 or 3842664. OLE color: 3842664.
HSL color Cylindrical-coordinate representation of color #68A23A: hue angle of 93.46º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68A23A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 58 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.36 |
| HSL | 93.46º | 0.47% | 0.43% | - |
| HSV(B) | 93.46º | 0.64% | 0.64% | - |
| XYZ | 19.39 | 29.09 | 8.6 | - |
| YUV | 132.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 58 | 0.36 | 0 | 0.64 | 0.36 | 93.46 | 0.47 | 0.43 |
| Hex | 68 | A2 | 3A | 24 | 0 | 40 | 24 | 5D | 2F | 2B |
| Octal | 150 | 242 | 72 | 44 | 0 | 100 | 44 | 135 | 57 | 53 |
| Binary | 1101000 | 10100010 | 111010 | 100100 | 0 | 1000000 | 100100 | 1011101 | 101111 | 101011 |
Color Harmonies of #68A23A
Complementary color
Monochromatic Colors of #68A23A
Black with #68A23A
Text Example
Text Example
White with #68A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A23A; }
p { color: rgb(104,162,58); }
H1.HeaderClassName
{
color: #68A23A;
}
.AnyTagClassName
{
color: #68A23A;
}
</style>
background-color css
<style>
a { background-color: #68A23A; }
a { background-color: rgb(104,162,58); }
div.DivClassName
{
background-color: #68A23A;
}
.BgClassName
{
background-color: #68A23A;
}
</style>
border-color css
<style>
span { border-color: #68A23A; }
span { border-color: rgb(104,162,58); }
td.TdClassName
{
border-color: #68A23A;
}
.TagClassName
{
border-color: #68A23A;
}
</style>