Shades of Limeade #66AB31
Tints of Limeade #66AB31
RGB
CMYK
RGB Variations
Color information
#66AB31 (or 0x66AB31) is known color: Limeade. HEX triplet: 66, AB and 31. RGB value is (102,171,49). Sum of RGB (Red+Green+Blue) = 102+171+49=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB31 is #9954CE. Grayscale: #888888. Windows color (decimal): -10048719 or 3255142. OLE color: 3255142.
HSL color Cylindrical-coordinate representation of color #66AB31: hue angle of 93.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66AB31 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 49 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.33 |
| HSL | 93.93º | 0.55% | 0.43% | - |
| HSV(B) | 93.93º | 0.71% | 0.67% | - |
| XYZ | 20.6 | 32.17 | 8.03 | - |
| YUV | 136.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 49 | 0.40 | 0 | 0.71 | 0.33 | 93.93 | 0.55 | 0.43 |
| Hex | 66 | AB | 31 | 28 | 0 | 47 | 21 | 5E | 37 | 2B |
| Octal | 146 | 253 | 61 | 50 | 0 | 107 | 41 | 136 | 67 | 53 |
| Binary | 1100110 | 10101011 | 110001 | 101000 | 0 | 1000111 | 100001 | 1011110 | 110111 | 101011 |
Color Harmonies of #66AB31
Complementary color
Monochromatic Colors of #66AB31
Black with #66AB31
Text Example
Text Example
White with #66AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB31; }
p { color: rgb(102,171,49); }
H1.HeaderClassName
{
color: #66AB31;
}
.AnyTagClassName
{
color: #66AB31;
}
</style>
background-color css
<style>
a { background-color: #66AB31; }
a { background-color: rgb(102,171,49); }
div.DivClassName
{
background-color: #66AB31;
}
.BgClassName
{
background-color: #66AB31;
}
</style>
border-color css
<style>
span { border-color: #66AB31; }
span { border-color: rgb(102,171,49); }
td.TdClassName
{
border-color: #66AB31;
}
.TagClassName
{
border-color: #66AB31;
}
</style>