Shades of Limeade #62A620
Tints of Limeade #62A620
RGB
CMYK
RGB Variations
Color information
#62A620 (or 0x62A620) is known color: Limeade. HEX triplet: 62, A6 and 20. RGB value is (98,166,32). Sum of RGB (Red+Green+Blue) = 98+166+32=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #62A620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A620 is #9D59DF. Grayscale: #828282. Windows color (decimal): -10312160 or 2139746. OLE color: 2139746.
HSL color Cylindrical-coordinate representation of color #62A620: hue angle of 90.45º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62A620 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 166 | 32 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.35 |
| HSL | 90.45º | 0.68% | 0.39% | - |
| HSV(B) | 90.45º | 0.81% | 0.65% | - |
| XYZ | 18.93 | 29.97 | 6.15 | - |
| YUV | 130.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 32 | 0.41 | 0 | 0.81 | 0.35 | 90.45 | 0.68 | 0.39 |
| Hex | 62 | A6 | 20 | 29 | 0 | 51 | 23 | 5A | 44 | 27 |
| Octal | 142 | 246 | 40 | 51 | 0 | 121 | 43 | 132 | 104 | 47 |
| Binary | 1100010 | 10100110 | 100000 | 101001 | 0 | 1010001 | 100011 | 1011010 | 1000100 | 100111 |
Color Harmonies of #62A620
Complementary color
Monochromatic Colors of #62A620
Black with #62A620
Text Example
Text Example
White with #62A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A620; }
p { color: rgb(98,166,32); }
H1.HeaderClassName
{
color: #62A620;
}
.AnyTagClassName
{
color: #62A620;
}
</style>
background-color css
<style>
a { background-color: #62A620; }
a { background-color: rgb(98,166,32); }
div.DivClassName
{
background-color: #62A620;
}
.BgClassName
{
background-color: #62A620;
}
</style>
border-color css
<style>
span { border-color: #62A620; }
span { border-color: rgb(98,166,32); }
td.TdClassName
{
border-color: #62A620;
}
.TagClassName
{
border-color: #62A620;
}
</style>