Shades of Limeade #5CA831
Tints of Limeade #5CA831
RGB
CMYK
RGB Variations
Color information
#5CA831 (or 0x5CA831) is known color: Limeade. HEX triplet: 5C, A8 and 31. RGB value is (92,168,49). Sum of RGB (Red+Green+Blue) = 92+168+49=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA831 is #A357CE. Grayscale: #848484. Windows color (decimal): -10704847 or 3254364. OLE color: 3254364.
HSL color Cylindrical-coordinate representation of color #5CA831: hue angle of 98.32º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CA831 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 168 | 49 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.34 |
| HSL | 98.32º | 0.55% | 0.43% | - |
| HSV(B) | 98.32º | 0.71% | 0.66% | - |
| XYZ | 18.97 | 30.5 | 7.79 | - |
| YUV | 131.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 49 | 0.45 | 0 | 0.71 | 0.34 | 98.32 | 0.55 | 0.43 |
| Hex | 5C | A8 | 31 | 2D | 0 | 47 | 22 | 62 | 37 | 2B |
| Octal | 134 | 250 | 61 | 55 | 0 | 107 | 42 | 142 | 67 | 53 |
| Binary | 1011100 | 10101000 | 110001 | 101101 | 0 | 1000111 | 100010 | 1100010 | 110111 | 101011 |
Color Harmonies of #5CA831
Complementary color
Monochromatic Colors of #5CA831
Black with #5CA831
Text Example
Text Example
White with #5CA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA831; }
p { color: rgb(92,168,49); }
H1.HeaderClassName
{
color: #5CA831;
}
.AnyTagClassName
{
color: #5CA831;
}
</style>
background-color css
<style>
a { background-color: #5CA831; }
a { background-color: rgb(92,168,49); }
div.DivClassName
{
background-color: #5CA831;
}
.BgClassName
{
background-color: #5CA831;
}
</style>
border-color css
<style>
span { border-color: #5CA831; }
span { border-color: rgb(92,168,49); }
td.TdClassName
{
border-color: #5CA831;
}
.TagClassName
{
border-color: #5CA831;
}
</style>