Shades of Limeade #679F30
Tints of Limeade #679F30
RGB
CMYK
RGB Variations
Color information
#679F30 (or 0x679F30) is known color: Limeade. HEX triplet: 67, 9F and 30. RGB value is (103,159,48). Sum of RGB (Red+Green+Blue) = 103+159+48=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #679F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679F30 is #9860CF. Grayscale: #818181. Windows color (decimal): -9986256 or 3186535. OLE color: 3186535.
HSL color Cylindrical-coordinate representation of color #679F30: hue angle of 90.27º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #679F30 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 48 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.38 |
| HSL | 90.27º | 0.54% | 0.41% | - |
| HSV(B) | 90.27º | 0.7% | 0.62% | - |
| XYZ | 18.53 | 27.89 | 7.2 | - |
| YUV | 129.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 48 | 0.35 | 0 | 0.70 | 0.38 | 90.27 | 0.54 | 0.41 |
| Hex | 67 | 9F | 30 | 23 | 0 | 46 | 26 | 5A | 36 | 29 |
| Octal | 147 | 237 | 60 | 43 | 0 | 106 | 46 | 132 | 66 | 51 |
| Binary | 1100111 | 10011111 | 110000 | 100011 | 0 | 1000110 | 100110 | 1011010 | 110110 | 101001 |
Color Harmonies of #679F30
Complementary color
Monochromatic Colors of #679F30
Black with #679F30
Text Example
Text Example
White with #679F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F30; }
p { color: rgb(103,159,48); }
H1.HeaderClassName
{
color: #679F30;
}
.AnyTagClassName
{
color: #679F30;
}
</style>
background-color css
<style>
a { background-color: #679F30; }
a { background-color: rgb(103,159,48); }
div.DivClassName
{
background-color: #679F30;
}
.BgClassName
{
background-color: #679F30;
}
</style>
border-color css
<style>
span { border-color: #679F30; }
span { border-color: rgb(103,159,48); }
td.TdClassName
{
border-color: #679F30;
}
.TagClassName
{
border-color: #679F30;
}
</style>