Shades of Limeade #659F2C
Tints of Limeade #659F2C
RGB
CMYK
RGB Variations
Color information
#659F2C (or 0x659F2C) is known color: Limeade. HEX triplet: 65, 9F and 2C. RGB value is (101,159,44). Sum of RGB (Red+Green+Blue) = 101+159+44=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #659F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659F2C is #9A60D3. Grayscale: #808080. Windows color (decimal): -10117332 or 2924389. OLE color: 2924389.
HSL color Cylindrical-coordinate representation of color #659F2C: hue angle of 90.26º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #659F2C is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 44 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.38 |
| HSL | 90.26º | 0.57% | 0.4% | - |
| HSV(B) | 90.26º | 0.72% | 0.62% | - |
| XYZ | 18.22 | 27.74 | 6.78 | - |
| YUV | 128.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 44 | 0.36 | 0 | 0.72 | 0.38 | 90.26 | 0.57 | 0.4 |
| Hex | 65 | 9F | 2C | 24 | 0 | 48 | 26 | 5A | 39 | 28 |
| Octal | 145 | 237 | 54 | 44 | 0 | 110 | 46 | 132 | 71 | 50 |
| Binary | 1100101 | 10011111 | 101100 | 100100 | 0 | 1001000 | 100110 | 1011010 | 111001 | 101000 |
Color Harmonies of #659F2C
Complementary color
Monochromatic Colors of #659F2C
Black with #659F2C
Text Example
Text Example
White with #659F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F2C; }
p { color: rgb(101,159,44); }
H1.HeaderClassName
{
color: #659F2C;
}
.AnyTagClassName
{
color: #659F2C;
}
</style>
background-color css
<style>
a { background-color: #659F2C; }
a { background-color: rgb(101,159,44); }
div.DivClassName
{
background-color: #659F2C;
}
.BgClassName
{
background-color: #659F2C;
}
</style>
border-color css
<style>
span { border-color: #659F2C; }
span { border-color: rgb(101,159,44); }
td.TdClassName
{
border-color: #659F2C;
}
.TagClassName
{
border-color: #659F2C;
}
</style>