Shades of Limeade #5DAC2C
Tints of Limeade #5DAC2C
RGB
CMYK
RGB Variations
Color information
#5DAC2C (or 0x5DAC2C) is known color: Limeade. HEX triplet: 5D, AC and 2C. RGB value is (93,172,44). Sum of RGB (Red+Green+Blue) = 93+172+44=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC2C is #A253D3. Grayscale: #868686. Windows color (decimal): -10638292 or 2927709. OLE color: 2927709.
HSL color Cylindrical-coordinate representation of color #5DAC2C: hue angle of 97.03º 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 #5DAC2C is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 44 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.33 |
| HSL | 97.03º | 0.59% | 0.42% | - |
| HSV(B) | 97.03º | 0.74% | 0.67% | - |
| XYZ | 19.72 | 32.01 | 7.52 | - |
| YUV | 133.79 | 77.33 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 44 | 0.46 | 0 | 0.74 | 0.33 | 97.03 | 0.59 | 0.42 |
| Hex | 5D | AC | 2C | 2E | 0 | 4A | 21 | 61 | 3B | 2A |
| Octal | 135 | 254 | 54 | 56 | 0 | 112 | 41 | 141 | 73 | 52 |
| Binary | 1011101 | 10101100 | 101100 | 101110 | 0 | 1001010 | 100001 | 1100001 | 111011 | 101010 |
Color Harmonies of #5DAC2C
Complementary color
Monochromatic Colors of #5DAC2C
Black with #5DAC2C
Text Example
Text Example
White with #5DAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC2C; }
p { color: rgb(93,172,44); }
H1.HeaderClassName
{
color: #5DAC2C;
}
.AnyTagClassName
{
color: #5DAC2C;
}
</style>
background-color css
<style>
a { background-color: #5DAC2C; }
a { background-color: rgb(93,172,44); }
div.DivClassName
{
background-color: #5DAC2C;
}
.BgClassName
{
background-color: #5DAC2C;
}
</style>
border-color css
<style>
span { border-color: #5DAC2C; }
span { border-color: rgb(93,172,44); }
td.TdClassName
{
border-color: #5DAC2C;
}
.TagClassName
{
border-color: #5DAC2C;
}
</style>