Shades of Limeade #63AC2C
Tints of Limeade #63AC2C
RGB
CMYK
RGB Variations
Color information
#63AC2C (or 0x63AC2C) is known color: Limeade. HEX triplet: 63, AC and 2C. RGB value is (99,172,44). Sum of RGB (Red+Green+Blue) = 99+172+44=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC2C is #9C53D3. Grayscale: #888888. Windows color (decimal): -10245076 or 2927715. OLE color: 2927715.
HSL color Cylindrical-coordinate representation of color #63AC2C: hue angle of 94.22º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63AC2C is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 44 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.33 |
| HSL | 94.22º | 0.59% | 0.42% | - |
| HSV(B) | 94.22º | 0.74% | 0.67% | - |
| XYZ | 20.35 | 32.34 | 7.55 | - |
| YUV | 135.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 44 | 0.42 | 0 | 0.74 | 0.33 | 94.22 | 0.59 | 0.42 |
| Hex | 63 | AC | 2C | 2A | 0 | 4A | 21 | 5E | 3B | 2A |
| Octal | 143 | 254 | 54 | 52 | 0 | 112 | 41 | 136 | 73 | 52 |
| Binary | 1100011 | 10101100 | 101100 | 101010 | 0 | 1001010 | 100001 | 1011110 | 111011 | 101010 |
Color Harmonies of #63AC2C
Complementary color
Monochromatic Colors of #63AC2C
Black with #63AC2C
Text Example
Text Example
White with #63AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC2C; }
p { color: rgb(99,172,44); }
H1.HeaderClassName
{
color: #63AC2C;
}
.AnyTagClassName
{
color: #63AC2C;
}
</style>
background-color css
<style>
a { background-color: #63AC2C; }
a { background-color: rgb(99,172,44); }
div.DivClassName
{
background-color: #63AC2C;
}
.BgClassName
{
background-color: #63AC2C;
}
</style>
border-color css
<style>
span { border-color: #63AC2C; }
span { border-color: rgb(99,172,44); }
td.TdClassName
{
border-color: #63AC2C;
}
.TagClassName
{
border-color: #63AC2C;
}
</style>