Shades of Limeade #60AC2D
Tints of Limeade #60AC2D
RGB
CMYK
RGB Variations
Color information
#60AC2D (or 0x60AC2D) is known color: Limeade. HEX triplet: 60, AC and 2D. RGB value is (96,172,45). Sum of RGB (Red+Green+Blue) = 96+172+45=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AC2D is #9F53D2. Grayscale: #878787. Windows color (decimal): -10441683 or 2993248. OLE color: 2993248.
HSL color Cylindrical-coordinate representation of color #60AC2D: hue angle of 95.91º 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 #60AC2D is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 45 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.33 |
| HSL | 95.91º | 0.59% | 0.43% | - |
| HSV(B) | 95.91º | 0.74% | 0.67% | - |
| XYZ | 20.05 | 32.18 | 7.64 | - |
| YUV | 134.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 45 | 0.44 | 0 | 0.74 | 0.33 | 95.91 | 0.59 | 0.43 |
| Hex | 60 | AC | 2D | 2C | 0 | 4A | 21 | 60 | 3B | 2B |
| Octal | 140 | 254 | 55 | 54 | 0 | 112 | 41 | 140 | 73 | 53 |
| Binary | 1100000 | 10101100 | 101101 | 101100 | 0 | 1001010 | 100001 | 1100000 | 111011 | 101011 |
Color Harmonies of #60AC2D
Complementary color
Monochromatic Colors of #60AC2D
Black with #60AC2D
Text Example
Text Example
White with #60AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC2D; }
p { color: rgb(96,172,45); }
H1.HeaderClassName
{
color: #60AC2D;
}
.AnyTagClassName
{
color: #60AC2D;
}
</style>
background-color css
<style>
a { background-color: #60AC2D; }
a { background-color: rgb(96,172,45); }
div.DivClassName
{
background-color: #60AC2D;
}
.BgClassName
{
background-color: #60AC2D;
}
</style>
border-color css
<style>
span { border-color: #60AC2D; }
span { border-color: rgb(96,172,45); }
td.TdClassName
{
border-color: #60AC2D;
}
.TagClassName
{
border-color: #60AC2D;
}
</style>