Shades of Limeade #63A034
Tints of Limeade #63A034
RGB
CMYK
RGB Variations
Color information
#63A034 (or 0x63A034) is known color: Limeade. HEX triplet: 63, A0 and 34. RGB value is (99,160,52). Sum of RGB (Red+Green+Blue) = 99+160+52=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #63A034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A034 is #9C5FCB. Grayscale: #818181. Windows color (decimal): -10248140 or 3448931. OLE color: 3448931.
HSL color Cylindrical-coordinate representation of color #63A034: hue angle of 93.89º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63A034 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 52 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.37 |
| HSL | 93.89º | 0.51% | 0.42% | - |
| HSV(B) | 93.89º | 0.68% | 0.63% | - |
| XYZ | 18.34 | 28.04 | 7.7 | - |
| YUV | 129.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 52 | 0.38 | 0 | 0.68 | 0.37 | 93.89 | 0.51 | 0.42 |
| Hex | 63 | A0 | 34 | 26 | 0 | 44 | 25 | 5E | 33 | 2A |
| Octal | 143 | 240 | 64 | 46 | 0 | 104 | 45 | 136 | 63 | 52 |
| Binary | 1100011 | 10100000 | 110100 | 100110 | 0 | 1000100 | 100101 | 1011110 | 110011 | 101010 |
Color Harmonies of #63A034
Complementary color
Monochromatic Colors of #63A034
Black with #63A034
Text Example
Text Example
White with #63A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A034; }
p { color: rgb(99,160,52); }
H1.HeaderClassName
{
color: #63A034;
}
.AnyTagClassName
{
color: #63A034;
}
</style>
background-color css
<style>
a { background-color: #63A034; }
a { background-color: rgb(99,160,52); }
div.DivClassName
{
background-color: #63A034;
}
.BgClassName
{
background-color: #63A034;
}
</style>
border-color css
<style>
span { border-color: #63A034; }
span { border-color: rgb(99,160,52); }
td.TdClassName
{
border-color: #63A034;
}
.TagClassName
{
border-color: #63A034;
}
</style>