Shades of Limeade #62A72E
Tints of Limeade #62A72E
RGB
CMYK
RGB Variations
Color information
#62A72E (or 0x62A72E) is known color: Limeade. HEX triplet: 62, A7 and 2E. RGB value is (98,167,46). Sum of RGB (Red+Green+Blue) = 98+167+46=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #62A72E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A72E is #9D58D1. Grayscale: #848484. Windows color (decimal): -10311890 or 3057506. OLE color: 3057506.
HSL color Cylindrical-coordinate representation of color #62A72E: hue angle of 94.21º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62A72E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 167 | 46 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.35 |
| HSL | 94.21º | 0.57% | 0.42% | - |
| HSV(B) | 94.21º | 0.72% | 0.65% | - |
| XYZ | 19.35 | 30.43 | 7.44 | - |
| YUV | 132.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 167 | 46 | 0.41 | 0 | 0.72 | 0.35 | 94.21 | 0.57 | 0.42 |
| Hex | 62 | A7 | 2E | 29 | 0 | 48 | 23 | 5E | 39 | 2A |
| Octal | 142 | 247 | 56 | 51 | 0 | 110 | 43 | 136 | 71 | 52 |
| Binary | 1100010 | 10100111 | 101110 | 101001 | 0 | 1001000 | 100011 | 1011110 | 111001 | 101010 |
Color Harmonies of #62A72E
Complementary color
Monochromatic Colors of #62A72E
Black with #62A72E
Text Example
Text Example
White with #62A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A72E; }
p { color: rgb(98,167,46); }
H1.HeaderClassName
{
color: #62A72E;
}
.AnyTagClassName
{
color: #62A72E;
}
</style>
background-color css
<style>
a { background-color: #62A72E; }
a { background-color: rgb(98,167,46); }
div.DivClassName
{
background-color: #62A72E;
}
.BgClassName
{
background-color: #62A72E;
}
</style>
border-color css
<style>
span { border-color: #62A72E; }
span { border-color: rgb(98,167,46); }
td.TdClassName
{
border-color: #62A72E;
}
.TagClassName
{
border-color: #62A72E;
}
</style>