Shades of Limeade #63AA2F
Tints of Limeade #63AA2F
RGB
CMYK
RGB Variations
Color information
#63AA2F (or 0x63AA2F) is known color: Limeade. HEX triplet: 63, AA and 2F. RGB value is (99,170,47). Sum of RGB (Red+Green+Blue) = 99+170+47=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA2F is #9C55D0. Grayscale: #878787. Windows color (decimal): -10245585 or 3123811. OLE color: 3123811.
HSL color Cylindrical-coordinate representation of color #63AA2F: hue angle of 94.63º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63AA2F is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 47 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.33 |
| HSL | 94.63º | 0.57% | 0.43% | - |
| HSV(B) | 94.63º | 0.72% | 0.67% | - |
| XYZ | 20.03 | 31.61 | 7.73 | - |
| YUV | 134.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 47 | 0.42 | 0 | 0.72 | 0.33 | 94.63 | 0.57 | 0.43 |
| Hex | 63 | AA | 2F | 2A | 0 | 48 | 21 | 5F | 39 | 2B |
| Octal | 143 | 252 | 57 | 52 | 0 | 110 | 41 | 137 | 71 | 53 |
| Binary | 1100011 | 10101010 | 101111 | 101010 | 0 | 1001000 | 100001 | 1011111 | 111001 | 101011 |
Color Harmonies of #63AA2F
Complementary color
Monochromatic Colors of #63AA2F
Black with #63AA2F
Text Example
Text Example
White with #63AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA2F; }
p { color: rgb(99,170,47); }
H1.HeaderClassName
{
color: #63AA2F;
}
.AnyTagClassName
{
color: #63AA2F;
}
</style>
background-color css
<style>
a { background-color: #63AA2F; }
a { background-color: rgb(99,170,47); }
div.DivClassName
{
background-color: #63AA2F;
}
.BgClassName
{
background-color: #63AA2F;
}
</style>
border-color css
<style>
span { border-color: #63AA2F; }
span { border-color: rgb(99,170,47); }
td.TdClassName
{
border-color: #63AA2F;
}
.TagClassName
{
border-color: #63AA2F;
}
</style>