Shades of Limeade #5DAC27
Tints of Limeade #5DAC27
RGB
CMYK
RGB Variations
Color information
#5DAC27 (or 0x5DAC27) is known color: Limeade. HEX triplet: 5D, AC and 27. RGB value is (93,172,39). Sum of RGB (Red+Green+Blue) = 93+172+39=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC27 is #A253D8. Grayscale: #858585. Windows color (decimal): -10638297 or 2600029. OLE color: 2600029.
HSL color Cylindrical-coordinate representation of color #5DAC27: hue angle of 95.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DAC27 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 39 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.33 |
| HSL | 95.64º | 0.63% | 0.41% | - |
| HSV(B) | 95.64º | 0.77% | 0.67% | - |
| XYZ | 19.63 | 31.98 | 7.06 | - |
| YUV | 133.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 39 | 0.46 | 0 | 0.77 | 0.33 | 95.64 | 0.63 | 0.41 |
| Hex | 5D | AC | 27 | 2E | 0 | 4D | 21 | 60 | 3F | 29 |
| Octal | 135 | 254 | 47 | 56 | 0 | 115 | 41 | 140 | 77 | 51 |
| Binary | 1011101 | 10101100 | 100111 | 101110 | 0 | 1001101 | 100001 | 1100000 | 111111 | 101001 |
Color Harmonies of #5DAC27
Complementary color
Monochromatic Colors of #5DAC27
Black with #5DAC27
Text Example
Text Example
White with #5DAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC27; }
p { color: rgb(93,172,39); }
H1.HeaderClassName
{
color: #5DAC27;
}
.AnyTagClassName
{
color: #5DAC27;
}
</style>
background-color css
<style>
a { background-color: #5DAC27; }
a { background-color: rgb(93,172,39); }
div.DivClassName
{
background-color: #5DAC27;
}
.BgClassName
{
background-color: #5DAC27;
}
</style>
border-color css
<style>
span { border-color: #5DAC27; }
span { border-color: rgb(93,172,39); }
td.TdClassName
{
border-color: #5DAC27;
}
.TagClassName
{
border-color: #5DAC27;
}
</style>