Shades of Limeade #61AB2D
Tints of Limeade #61AB2D
RGB
CMYK
RGB Variations
Color information
#61AB2D (or 0x61AB2D) is known color: Limeade. HEX triplet: 61, AB and 2D. RGB value is (97,171,45). Sum of RGB (Red+Green+Blue) = 97+171+45=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB2D is #9E54D2. Grayscale: #868686. Windows color (decimal): -10376403 or 2992993. OLE color: 2992993.
HSL color Cylindrical-coordinate representation of color #61AB2D: hue angle of 95.24º degrees, saturation: 0.58, 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 #61AB2D is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 45 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.33 |
| HSL | 95.24º | 0.58% | 0.42% | - |
| HSV(B) | 95.24º | 0.74% | 0.67% | - |
| XYZ | 19.97 | 31.86 | 7.58 | - |
| YUV | 134.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 45 | 0.43 | 0 | 0.74 | 0.33 | 95.24 | 0.58 | 0.42 |
| Hex | 61 | AB | 2D | 2B | 0 | 4A | 21 | 5F | 3A | 2A |
| Octal | 141 | 253 | 55 | 53 | 0 | 112 | 41 | 137 | 72 | 52 |
| Binary | 1100001 | 10101011 | 101101 | 101011 | 0 | 1001010 | 100001 | 1011111 | 111010 | 101010 |
Color Harmonies of #61AB2D
Complementary color
Monochromatic Colors of #61AB2D
Black with #61AB2D
Text Example
Text Example
White with #61AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AB2D; }
p { color: rgb(97,171,45); }
H1.HeaderClassName
{
color: #61AB2D;
}
.AnyTagClassName
{
color: #61AB2D;
}
</style>
background-color css
<style>
a { background-color: #61AB2D; }
a { background-color: rgb(97,171,45); }
div.DivClassName
{
background-color: #61AB2D;
}
.BgClassName
{
background-color: #61AB2D;
}
</style>
border-color css
<style>
span { border-color: #61AB2D; }
span { border-color: rgb(97,171,45); }
td.TdClassName
{
border-color: #61AB2D;
}
.TagClassName
{
border-color: #61AB2D;
}
</style>