Shades of Limeade #63AB2B
Tints of Limeade #63AB2B
RGB
CMYK
RGB Variations
Color information
#63AB2B (or 0x63AB2B) is known color: Limeade. HEX triplet: 63, AB and 2B. RGB value is (99,171,43). Sum of RGB (Red+Green+Blue) = 99+171+43=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AB2B is #9C54D4. Grayscale: #878787. Windows color (decimal): -10245333 or 2861923. OLE color: 2861923.
HSL color Cylindrical-coordinate representation of color #63AB2B: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63AB2B is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 43 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.33 |
| HSL | 93.75º | 0.6% | 0.42% | - |
| HSV(B) | 93.75º | 0.75% | 0.67% | - |
| XYZ | 20.14 | 31.95 | 7.39 | - |
| YUV | 134.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 43 | 0.42 | 0 | 0.75 | 0.33 | 93.75 | 0.6 | 0.42 |
| Hex | 63 | AB | 2B | 2A | 0 | 4B | 21 | 5E | 3C | 2A |
| Octal | 143 | 253 | 53 | 52 | 0 | 113 | 41 | 136 | 74 | 52 |
| Binary | 1100011 | 10101011 | 101011 | 101010 | 0 | 1001011 | 100001 | 1011110 | 111100 | 101010 |
Color Harmonies of #63AB2B
Complementary color
Monochromatic Colors of #63AB2B
Black with #63AB2B
Text Example
Text Example
White with #63AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB2B; }
p { color: rgb(99,171,43); }
H1.HeaderClassName
{
color: #63AB2B;
}
.AnyTagClassName
{
color: #63AB2B;
}
</style>
background-color css
<style>
a { background-color: #63AB2B; }
a { background-color: rgb(99,171,43); }
div.DivClassName
{
background-color: #63AB2B;
}
.BgClassName
{
background-color: #63AB2B;
}
</style>
border-color css
<style>
span { border-color: #63AB2B; }
span { border-color: rgb(99,171,43); }
td.TdClassName
{
border-color: #63AB2B;
}
.TagClassName
{
border-color: #63AB2B;
}
</style>