Shades of Limeade #68AB33
Tints of Limeade #68AB33
RGB
CMYK
RGB Variations
Color information
#68AB33 (or 0x68AB33) is known color: Limeade. HEX triplet: 68, AB and 33. RGB value is (104,171,51). Sum of RGB (Red+Green+Blue) = 104+171+51=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB33 is #9754CC. Grayscale: #898989. Windows color (decimal): -9917645 or 3386216. OLE color: 3386216.
HSL color Cylindrical-coordinate representation of color #68AB33: hue angle of 93.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68AB33 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 51 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.33 |
| HSL | 93.5º | 0.54% | 0.44% | - |
| HSV(B) | 93.5º | 0.7% | 0.67% | - |
| XYZ | 20.87 | 32.31 | 8.27 | - |
| YUV | 137.29 | 79.3 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 51 | 0.39 | 0 | 0.70 | 0.33 | 93.5 | 0.54 | 0.44 |
| Hex | 68 | AB | 33 | 27 | 0 | 46 | 21 | 5E | 36 | 2C |
| Octal | 150 | 253 | 63 | 47 | 0 | 106 | 41 | 136 | 66 | 54 |
| Binary | 1101000 | 10101011 | 110011 | 100111 | 0 | 1000110 | 100001 | 1011110 | 110110 | 101100 |
Color Harmonies of #68AB33
Complementary color
Monochromatic Colors of #68AB33
Black with #68AB33
Text Example
Text Example
White with #68AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB33; }
p { color: rgb(104,171,51); }
H1.HeaderClassName
{
color: #68AB33;
}
.AnyTagClassName
{
color: #68AB33;
}
</style>
background-color css
<style>
a { background-color: #68AB33; }
a { background-color: rgb(104,171,51); }
div.DivClassName
{
background-color: #68AB33;
}
.BgClassName
{
background-color: #68AB33;
}
</style>
border-color css
<style>
span { border-color: #68AB33; }
span { border-color: rgb(104,171,51); }
td.TdClassName
{
border-color: #68AB33;
}
.TagClassName
{
border-color: #68AB33;
}
</style>