Shades of Limeade #5CA627
Tints of Limeade #5CA627
RGB
CMYK
RGB Variations
Color information
#5CA627 (or 0x5CA627) is known color: Limeade. HEX triplet: 5C, A6 and 27. RGB value is (92,166,39). Sum of RGB (Red+Green+Blue) = 92+166+39=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA627 is #A359D8. Grayscale: #818181. Windows color (decimal): -10705369 or 2598492. OLE color: 2598492.
HSL color Cylindrical-coordinate representation of color #5CA627: hue angle of 94.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA627 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 166 | 39 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.35 |
| HSL | 94.96º | 0.62% | 0.4% | - |
| HSV(B) | 94.96º | 0.77% | 0.65% | - |
| XYZ | 18.42 | 29.69 | 6.68 | - |
| YUV | 129.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 39 | 0.45 | 0 | 0.77 | 0.35 | 94.96 | 0.62 | 0.4 |
| Hex | 5C | A6 | 27 | 2D | 0 | 4D | 23 | 5F | 3E | 28 |
| Octal | 134 | 246 | 47 | 55 | 0 | 115 | 43 | 137 | 76 | 50 |
| Binary | 1011100 | 10100110 | 100111 | 101101 | 0 | 1001101 | 100011 | 1011111 | 111110 | 101000 |
Color Harmonies of #5CA627
Complementary color
Monochromatic Colors of #5CA627
Black with #5CA627
Text Example
Text Example
White with #5CA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA627; }
p { color: rgb(92,166,39); }
H1.HeaderClassName
{
color: #5CA627;
}
.AnyTagClassName
{
color: #5CA627;
}
</style>
background-color css
<style>
a { background-color: #5CA627; }
a { background-color: rgb(92,166,39); }
div.DivClassName
{
background-color: #5CA627;
}
.BgClassName
{
background-color: #5CA627;
}
</style>
border-color css
<style>
span { border-color: #5CA627; }
span { border-color: rgb(92,166,39); }
td.TdClassName
{
border-color: #5CA627;
}
.TagClassName
{
border-color: #5CA627;
}
</style>