Shades of Limeade #63A027
Tints of Limeade #63A027
RGB
CMYK
RGB Variations
Color information
#63A027 (or 0x63A027) is known color: Limeade. HEX triplet: 63, A0 and 27. RGB value is (99,160,39). Sum of RGB (Red+Green+Blue) = 99+160+39=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #63A027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A027 is #9C5FD8. Grayscale: #808080. Windows color (decimal): -10248153 or 2596963. OLE color: 2596963.
HSL color Cylindrical-coordinate representation of color #63A027: hue angle of 90.25º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63A027 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 39 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.37 |
| HSL | 90.25º | 0.61% | 0.39% | - |
| HSV(B) | 90.25º | 0.76% | 0.63% | - |
| XYZ | 18.08 | 27.94 | 6.36 | - |
| YUV | 127.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 39 | 0.38 | 0 | 0.76 | 0.37 | 90.25 | 0.61 | 0.39 |
| Hex | 63 | A0 | 27 | 26 | 0 | 4C | 25 | 5A | 3D | 27 |
| Octal | 143 | 240 | 47 | 46 | 0 | 114 | 45 | 132 | 75 | 47 |
| Binary | 1100011 | 10100000 | 100111 | 100110 | 0 | 1001100 | 100101 | 1011010 | 111101 | 100111 |
Color Harmonies of #63A027
Complementary color
Monochromatic Colors of #63A027
Black with #63A027
Text Example
Text Example
White with #63A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A027; }
p { color: rgb(99,160,39); }
H1.HeaderClassName
{
color: #63A027;
}
.AnyTagClassName
{
color: #63A027;
}
</style>
background-color css
<style>
a { background-color: #63A027; }
a { background-color: rgb(99,160,39); }
div.DivClassName
{
background-color: #63A027;
}
.BgClassName
{
background-color: #63A027;
}
</style>
border-color css
<style>
span { border-color: #63A027; }
span { border-color: rgb(99,160,39); }
td.TdClassName
{
border-color: #63A027;
}
.TagClassName
{
border-color: #63A027;
}
</style>