Shades of Limeade #66AD30
Tints of Limeade #66AD30
RGB
CMYK
RGB Variations
Color information
#66AD30 (or 0x66AD30) is known color: Limeade. HEX triplet: 66, AD and 30. RGB value is (102,173,48). Sum of RGB (Red+Green+Blue) = 102+173+48=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD30 is #9952CF. Grayscale: #898989. Windows color (decimal): -10048208 or 3190118. OLE color: 3190118.
HSL color Cylindrical-coordinate representation of color #66AD30: hue angle of 94.08º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66AD30 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 48 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.32 |
| HSL | 94.08º | 0.57% | 0.43% | - |
| HSV(B) | 94.08º | 0.72% | 0.68% | - |
| XYZ | 20.96 | 32.93 | 8.05 | - |
| YUV | 137.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 48 | 0.41 | 0 | 0.72 | 0.32 | 94.08 | 0.57 | 0.43 |
| Hex | 66 | AD | 30 | 29 | 0 | 48 | 20 | 5E | 39 | 2B |
| Octal | 146 | 255 | 60 | 51 | 0 | 110 | 40 | 136 | 71 | 53 |
| Binary | 1100110 | 10101101 | 110000 | 101001 | 0 | 1001000 | 100000 | 1011110 | 111001 | 101011 |
Color Harmonies of #66AD30
Complementary color
Monochromatic Colors of #66AD30
Black with #66AD30
Text Example
Text Example
White with #66AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD30; }
p { color: rgb(102,173,48); }
H1.HeaderClassName
{
color: #66AD30;
}
.AnyTagClassName
{
color: #66AD30;
}
</style>
background-color css
<style>
a { background-color: #66AD30; }
a { background-color: rgb(102,173,48); }
div.DivClassName
{
background-color: #66AD30;
}
.BgClassName
{
background-color: #66AD30;
}
</style>
border-color css
<style>
span { border-color: #66AD30; }
span { border-color: rgb(102,173,48); }
td.TdClassName
{
border-color: #66AD30;
}
.TagClassName
{
border-color: #66AD30;
}
</style>