Shades of Limeade #66A72E
Tints of Limeade #66A72E
RGB
CMYK
RGB Variations
Color information
#66A72E (or 0x66A72E) is known color: Limeade. HEX triplet: 66, A7 and 2E. RGB value is (102,167,46). Sum of RGB (Red+Green+Blue) = 102+167+46=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #66A72E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A72E is #9958D1. Grayscale: #868686. Windows color (decimal): -10049746 or 3057510. OLE color: 3057510.
HSL color Cylindrical-coordinate representation of color #66A72E: hue angle of 92.23º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66A72E is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 46 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.35 |
| HSL | 92.23º | 0.57% | 0.42% | - |
| HSV(B) | 92.23º | 0.72% | 0.65% | - |
| XYZ | 19.79 | 30.66 | 7.46 | - |
| YUV | 133.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 46 | 0.39 | 0 | 0.72 | 0.35 | 92.23 | 0.57 | 0.42 |
| Hex | 66 | A7 | 2E | 27 | 0 | 48 | 23 | 5C | 39 | 2A |
| Octal | 146 | 247 | 56 | 47 | 0 | 110 | 43 | 134 | 71 | 52 |
| Binary | 1100110 | 10100111 | 101110 | 100111 | 0 | 1001000 | 100011 | 1011100 | 111001 | 101010 |
Color Harmonies of #66A72E
Complementary color
Monochromatic Colors of #66A72E
Black with #66A72E
Text Example
Text Example
White with #66A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A72E; }
p { color: rgb(102,167,46); }
H1.HeaderClassName
{
color: #66A72E;
}
.AnyTagClassName
{
color: #66A72E;
}
</style>
background-color css
<style>
a { background-color: #66A72E; }
a { background-color: rgb(102,167,46); }
div.DivClassName
{
background-color: #66A72E;
}
.BgClassName
{
background-color: #66A72E;
}
</style>
border-color css
<style>
span { border-color: #66A72E; }
span { border-color: rgb(102,167,46); }
td.TdClassName
{
border-color: #66A72E;
}
.TagClassName
{
border-color: #66A72E;
}
</style>