Shades of Limeade #63AC29
Tints of Limeade #63AC29
RGB
CMYK
RGB Variations
Color information
#63AC29 (or 0x63AC29) is known color: Limeade. HEX triplet: 63, AC and 29. RGB value is (99,172,41). Sum of RGB (Red+Green+Blue) = 99+172+41=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC29 is #9C53D6. Grayscale: #878787. Windows color (decimal): -10245079 or 2731107. OLE color: 2731107.
HSL color Cylindrical-coordinate representation of color #63AC29: hue angle of 93.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63AC29 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 41 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.33 |
| HSL | 93.44º | 0.62% | 0.42% | - |
| HSV(B) | 93.44º | 0.76% | 0.67% | - |
| XYZ | 20.3 | 32.32 | 7.27 | - |
| YUV | 135.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 41 | 0.42 | 0 | 0.76 | 0.33 | 93.44 | 0.62 | 0.42 |
| Hex | 63 | AC | 29 | 2A | 0 | 4C | 21 | 5D | 3E | 2A |
| Octal | 143 | 254 | 51 | 52 | 0 | 114 | 41 | 135 | 76 | 52 |
| Binary | 1100011 | 10101100 | 101001 | 101010 | 0 | 1001100 | 100001 | 1011101 | 111110 | 101010 |
Color Harmonies of #63AC29
Complementary color
Monochromatic Colors of #63AC29
Black with #63AC29
Text Example
Text Example
White with #63AC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC29; }
p { color: rgb(99,172,41); }
H1.HeaderClassName
{
color: #63AC29;
}
.AnyTagClassName
{
color: #63AC29;
}
</style>
background-color css
<style>
a { background-color: #63AC29; }
a { background-color: rgb(99,172,41); }
div.DivClassName
{
background-color: #63AC29;
}
.BgClassName
{
background-color: #63AC29;
}
</style>
border-color css
<style>
span { border-color: #63AC29; }
span { border-color: rgb(99,172,41); }
td.TdClassName
{
border-color: #63AC29;
}
.TagClassName
{
border-color: #63AC29;
}
</style>