Shades of Limeade #63AA27
Tints of Limeade #63AA27
RGB
CMYK
RGB Variations
Color information
#63AA27 (or 0x63AA27) is known color: Limeade. HEX triplet: 63, AA and 27. RGB value is (99,170,39). Sum of RGB (Red+Green+Blue) = 99+170+39=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA27 is #9C55D8. Grayscale: #868686. Windows color (decimal): -10245593 or 2599523. OLE color: 2599523.
HSL color Cylindrical-coordinate representation of color #63AA27: hue angle of 92.52º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63AA27 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 39 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.33 |
| HSL | 92.52º | 0.63% | 0.41% | - |
| HSV(B) | 92.52º | 0.77% | 0.67% | - |
| XYZ | 19.89 | 31.55 | 6.96 | - |
| YUV | 133.84 | 74.48 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 39 | 0.42 | 0 | 0.77 | 0.33 | 92.52 | 0.63 | 0.41 |
| Hex | 63 | AA | 27 | 2A | 0 | 4D | 21 | 5D | 3F | 29 |
| Octal | 143 | 252 | 47 | 52 | 0 | 115 | 41 | 135 | 77 | 51 |
| Binary | 1100011 | 10101010 | 100111 | 101010 | 0 | 1001101 | 100001 | 1011101 | 111111 | 101001 |
Color Harmonies of #63AA27
Complementary color
Monochromatic Colors of #63AA27
Black with #63AA27
Text Example
Text Example
White with #63AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA27; }
p { color: rgb(99,170,39); }
H1.HeaderClassName
{
color: #63AA27;
}
.AnyTagClassName
{
color: #63AA27;
}
</style>
background-color css
<style>
a { background-color: #63AA27; }
a { background-color: rgb(99,170,39); }
div.DivClassName
{
background-color: #63AA27;
}
.BgClassName
{
background-color: #63AA27;
}
</style>
border-color css
<style>
span { border-color: #63AA27; }
span { border-color: rgb(99,170,39); }
td.TdClassName
{
border-color: #63AA27;
}
.TagClassName
{
border-color: #63AA27;
}
</style>