Shades of Limeade #62A721
Tints of Limeade #62A721
RGB
CMYK
RGB Variations
Color information
#62A721 (or 0x62A721) is known color: Limeade. HEX triplet: 62, A7 and 21. RGB value is (98,167,33). Sum of RGB (Red+Green+Blue) = 98+167+33=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #62A721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A721 is #9D58DE. Grayscale: #838383. Windows color (decimal): -10311903 or 2205538. OLE color: 2205538.
HSL color Cylindrical-coordinate representation of color #62A721: hue angle of 90.9º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62A721 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 167 | 33 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.35 |
| HSL | 90.9º | 0.67% | 0.39% | - |
| HSV(B) | 90.9º | 0.8% | 0.65% | - |
| XYZ | 19.13 | 30.34 | 6.29 | - |
| YUV | 131.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 167 | 33 | 0.41 | 0 | 0.80 | 0.35 | 90.9 | 0.67 | 0.39 |
| Hex | 62 | A7 | 21 | 29 | 0 | 50 | 23 | 5B | 43 | 27 |
| Octal | 142 | 247 | 41 | 51 | 0 | 120 | 43 | 133 | 103 | 47 |
| Binary | 1100010 | 10100111 | 100001 | 101001 | 0 | 1010000 | 100011 | 1011011 | 1000011 | 100111 |
Color Harmonies of #62A721
Complementary color
Monochromatic Colors of #62A721
Black with #62A721
Text Example
Text Example
White with #62A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A721; }
p { color: rgb(98,167,33); }
H1.HeaderClassName
{
color: #62A721;
}
.AnyTagClassName
{
color: #62A721;
}
</style>
background-color css
<style>
a { background-color: #62A721; }
a { background-color: rgb(98,167,33); }
div.DivClassName
{
background-color: #62A721;
}
.BgClassName
{
background-color: #62A721;
}
</style>
border-color css
<style>
span { border-color: #62A721; }
span { border-color: rgb(98,167,33); }
td.TdClassName
{
border-color: #62A721;
}
.TagClassName
{
border-color: #62A721;
}
</style>