Shades of Limeade #63AA26
Tints of Limeade #63AA26
RGB
CMYK
RGB Variations
Color information
#63AA26 (or 0x63AA26) is known color: Limeade. HEX triplet: 63, AA and 26. RGB value is (99,170,38). Sum of RGB (Red+Green+Blue) = 99+170+38=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA26 is #9C55D9. Grayscale: #868686. Windows color (decimal): -10245594 or 2533987. OLE color: 2533987.
HSL color Cylindrical-coordinate representation of color #63AA26: hue angle of 92.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63AA26 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 38 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.33 |
| HSL | 92.27º | 0.63% | 0.41% | - |
| HSV(B) | 92.27º | 0.78% | 0.67% | - |
| XYZ | 19.87 | 31.54 | 6.87 | - |
| YUV | 133.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 38 | 0.42 | 0 | 0.78 | 0.33 | 92.27 | 0.63 | 0.41 |
| Hex | 63 | AA | 26 | 2A | 0 | 4E | 21 | 5C | 3F | 29 |
| Octal | 143 | 252 | 46 | 52 | 0 | 116 | 41 | 134 | 77 | 51 |
| Binary | 1100011 | 10101010 | 100110 | 101010 | 0 | 1001110 | 100001 | 1011100 | 111111 | 101001 |
Color Harmonies of #63AA26
Complementary color
Monochromatic Colors of #63AA26
Black with #63AA26
Text Example
Text Example
White with #63AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA26; }
p { color: rgb(99,170,38); }
H1.HeaderClassName
{
color: #63AA26;
}
.AnyTagClassName
{
color: #63AA26;
}
</style>
background-color css
<style>
a { background-color: #63AA26; }
a { background-color: rgb(99,170,38); }
div.DivClassName
{
background-color: #63AA26;
}
.BgClassName
{
background-color: #63AA26;
}
</style>
border-color css
<style>
span { border-color: #63AA26; }
span { border-color: rgb(99,170,38); }
td.TdClassName
{
border-color: #63AA26;
}
.TagClassName
{
border-color: #63AA26;
}
</style>