Shades of Limeade #62B02D
Tints of Limeade #62B02D
RGB
CMYK
RGB Variations
Color information
#62B02D (or 0x62B02D) is known color: Limeade. HEX triplet: 62, B0 and 2D. RGB value is (98,176,45). Sum of RGB (Red+Green+Blue) = 98+176+45=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #62B02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B02D is #9D4FD2. Grayscale: #8A8A8A. Windows color (decimal): -10309587 or 2994274. OLE color: 2994274.
HSL color Cylindrical-coordinate representation of color #62B02D: hue angle of 95.73º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62B02D is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 176 | 45 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.31 |
| HSL | 95.73º | 0.59% | 0.43% | - |
| HSV(B) | 95.73º | 0.74% | 0.69% | - |
| XYZ | 21.04 | 33.84 | 7.91 | - |
| YUV | 137.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 45 | 0.44 | 0 | 0.74 | 0.31 | 95.73 | 0.59 | 0.43 |
| Hex | 62 | B0 | 2D | 2C | 0 | 4A | 1F | 60 | 3B | 2B |
| Octal | 142 | 260 | 55 | 54 | 0 | 112 | 37 | 140 | 73 | 53 |
| Binary | 1100010 | 10110000 | 101101 | 101100 | 0 | 1001010 | 11111 | 1100000 | 111011 | 101011 |
Color Harmonies of #62B02D
Complementary color
Monochromatic Colors of #62B02D
Black with #62B02D
Text Example
Text Example
White with #62B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B02D; }
p { color: rgb(98,176,45); }
H1.HeaderClassName
{
color: #62B02D;
}
.AnyTagClassName
{
color: #62B02D;
}
</style>
background-color css
<style>
a { background-color: #62B02D; }
a { background-color: rgb(98,176,45); }
div.DivClassName
{
background-color: #62B02D;
}
.BgClassName
{
background-color: #62B02D;
}
</style>
border-color css
<style>
span { border-color: #62B02D; }
span { border-color: rgb(98,176,45); }
td.TdClassName
{
border-color: #62B02D;
}
.TagClassName
{
border-color: #62B02D;
}
</style>