Shades of Limeade #669B30
Tints of Limeade #669B30
RGB
CMYK
RGB Variations
Color information
#669B30 (or 0x669B30) is known color: Limeade. HEX triplet: 66, 9B and 30. RGB value is (102,155,48). Sum of RGB (Red+Green+Blue) = 102+155+48=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #669B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B30 is #9964CF. Grayscale: #7F7F7F. Windows color (decimal): -10052816 or 3185510. OLE color: 3185510.
HSL color Cylindrical-coordinate representation of color #669B30: hue angle of 89.72º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #669B30 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 48 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.39 |
| HSL | 89.72º | 0.53% | 0.4% | - |
| HSV(B) | 89.72º | 0.69% | 0.61% | - |
| XYZ | 17.73 | 26.48 | 6.97 | - |
| YUV | 126.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 48 | 0.34 | 0 | 0.69 | 0.39 | 89.72 | 0.53 | 0.4 |
| Hex | 66 | 9B | 30 | 22 | 0 | 45 | 27 | 5A | 35 | 28 |
| Octal | 146 | 233 | 60 | 42 | 0 | 105 | 47 | 132 | 65 | 50 |
| Binary | 1100110 | 10011011 | 110000 | 100010 | 0 | 1000101 | 100111 | 1011010 | 110101 | 101000 |
Color Harmonies of #669B30
Complementary color
Monochromatic Colors of #669B30
Black with #669B30
Text Example
Text Example
White with #669B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B30; }
p { color: rgb(102,155,48); }
H1.HeaderClassName
{
color: #669B30;
}
.AnyTagClassName
{
color: #669B30;
}
</style>
background-color css
<style>
a { background-color: #669B30; }
a { background-color: rgb(102,155,48); }
div.DivClassName
{
background-color: #669B30;
}
.BgClassName
{
background-color: #669B30;
}
</style>
border-color css
<style>
span { border-color: #669B30; }
span { border-color: rgb(102,155,48); }
td.TdClassName
{
border-color: #669B30;
}
.TagClassName
{
border-color: #669B30;
}
</style>