Shades of Limeade #61AB2A
Tints of Limeade #61AB2A
RGB
CMYK
RGB Variations
Color information
#61AB2A (or 0x61AB2A) is known color: Limeade. HEX triplet: 61, AB and 2A. RGB value is (97,171,42). Sum of RGB (Red+Green+Blue) = 97+171+42=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB2A is #9E54D5. Grayscale: #868686. Windows color (decimal): -10376406 or 2796385. OLE color: 2796385.
HSL color Cylindrical-coordinate representation of color #61AB2A: hue angle of 94.42º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61AB2A is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 42 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.33 |
| HSL | 94.42º | 0.61% | 0.42% | - |
| HSV(B) | 94.42º | 0.75% | 0.67% | - |
| XYZ | 19.91 | 31.83 | 7.29 | - |
| YUV | 134.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 42 | 0.43 | 0 | 0.75 | 0.33 | 94.42 | 0.61 | 0.42 |
| Hex | 61 | AB | 2A | 2B | 0 | 4B | 21 | 5E | 3D | 2A |
| Octal | 141 | 253 | 52 | 53 | 0 | 113 | 41 | 136 | 75 | 52 |
| Binary | 1100001 | 10101011 | 101010 | 101011 | 0 | 1001011 | 100001 | 1011110 | 111101 | 101010 |
Color Harmonies of #61AB2A
Complementary color
Monochromatic Colors of #61AB2A
Black with #61AB2A
Text Example
Text Example
White with #61AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AB2A; }
p { color: rgb(97,171,42); }
H1.HeaderClassName
{
color: #61AB2A;
}
.AnyTagClassName
{
color: #61AB2A;
}
</style>
background-color css
<style>
a { background-color: #61AB2A; }
a { background-color: rgb(97,171,42); }
div.DivClassName
{
background-color: #61AB2A;
}
.BgClassName
{
background-color: #61AB2A;
}
</style>
border-color css
<style>
span { border-color: #61AB2A; }
span { border-color: rgb(97,171,42); }
td.TdClassName
{
border-color: #61AB2A;
}
.TagClassName
{
border-color: #61AB2A;
}
</style>