Shades of Limeade #63AA28
Tints of Limeade #63AA28
RGB
CMYK
RGB Variations
Color information
#63AA28 (or 0x63AA28) is known color: Limeade. HEX triplet: 63, AA and 28. RGB value is (99,170,40). Sum of RGB (Red+Green+Blue) = 99+170+40=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA28 is #9C55D7. Grayscale: #868686. Windows color (decimal): -10245592 or 2665059. OLE color: 2665059.
HSL color Cylindrical-coordinate representation of color #63AA28: hue angle of 92.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63AA28 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 40 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.33 |
| HSL | 92.77º | 0.62% | 0.41% | - |
| HSV(B) | 92.77º | 0.76% | 0.67% | - |
| XYZ | 19.9 | 31.56 | 7.05 | - |
| YUV | 133.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 40 | 0.42 | 0 | 0.76 | 0.33 | 92.77 | 0.62 | 0.41 |
| Hex | 63 | AA | 28 | 2A | 0 | 4C | 21 | 5D | 3E | 29 |
| Octal | 143 | 252 | 50 | 52 | 0 | 114 | 41 | 135 | 76 | 51 |
| Binary | 1100011 | 10101010 | 101000 | 101010 | 0 | 1001100 | 100001 | 1011101 | 111110 | 101001 |
Color Harmonies of #63AA28
Complementary color
Monochromatic Colors of #63AA28
Black with #63AA28
Text Example
Text Example
White with #63AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA28; }
p { color: rgb(99,170,40); }
H1.HeaderClassName
{
color: #63AA28;
}
.AnyTagClassName
{
color: #63AA28;
}
</style>
background-color css
<style>
a { background-color: #63AA28; }
a { background-color: rgb(99,170,40); }
div.DivClassName
{
background-color: #63AA28;
}
.BgClassName
{
background-color: #63AA28;
}
</style>
border-color css
<style>
span { border-color: #63AA28; }
span { border-color: rgb(99,170,40); }
td.TdClassName
{
border-color: #63AA28;
}
.TagClassName
{
border-color: #63AA28;
}
</style>