Shades of Limeade #62A234
Tints of Limeade #62A234
RGB
CMYK
RGB Variations
Color information
#62A234 (or 0x62A234) is known color: Limeade. HEX triplet: 62, A2 and 34. RGB value is (98,162,52). Sum of RGB (Red+Green+Blue) = 98+162+52=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #62A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A234 is #9D5DCB. Grayscale: #828282. Windows color (decimal): -10313164 or 3449442. OLE color: 3449442.
HSL color Cylindrical-coordinate representation of color #62A234: hue angle of 94.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62A234 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 52 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.36 |
| HSL | 94.91º | 0.51% | 0.42% | - |
| HSV(B) | 94.91º | 0.68% | 0.64% | - |
| XYZ | 18.58 | 28.69 | 7.81 | - |
| YUV | 130.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 52 | 0.40 | 0 | 0.68 | 0.36 | 94.91 | 0.51 | 0.42 |
| Hex | 62 | A2 | 34 | 28 | 0 | 44 | 24 | 5F | 33 | 2A |
| Octal | 142 | 242 | 64 | 50 | 0 | 104 | 44 | 137 | 63 | 52 |
| Binary | 1100010 | 10100010 | 110100 | 101000 | 0 | 1000100 | 100100 | 1011111 | 110011 | 101010 |
Color Harmonies of #62A234
Complementary color
Monochromatic Colors of #62A234
Black with #62A234
Text Example
Text Example
White with #62A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A234; }
p { color: rgb(98,162,52); }
H1.HeaderClassName
{
color: #62A234;
}
.AnyTagClassName
{
color: #62A234;
}
</style>
background-color css
<style>
a { background-color: #62A234; }
a { background-color: rgb(98,162,52); }
div.DivClassName
{
background-color: #62A234;
}
.BgClassName
{
background-color: #62A234;
}
</style>
border-color css
<style>
span { border-color: #62A234; }
span { border-color: rgb(98,162,52); }
td.TdClassName
{
border-color: #62A234;
}
.TagClassName
{
border-color: #62A234;
}
</style>