Shades of Limeade #62983B
Tints of Limeade #62983B
RGB
CMYK
RGB Variations
Color information
#62983B (or 0x62983B) is known color: Limeade. HEX triplet: 62, 98 and 3B. RGB value is (98,152,59). Sum of RGB (Red+Green+Blue) = 98+152+59=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #62983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62983B is #9D67C4. Grayscale: #7D7D7D. Windows color (decimal): -10315717 or 3905634. OLE color: 3905634.
HSL color Cylindrical-coordinate representation of color #62983B: hue angle of 94.84º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62983B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 59 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.40 |
| HSL | 94.84º | 0.44% | 0.41% | - |
| HSV(B) | 94.84º | 0.61% | 0.6% | - |
| XYZ | 17.05 | 25.37 | 8.14 | - |
| YUV | 125.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 59 | 0.36 | 0 | 0.61 | 0.40 | 94.84 | 0.44 | 0.41 |
| Hex | 62 | 98 | 3B | 24 | 0 | 3D | 28 | 5F | 2C | 29 |
| Octal | 142 | 230 | 73 | 44 | 0 | 75 | 50 | 137 | 54 | 51 |
| Binary | 1100010 | 10011000 | 111011 | 100100 | 0 | 111101 | 101000 | 1011111 | 101100 | 101001 |
Color Harmonies of #62983B
Complementary color
Monochromatic Colors of #62983B
Black with #62983B
Text Example
Text Example
White with #62983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62983B; }
p { color: rgb(98,152,59); }
H1.HeaderClassName
{
color: #62983B;
}
.AnyTagClassName
{
color: #62983B;
}
</style>
background-color css
<style>
a { background-color: #62983B; }
a { background-color: rgb(98,152,59); }
div.DivClassName
{
background-color: #62983B;
}
.BgClassName
{
background-color: #62983B;
}
</style>
border-color css
<style>
span { border-color: #62983B; }
span { border-color: rgb(98,152,59); }
td.TdClassName
{
border-color: #62983B;
}
.TagClassName
{
border-color: #62983B;
}
</style>