Shades of Limeade #679D2F
Tints of Limeade #679D2F
RGB
CMYK
RGB Variations
Color information
#679D2F (or 0x679D2F) is known color: Limeade. HEX triplet: 67, 9D and 2F. RGB value is (103,157,47). Sum of RGB (Red+Green+Blue) = 103+157+47=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #679D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679D2F is #9862D0. Grayscale: #808080. Windows color (decimal): -9986769 or 3120487. OLE color: 3120487.
HSL color Cylindrical-coordinate representation of color #679D2F: hue angle of 89.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #679D2F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 47 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.38 |
| HSL | 89.45º | 0.54% | 0.4% | - |
| HSV(B) | 89.45º | 0.7% | 0.62% | - |
| XYZ | 18.16 | 27.2 | 6.98 | - |
| YUV | 128.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 47 | 0.34 | 0 | 0.70 | 0.38 | 89.45 | 0.54 | 0.4 |
| Hex | 67 | 9D | 2F | 22 | 0 | 46 | 26 | 59 | 36 | 28 |
| Octal | 147 | 235 | 57 | 42 | 0 | 106 | 46 | 131 | 66 | 50 |
| Binary | 1100111 | 10011101 | 101111 | 100010 | 0 | 1000110 | 100110 | 1011001 | 110110 | 101000 |
Color Harmonies of #679D2F
Complementary color
Monochromatic Colors of #679D2F
Black with #679D2F
Text Example
Text Example
White with #679D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D2F; }
p { color: rgb(103,157,47); }
H1.HeaderClassName
{
color: #679D2F;
}
.AnyTagClassName
{
color: #679D2F;
}
</style>
background-color css
<style>
a { background-color: #679D2F; }
a { background-color: rgb(103,157,47); }
div.DivClassName
{
background-color: #679D2F;
}
.BgClassName
{
background-color: #679D2F;
}
</style>
border-color css
<style>
span { border-color: #679D2F; }
span { border-color: rgb(103,157,47); }
td.TdClassName
{
border-color: #679D2F;
}
.TagClassName
{
border-color: #679D2F;
}
</style>