Shades of Limeade #5DAC28
Tints of Limeade #5DAC28
RGB
CMYK
RGB Variations
Color information
#5DAC28 (or 0x5DAC28) is known color: Limeade. HEX triplet: 5D, AC and 28. RGB value is (93,172,40). Sum of RGB (Red+Green+Blue) = 93+172+40=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC28 is #A253D7. Grayscale: #858585. Windows color (decimal): -10638296 or 2665565. OLE color: 2665565.
HSL color Cylindrical-coordinate representation of color #5DAC28: hue angle of 95.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DAC28 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 40 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.33 |
| HSL | 95.91º | 0.62% | 0.42% | - |
| HSV(B) | 95.91º | 0.77% | 0.67% | - |
| XYZ | 19.65 | 31.99 | 7.15 | - |
| YUV | 133.33 | 75.33 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 40 | 0.46 | 0 | 0.77 | 0.33 | 95.91 | 0.62 | 0.42 |
| Hex | 5D | AC | 28 | 2E | 0 | 4D | 21 | 60 | 3E | 2A |
| Octal | 135 | 254 | 50 | 56 | 0 | 115 | 41 | 140 | 76 | 52 |
| Binary | 1011101 | 10101100 | 101000 | 101110 | 0 | 1001101 | 100001 | 1100000 | 111110 | 101010 |
Color Harmonies of #5DAC28
Complementary color
Monochromatic Colors of #5DAC28
Black with #5DAC28
Text Example
Text Example
White with #5DAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC28; }
p { color: rgb(93,172,40); }
H1.HeaderClassName
{
color: #5DAC28;
}
.AnyTagClassName
{
color: #5DAC28;
}
</style>
background-color css
<style>
a { background-color: #5DAC28; }
a { background-color: rgb(93,172,40); }
div.DivClassName
{
background-color: #5DAC28;
}
.BgClassName
{
background-color: #5DAC28;
}
</style>
border-color css
<style>
span { border-color: #5DAC28; }
span { border-color: rgb(93,172,40); }
td.TdClassName
{
border-color: #5DAC28;
}
.TagClassName
{
border-color: #5DAC28;
}
</style>