Shades of Limeade #5CA620
Tints of Limeade #5CA620
RGB
CMYK
RGB Variations
Color information
#5CA620 (or 0x5CA620) is known color: Limeade. HEX triplet: 5C, A6 and 20. RGB value is (92,166,32). Sum of RGB (Red+Green+Blue) = 92+166+32=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA620 is #A359DF. Grayscale: #818181. Windows color (decimal): -10705376 or 2139740. OLE color: 2139740.
HSL color Cylindrical-coordinate representation of color #5CA620: hue angle of 93.13º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CA620 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 166 | 32 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.35 |
| HSL | 93.13º | 0.68% | 0.39% | - |
| HSV(B) | 93.13º | 0.81% | 0.65% | - |
| XYZ | 18.31 | 29.65 | 6.12 | - |
| YUV | 128.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 32 | 0.45 | 0 | 0.81 | 0.35 | 93.13 | 0.68 | 0.39 |
| Hex | 5C | A6 | 20 | 2D | 0 | 51 | 23 | 5D | 44 | 27 |
| Octal | 134 | 246 | 40 | 55 | 0 | 121 | 43 | 135 | 104 | 47 |
| Binary | 1011100 | 10100110 | 100000 | 101101 | 0 | 1010001 | 100011 | 1011101 | 1000100 | 100111 |
Color Harmonies of #5CA620
Complementary color
Monochromatic Colors of #5CA620
Black with #5CA620
Text Example
Text Example
White with #5CA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA620; }
p { color: rgb(92,166,32); }
H1.HeaderClassName
{
color: #5CA620;
}
.AnyTagClassName
{
color: #5CA620;
}
</style>
background-color css
<style>
a { background-color: #5CA620; }
a { background-color: rgb(92,166,32); }
div.DivClassName
{
background-color: #5CA620;
}
.BgClassName
{
background-color: #5CA620;
}
</style>
border-color css
<style>
span { border-color: #5CA620; }
span { border-color: rgb(92,166,32); }
td.TdClassName
{
border-color: #5CA620;
}
.TagClassName
{
border-color: #5CA620;
}
</style>