Shades of Limeade #62AC2C
Tints of Limeade #62AC2C
RGB
CMYK
RGB Variations
Color information
#62AC2C (or 0x62AC2C) is known color: Limeade. HEX triplet: 62, AC and 2C. RGB value is (98,172,44). Sum of RGB (Red+Green+Blue) = 98+172+44=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AC2C is #9D53D3. Grayscale: #878787. Windows color (decimal): -10310612 or 2927714. OLE color: 2927714.
HSL color Cylindrical-coordinate representation of color #62AC2C: hue angle of 94.69º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62AC2C is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 172 | 44 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.33 |
| HSL | 94.69º | 0.59% | 0.42% | - |
| HSV(B) | 94.69º | 0.74% | 0.67% | - |
| XYZ | 20.24 | 32.28 | 7.55 | - |
| YUV | 135.28 | 76.48 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 44 | 0.43 | 0 | 0.74 | 0.33 | 94.69 | 0.59 | 0.42 |
| Hex | 62 | AC | 2C | 2B | 0 | 4A | 21 | 5F | 3B | 2A |
| Octal | 142 | 254 | 54 | 53 | 0 | 112 | 41 | 137 | 73 | 52 |
| Binary | 1100010 | 10101100 | 101100 | 101011 | 0 | 1001010 | 100001 | 1011111 | 111011 | 101010 |
Color Harmonies of #62AC2C
Complementary color
Monochromatic Colors of #62AC2C
Black with #62AC2C
Text Example
Text Example
White with #62AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AC2C; }
p { color: rgb(98,172,44); }
H1.HeaderClassName
{
color: #62AC2C;
}
.AnyTagClassName
{
color: #62AC2C;
}
</style>
background-color css
<style>
a { background-color: #62AC2C; }
a { background-color: rgb(98,172,44); }
div.DivClassName
{
background-color: #62AC2C;
}
.BgClassName
{
background-color: #62AC2C;
}
</style>
border-color css
<style>
span { border-color: #62AC2C; }
span { border-color: rgb(98,172,44); }
td.TdClassName
{
border-color: #62AC2C;
}
.TagClassName
{
border-color: #62AC2C;
}
</style>