Shades of Limeade #60AE2E
Tints of Limeade #60AE2E
RGB
CMYK
RGB Variations
Color information
#60AE2E (or 0x60AE2E) is known color: Limeade. HEX triplet: 60, AE and 2E. RGB value is (96,174,46). Sum of RGB (Red+Green+Blue) = 96+174+46=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AE2E is #9F51D1. Grayscale: #888888. Windows color (decimal): -10441170 or 3059296. OLE color: 3059296.
HSL color Cylindrical-coordinate representation of color #60AE2E: hue angle of 96.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60AE2E is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 46 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.32 |
| HSL | 96.56º | 0.58% | 0.43% | - |
| HSV(B) | 96.56º | 0.74% | 0.68% | - |
| XYZ | 20.45 | 32.96 | 7.87 | - |
| YUV | 136.09 | 77.16 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 46 | 0.45 | 0 | 0.74 | 0.32 | 96.56 | 0.58 | 0.43 |
| Hex | 60 | AE | 2E | 2D | 0 | 4A | 20 | 61 | 3A | 2B |
| Octal | 140 | 256 | 56 | 55 | 0 | 112 | 40 | 141 | 72 | 53 |
| Binary | 1100000 | 10101110 | 101110 | 101101 | 0 | 1001010 | 100000 | 1100001 | 111010 | 101011 |
Color Harmonies of #60AE2E
Complementary color
Monochromatic Colors of #60AE2E
Black with #60AE2E
Text Example
Text Example
White with #60AE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AE2E; }
p { color: rgb(96,174,46); }
H1.HeaderClassName
{
color: #60AE2E;
}
.AnyTagClassName
{
color: #60AE2E;
}
</style>
background-color css
<style>
a { background-color: #60AE2E; }
a { background-color: rgb(96,174,46); }
div.DivClassName
{
background-color: #60AE2E;
}
.BgClassName
{
background-color: #60AE2E;
}
</style>
border-color css
<style>
span { border-color: #60AE2E; }
span { border-color: rgb(96,174,46); }
td.TdClassName
{
border-color: #60AE2E;
}
.TagClassName
{
border-color: #60AE2E;
}
</style>