Shades of Limeade #62992B
Tints of Limeade #62992B
RGB
CMYK
RGB Variations
Color information
#62992B (or 0x62992B) is known color: Limeade. HEX triplet: 62, 99 and 2B. RGB value is (98,153,43). Sum of RGB (Red+Green+Blue) = 98+153+43=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #62992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62992B is #9D66D4. Grayscale: #7C7C7C. Windows color (decimal): -10315477 or 2857314. OLE color: 2857314.
HSL color Cylindrical-coordinate representation of color #62992B: hue angle of 90º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62992B is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 43 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.4 |
| HSL | 90º | 0.56% | 0.38% | - |
| HSV(B) | 90º | 0.72% | 0.6% | - |
| XYZ | 16.86 | 25.55 | 6.33 | - |
| YUV | 124.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 43 | 0.36 | 0 | 0.72 | 0.4 | 90 | 0.56 | 0.38 |
| Hex | 62 | 99 | 2B | 24 | 0 | 48 | 28 | 5A | 38 | 26 |
| Octal | 142 | 231 | 53 | 44 | 0 | 110 | 50 | 132 | 70 | 46 |
| Binary | 1100010 | 10011001 | 101011 | 100100 | 0 | 1001000 | 101000 | 1011010 | 111000 | 100110 |
Color Harmonies of #62992B
Complementary color
Monochromatic Colors of #62992B
Black with #62992B
Text Example
Text Example
White with #62992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62992B; }
p { color: rgb(98,153,43); }
H1.HeaderClassName
{
color: #62992B;
}
.AnyTagClassName
{
color: #62992B;
}
</style>
background-color css
<style>
a { background-color: #62992B; }
a { background-color: rgb(98,153,43); }
div.DivClassName
{
background-color: #62992B;
}
.BgClassName
{
background-color: #62992B;
}
</style>
border-color css
<style>
span { border-color: #62992B; }
span { border-color: rgb(98,153,43); }
td.TdClassName
{
border-color: #62992B;
}
.TagClassName
{
border-color: #62992B;
}
</style>