Shades of Limeade #62AB2D
Tints of Limeade #62AB2D
RGB
CMYK
RGB Variations
Color information
#62AB2D (or 0x62AB2D) is known color: Limeade. HEX triplet: 62, AB and 2D. RGB value is (98,171,45). Sum of RGB (Red+Green+Blue) = 98+171+45=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AB2D is #9D54D2. Grayscale: #878787. Windows color (decimal): -10310867 or 2992994. OLE color: 2992994.
HSL color Cylindrical-coordinate representation of color #62AB2D: hue angle of 94.76º degrees, saturation: 0.58, 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 #62AB2D is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 45 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.33 |
| HSL | 94.76º | 0.58% | 0.42% | - |
| HSV(B) | 94.76º | 0.74% | 0.67% | - |
| XYZ | 20.07 | 31.91 | 7.58 | - |
| YUV | 134.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 45 | 0.43 | 0 | 0.74 | 0.33 | 94.76 | 0.58 | 0.42 |
| Hex | 62 | AB | 2D | 2B | 0 | 4A | 21 | 5F | 3A | 2A |
| Octal | 142 | 253 | 55 | 53 | 0 | 112 | 41 | 137 | 72 | 52 |
| Binary | 1100010 | 10101011 | 101101 | 101011 | 0 | 1001010 | 100001 | 1011111 | 111010 | 101010 |
Color Harmonies of #62AB2D
Complementary color
Monochromatic Colors of #62AB2D
Black with #62AB2D
Text Example
Text Example
White with #62AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB2D; }
p { color: rgb(98,171,45); }
H1.HeaderClassName
{
color: #62AB2D;
}
.AnyTagClassName
{
color: #62AB2D;
}
</style>
background-color css
<style>
a { background-color: #62AB2D; }
a { background-color: rgb(98,171,45); }
div.DivClassName
{
background-color: #62AB2D;
}
.BgClassName
{
background-color: #62AB2D;
}
</style>
border-color css
<style>
span { border-color: #62AB2D; }
span { border-color: rgb(98,171,45); }
td.TdClassName
{
border-color: #62AB2D;
}
.TagClassName
{
border-color: #62AB2D;
}
</style>