Shades of Limeade #639B2E
Tints of Limeade #639B2E
RGB
CMYK
RGB Variations
Color information
#639B2E (or 0x639B2E) is known color: Limeade. HEX triplet: 63, 9B and 2E. RGB value is (99,155,46). Sum of RGB (Red+Green+Blue) = 99+155+46=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #639B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B2E is #9C64D1. Grayscale: #7E7E7E. Windows color (decimal): -10249426 or 3054435. OLE color: 3054435.
HSL color Cylindrical-coordinate representation of color #639B2E: hue angle of 90.83º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #639B2E is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 46 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.39 |
| HSL | 90.83º | 0.54% | 0.39% | - |
| HSV(B) | 90.83º | 0.7% | 0.61% | - |
| XYZ | 17.36 | 26.29 | 6.74 | - |
| YUV | 125.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 46 | 0.36 | 0 | 0.70 | 0.39 | 90.83 | 0.54 | 0.39 |
| Hex | 63 | 9B | 2E | 24 | 0 | 46 | 27 | 5B | 36 | 27 |
| Octal | 143 | 233 | 56 | 44 | 0 | 106 | 47 | 133 | 66 | 47 |
| Binary | 1100011 | 10011011 | 101110 | 100100 | 0 | 1000110 | 100111 | 1011011 | 110110 | 100111 |
Color Harmonies of #639B2E
Complementary color
Monochromatic Colors of #639B2E
Black with #639B2E
Text Example
Text Example
White with #639B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B2E; }
p { color: rgb(99,155,46); }
H1.HeaderClassName
{
color: #639B2E;
}
.AnyTagClassName
{
color: #639B2E;
}
</style>
background-color css
<style>
a { background-color: #639B2E; }
a { background-color: rgb(99,155,46); }
div.DivClassName
{
background-color: #639B2E;
}
.BgClassName
{
background-color: #639B2E;
}
</style>
border-color css
<style>
span { border-color: #639B2E; }
span { border-color: rgb(99,155,46); }
td.TdClassName
{
border-color: #639B2E;
}
.TagClassName
{
border-color: #639B2E;
}
</style>