Shades of Limeade #5DAC2D
Tints of Limeade #5DAC2D
RGB
CMYK
RGB Variations
Color information
#5DAC2D (or 0x5DAC2D) is known color: Limeade. HEX triplet: 5D, AC and 2D. RGB value is (93,172,45). Sum of RGB (Red+Green+Blue) = 93+172+45=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC2D is #A253D2. Grayscale: #868686. Windows color (decimal): -10638291 or 2993245. OLE color: 2993245.
HSL color Cylindrical-coordinate representation of color #5DAC2D: hue angle of 97.32º 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 #5DAC2D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 45 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.33 |
| HSL | 97.32º | 0.59% | 0.43% | - |
| HSV(B) | 97.32º | 0.74% | 0.67% | - |
| XYZ | 19.74 | 32.02 | 7.62 | - |
| YUV | 133.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 45 | 0.46 | 0 | 0.74 | 0.33 | 97.32 | 0.59 | 0.43 |
| Hex | 5D | AC | 2D | 2E | 0 | 4A | 21 | 61 | 3B | 2B |
| Octal | 135 | 254 | 55 | 56 | 0 | 112 | 41 | 141 | 73 | 53 |
| Binary | 1011101 | 10101100 | 101101 | 101110 | 0 | 1001010 | 100001 | 1100001 | 111011 | 101011 |
Color Harmonies of #5DAC2D
Complementary color
Monochromatic Colors of #5DAC2D
Black with #5DAC2D
Text Example
Text Example
White with #5DAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC2D; }
p { color: rgb(93,172,45); }
H1.HeaderClassName
{
color: #5DAC2D;
}
.AnyTagClassName
{
color: #5DAC2D;
}
</style>
background-color css
<style>
a { background-color: #5DAC2D; }
a { background-color: rgb(93,172,45); }
div.DivClassName
{
background-color: #5DAC2D;
}
.BgClassName
{
background-color: #5DAC2D;
}
</style>
border-color css
<style>
span { border-color: #5DAC2D; }
span { border-color: rgb(93,172,45); }
td.TdClassName
{
border-color: #5DAC2D;
}
.TagClassName
{
border-color: #5DAC2D;
}
</style>