Shades of Limeade #5CAD29
Tints of Limeade #5CAD29
RGB
CMYK
RGB Variations
Color information
#5CAD29 (or 0x5CAD29) is known color: Limeade. HEX triplet: 5C, AD and 29. RGB value is (92,173,41). Sum of RGB (Red+Green+Blue) = 92+173+41=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAD29 is #A352D6. Grayscale: #868686. Windows color (decimal): -10703575 or 2731356. OLE color: 2731356.
HSL color Cylindrical-coordinate representation of color #5CAD29: hue angle of 96.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5CAD29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 41 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.32 |
| HSL | 96.82º | 0.62% | 0.42% | - |
| HSV(B) | 96.82º | 0.76% | 0.68% | - |
| XYZ | 19.76 | 32.32 | 7.3 | - |
| YUV | 133.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 41 | 0.47 | 0 | 0.76 | 0.32 | 96.82 | 0.62 | 0.42 |
| Hex | 5C | AD | 29 | 2F | 0 | 4C | 20 | 61 | 3E | 2A |
| Octal | 134 | 255 | 51 | 57 | 0 | 114 | 40 | 141 | 76 | 52 |
| Binary | 1011100 | 10101101 | 101001 | 101111 | 0 | 1001100 | 100000 | 1100001 | 111110 | 101010 |
Color Harmonies of #5CAD29
Complementary color
Monochromatic Colors of #5CAD29
Black with #5CAD29
Text Example
Text Example
White with #5CAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD29; }
p { color: rgb(92,173,41); }
H1.HeaderClassName
{
color: #5CAD29;
}
.AnyTagClassName
{
color: #5CAD29;
}
</style>
background-color css
<style>
a { background-color: #5CAD29; }
a { background-color: rgb(92,173,41); }
div.DivClassName
{
background-color: #5CAD29;
}
.BgClassName
{
background-color: #5CAD29;
}
</style>
border-color css
<style>
span { border-color: #5CAD29; }
span { border-color: rgb(92,173,41); }
td.TdClassName
{
border-color: #5CAD29;
}
.TagClassName
{
border-color: #5CAD29;
}
</style>