Shades of Limeade #61AC2D
Tints of Limeade #61AC2D
RGB
CMYK
RGB Variations
Color information
#61AC2D (or 0x61AC2D) is known color: Limeade. HEX triplet: 61, AC and 2D. RGB value is (97,172,45). Sum of RGB (Red+Green+Blue) = 97+172+45=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AC2D is #9E53D2. Grayscale: #878787. Windows color (decimal): -10376147 or 2993249. OLE color: 2993249.
HSL color Cylindrical-coordinate representation of color #61AC2D: hue angle of 95.43º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61AC2D is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 45 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.33 |
| HSL | 95.43º | 0.59% | 0.43% | - |
| HSV(B) | 95.43º | 0.74% | 0.67% | - |
| XYZ | 20.16 | 32.24 | 7.64 | - |
| YUV | 135.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 45 | 0.44 | 0 | 0.74 | 0.33 | 95.43 | 0.59 | 0.43 |
| Hex | 61 | AC | 2D | 2C | 0 | 4A | 21 | 5F | 3B | 2B |
| Octal | 141 | 254 | 55 | 54 | 0 | 112 | 41 | 137 | 73 | 53 |
| Binary | 1100001 | 10101100 | 101101 | 101100 | 0 | 1001010 | 100001 | 1011111 | 111011 | 101011 |
Color Harmonies of #61AC2D
Complementary color
Monochromatic Colors of #61AC2D
Black with #61AC2D
Text Example
Text Example
White with #61AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC2D; }
p { color: rgb(97,172,45); }
H1.HeaderClassName
{
color: #61AC2D;
}
.AnyTagClassName
{
color: #61AC2D;
}
</style>
background-color css
<style>
a { background-color: #61AC2D; }
a { background-color: rgb(97,172,45); }
div.DivClassName
{
background-color: #61AC2D;
}
.BgClassName
{
background-color: #61AC2D;
}
</style>
border-color css
<style>
span { border-color: #61AC2D; }
span { border-color: rgb(97,172,45); }
td.TdClassName
{
border-color: #61AC2D;
}
.TagClassName
{
border-color: #61AC2D;
}
</style>