Shades of Limeade #68A330
Tints of Limeade #68A330
RGB
CMYK
RGB Variations
Color information
#68A330 (or 0x68A330) is known color: Limeade. HEX triplet: 68, A3 and 30. RGB value is (104,163,48). Sum of RGB (Red+Green+Blue) = 104+163+48=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #68A330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A330 is #975CCF. Grayscale: #848484. Windows color (decimal): -9919696 or 3187560. OLE color: 3187560.
HSL color Cylindrical-coordinate representation of color #68A330: hue angle of 90.78º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68A330 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 48 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.36 |
| HSL | 90.78º | 0.55% | 0.41% | - |
| HSV(B) | 90.78º | 0.71% | 0.64% | - |
| XYZ | 19.34 | 29.35 | 7.44 | - |
| YUV | 132.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 48 | 0.36 | 0 | 0.71 | 0.36 | 90.78 | 0.55 | 0.41 |
| Hex | 68 | A3 | 30 | 24 | 0 | 47 | 24 | 5B | 37 | 29 |
| Octal | 150 | 243 | 60 | 44 | 0 | 107 | 44 | 133 | 67 | 51 |
| Binary | 1101000 | 10100011 | 110000 | 100100 | 0 | 1000111 | 100100 | 1011011 | 110111 | 101001 |
Color Harmonies of #68A330
Complementary color
Monochromatic Colors of #68A330
Black with #68A330
Text Example
Text Example
White with #68A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A330; }
p { color: rgb(104,163,48); }
H1.HeaderClassName
{
color: #68A330;
}
.AnyTagClassName
{
color: #68A330;
}
</style>
background-color css
<style>
a { background-color: #68A330; }
a { background-color: rgb(104,163,48); }
div.DivClassName
{
background-color: #68A330;
}
.BgClassName
{
background-color: #68A330;
}
</style>
border-color css
<style>
span { border-color: #68A330; }
span { border-color: rgb(104,163,48); }
td.TdClassName
{
border-color: #68A330;
}
.TagClassName
{
border-color: #68A330;
}
</style>