Shades of Limeade #68AA2F
Tints of Limeade #68AA2F
RGB
CMYK
RGB Variations
Color information
#68AA2F (or 0x68AA2F) is known color: Limeade. HEX triplet: 68, AA and 2F. RGB value is (104,170,47). Sum of RGB (Red+Green+Blue) = 104+170+47=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA2F is #9755D0. Grayscale: #888888. Windows color (decimal): -9917905 or 3123816. OLE color: 3123816.
HSL color Cylindrical-coordinate representation of color #68AA2F: hue angle of 92.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68AA2F is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 47 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.33 |
| HSL | 92.2º | 0.57% | 0.43% | - |
| HSV(B) | 92.2º | 0.72% | 0.67% | - |
| XYZ | 20.6 | 31.9 | 7.76 | - |
| YUV | 136.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 47 | 0.39 | 0 | 0.72 | 0.33 | 92.2 | 0.57 | 0.43 |
| Hex | 68 | AA | 2F | 27 | 0 | 48 | 21 | 5C | 39 | 2B |
| Octal | 150 | 252 | 57 | 47 | 0 | 110 | 41 | 134 | 71 | 53 |
| Binary | 1101000 | 10101010 | 101111 | 100111 | 0 | 1001000 | 100001 | 1011100 | 111001 | 101011 |
Color Harmonies of #68AA2F
Complementary color
Monochromatic Colors of #68AA2F
Black with #68AA2F
Text Example
Text Example
White with #68AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA2F; }
p { color: rgb(104,170,47); }
H1.HeaderClassName
{
color: #68AA2F;
}
.AnyTagClassName
{
color: #68AA2F;
}
</style>
background-color css
<style>
a { background-color: #68AA2F; }
a { background-color: rgb(104,170,47); }
div.DivClassName
{
background-color: #68AA2F;
}
.BgClassName
{
background-color: #68AA2F;
}
</style>
border-color css
<style>
span { border-color: #68AA2F; }
span { border-color: rgb(104,170,47); }
td.TdClassName
{
border-color: #68AA2F;
}
.TagClassName
{
border-color: #68AA2F;
}
</style>