Shades of Limeade #62A62A
Tints of Limeade #62A62A
RGB
CMYK
RGB Variations
Color information
#62A62A (or 0x62A62A) is known color: Limeade. HEX triplet: 62, A6 and 2A. RGB value is (98,166,42). Sum of RGB (Red+Green+Blue) = 98+166+42=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #62A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A62A is #9D59D5. Grayscale: #838383. Windows color (decimal): -10312150 or 2795106. OLE color: 2795106.
HSL color Cylindrical-coordinate representation of color #62A62A: hue angle of 92.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62A62A is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 166 | 42 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.35 |
| HSL | 92.9º | 0.6% | 0.41% | - |
| HSV(B) | 92.9º | 0.75% | 0.65% | - |
| XYZ | 19.09 | 30.04 | 6.98 | - |
| YUV | 131.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 42 | 0.41 | 0 | 0.75 | 0.35 | 92.9 | 0.6 | 0.41 |
| Hex | 62 | A6 | 2A | 29 | 0 | 4B | 23 | 5D | 3C | 29 |
| Octal | 142 | 246 | 52 | 51 | 0 | 113 | 43 | 135 | 74 | 51 |
| Binary | 1100010 | 10100110 | 101010 | 101001 | 0 | 1001011 | 100011 | 1011101 | 111100 | 101001 |
Color Harmonies of #62A62A
Complementary color
Monochromatic Colors of #62A62A
Black with #62A62A
Text Example
Text Example
White with #62A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A62A; }
p { color: rgb(98,166,42); }
H1.HeaderClassName
{
color: #62A62A;
}
.AnyTagClassName
{
color: #62A62A;
}
</style>
background-color css
<style>
a { background-color: #62A62A; }
a { background-color: rgb(98,166,42); }
div.DivClassName
{
background-color: #62A62A;
}
.BgClassName
{
background-color: #62A62A;
}
</style>
border-color css
<style>
span { border-color: #62A62A; }
span { border-color: rgb(98,166,42); }
td.TdClassName
{
border-color: #62A62A;
}
.TagClassName
{
border-color: #62A62A;
}
</style>