Shades of Limeade #669F2B
Tints of Limeade #669F2B
RGB
CMYK
RGB Variations
Color information
#669F2B (or 0x669F2B) is known color: Limeade. HEX triplet: 66, 9F and 2B. RGB value is (102,159,43). Sum of RGB (Red+Green+Blue) = 102+159+43=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #669F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F2B is #9960D4. Grayscale: #818181. Windows color (decimal): -10051797 or 2858854. OLE color: 2858854.
HSL color Cylindrical-coordinate representation of color #669F2B: hue angle of 89.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #669F2B is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 43 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.38 |
| HSL | 89.48º | 0.57% | 0.4% | - |
| HSV(B) | 89.48º | 0.73% | 0.62% | - |
| XYZ | 18.31 | 27.8 | 6.69 | - |
| YUV | 128.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 43 | 0.36 | 0 | 0.73 | 0.38 | 89.48 | 0.57 | 0.4 |
| Hex | 66 | 9F | 2B | 24 | 0 | 49 | 26 | 59 | 39 | 28 |
| Octal | 146 | 237 | 53 | 44 | 0 | 111 | 46 | 131 | 71 | 50 |
| Binary | 1100110 | 10011111 | 101011 | 100100 | 0 | 1001001 | 100110 | 1011001 | 111001 | 101000 |
Color Harmonies of #669F2B
Complementary color
Monochromatic Colors of #669F2B
Black with #669F2B
Text Example
Text Example
White with #669F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F2B; }
p { color: rgb(102,159,43); }
H1.HeaderClassName
{
color: #669F2B;
}
.AnyTagClassName
{
color: #669F2B;
}
</style>
background-color css
<style>
a { background-color: #669F2B; }
a { background-color: rgb(102,159,43); }
div.DivClassName
{
background-color: #669F2B;
}
.BgClassName
{
background-color: #669F2B;
}
</style>
border-color css
<style>
span { border-color: #669F2B; }
span { border-color: rgb(102,159,43); }
td.TdClassName
{
border-color: #669F2B;
}
.TagClassName
{
border-color: #669F2B;
}
</style>