Shades of Limeade #61A42B
Tints of Limeade #61A42B
RGB
CMYK
RGB Variations
Color information
#61A42B (or 0x61A42B) is known color: Limeade. HEX triplet: 61, A4 and 2B. RGB value is (97,164,43). Sum of RGB (Red+Green+Blue) = 97+164+43=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #61A42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A42B is #9E5BD4. Grayscale: #828282. Windows color (decimal): -10378197 or 2860129. OLE color: 2860129.
HSL color Cylindrical-coordinate representation of color #61A42B: hue angle of 93.22º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61A42B is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 164 | 43 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.36 |
| HSL | 93.22º | 0.58% | 0.41% | - |
| HSV(B) | 93.22º | 0.74% | 0.64% | - |
| XYZ | 18.64 | 29.27 | 6.95 | - |
| YUV | 130.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 43 | 0.41 | 0 | 0.74 | 0.36 | 93.22 | 0.58 | 0.41 |
| Hex | 61 | A4 | 2B | 29 | 0 | 4A | 24 | 5D | 3A | 29 |
| Octal | 141 | 244 | 53 | 51 | 0 | 112 | 44 | 135 | 72 | 51 |
| Binary | 1100001 | 10100100 | 101011 | 101001 | 0 | 1001010 | 100100 | 1011101 | 111010 | 101001 |
Color Harmonies of #61A42B
Complementary color
Monochromatic Colors of #61A42B
Black with #61A42B
Text Example
Text Example
White with #61A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A42B; }
p { color: rgb(97,164,43); }
H1.HeaderClassName
{
color: #61A42B;
}
.AnyTagClassName
{
color: #61A42B;
}
</style>
background-color css
<style>
a { background-color: #61A42B; }
a { background-color: rgb(97,164,43); }
div.DivClassName
{
background-color: #61A42B;
}
.BgClassName
{
background-color: #61A42B;
}
</style>
border-color css
<style>
span { border-color: #61A42B; }
span { border-color: rgb(97,164,43); }
td.TdClassName
{
border-color: #61A42B;
}
.TagClassName
{
border-color: #61A42B;
}
</style>