Shades of Limeade #61AB2C
Tints of Limeade #61AB2C
RGB
CMYK
RGB Variations
Color information
#61AB2C (or 0x61AB2C) is known color: Limeade. HEX triplet: 61, AB and 2C. RGB value is (97,171,44). Sum of RGB (Red+Green+Blue) = 97+171+44=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB2C is #9E54D3. Grayscale: #868686. Windows color (decimal): -10376404 or 2927457. OLE color: 2927457.
HSL color Cylindrical-coordinate representation of color #61AB2C: hue angle of 94.96º 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 #61AB2C is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 44 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.33 |
| HSL | 94.96º | 0.59% | 0.42% | - |
| HSV(B) | 94.96º | 0.74% | 0.67% | - |
| XYZ | 19.95 | 31.85 | 7.48 | - |
| YUV | 134.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 44 | 0.43 | 0 | 0.74 | 0.33 | 94.96 | 0.59 | 0.42 |
| Hex | 61 | AB | 2C | 2B | 0 | 4A | 21 | 5F | 3B | 2A |
| Octal | 141 | 253 | 54 | 53 | 0 | 112 | 41 | 137 | 73 | 52 |
| Binary | 1100001 | 10101011 | 101100 | 101011 | 0 | 1001010 | 100001 | 1011111 | 111011 | 101010 |
Color Harmonies of #61AB2C
Complementary color
Monochromatic Colors of #61AB2C
Black with #61AB2C
Text Example
Text Example
White with #61AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AB2C; }
p { color: rgb(97,171,44); }
H1.HeaderClassName
{
color: #61AB2C;
}
.AnyTagClassName
{
color: #61AB2C;
}
</style>
background-color css
<style>
a { background-color: #61AB2C; }
a { background-color: rgb(97,171,44); }
div.DivClassName
{
background-color: #61AB2C;
}
.BgClassName
{
background-color: #61AB2C;
}
</style>
border-color css
<style>
span { border-color: #61AB2C; }
span { border-color: rgb(97,171,44); }
td.TdClassName
{
border-color: #61AB2C;
}
.TagClassName
{
border-color: #61AB2C;
}
</style>