Shades of Limeade #679B2F
Tints of Limeade #679B2F
RGB
CMYK
RGB Variations
Color information
#679B2F (or 0x679B2F) is known color: Limeade. HEX triplet: 67, 9B and 2F. RGB value is (103,155,47). Sum of RGB (Red+Green+Blue) = 103+155+47=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #679B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B2F is #9864D0. Grayscale: #7F7F7F. Windows color (decimal): -9987281 or 3119975. OLE color: 3119975.
HSL color Cylindrical-coordinate representation of color #679B2F: hue angle of 88.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #679B2F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 47 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.39 |
| HSL | 88.89º | 0.53% | 0.4% | - |
| HSV(B) | 88.89º | 0.7% | 0.61% | - |
| XYZ | 17.83 | 26.53 | 6.87 | - |
| YUV | 127.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 47 | 0.34 | 0 | 0.70 | 0.39 | 88.89 | 0.53 | 0.4 |
| Hex | 67 | 9B | 2F | 22 | 0 | 46 | 27 | 59 | 35 | 28 |
| Octal | 147 | 233 | 57 | 42 | 0 | 106 | 47 | 131 | 65 | 50 |
| Binary | 1100111 | 10011011 | 101111 | 100010 | 0 | 1000110 | 100111 | 1011001 | 110101 | 101000 |
Color Harmonies of #679B2F
Complementary color
Monochromatic Colors of #679B2F
Black with #679B2F
Text Example
Text Example
White with #679B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B2F; }
p { color: rgb(103,155,47); }
H1.HeaderClassName
{
color: #679B2F;
}
.AnyTagClassName
{
color: #679B2F;
}
</style>
background-color css
<style>
a { background-color: #679B2F; }
a { background-color: rgb(103,155,47); }
div.DivClassName
{
background-color: #679B2F;
}
.BgClassName
{
background-color: #679B2F;
}
</style>
border-color css
<style>
span { border-color: #679B2F; }
span { border-color: rgb(103,155,47); }
td.TdClassName
{
border-color: #679B2F;
}
.TagClassName
{
border-color: #679B2F;
}
</style>