Shades of Limeade #5C931C
Tints of Limeade #5C931C
RGB
CMYK
RGB Variations
Color information
#5C931C (or 0x5C931C) is known color: Limeade. HEX triplet: 5C, 93 and 1C. RGB value is (92,147,28). Sum of RGB (Red+Green+Blue) = 92+147+28=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #5C931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C931C is #A36CE3. Grayscale: #757575. Windows color (decimal): -10710244 or 1872732. OLE color: 1872732.
HSL color Cylindrical-coordinate representation of color #5C931C: hue angle of 87.73º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C931C is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 28 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.42 |
| HSL | 87.73º | 0.68% | 0.34% | - |
| HSV(B) | 87.73º | 0.81% | 0.58% | - |
| XYZ | 15.06 | 23.23 | 4.79 | - |
| YUV | 116.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 28 | 0.37 | 0 | 0.81 | 0.42 | 87.73 | 0.68 | 0.34 |
| Hex | 5C | 93 | 1C | 25 | 0 | 51 | 2A | 58 | 44 | 22 |
| Octal | 134 | 223 | 34 | 45 | 0 | 121 | 52 | 130 | 104 | 42 |
| Binary | 1011100 | 10010011 | 11100 | 100101 | 0 | 1010001 | 101010 | 1011000 | 1000100 | 100010 |
Color Harmonies of #5C931C
Complementary color
Monochromatic Colors of #5C931C
Black with #5C931C
Text Example
Text Example
White with #5C931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C931C; }
p { color: rgb(92,147,28); }
H1.HeaderClassName
{
color: #5C931C;
}
.AnyTagClassName
{
color: #5C931C;
}
</style>
background-color css
<style>
a { background-color: #5C931C; }
a { background-color: rgb(92,147,28); }
div.DivClassName
{
background-color: #5C931C;
}
.BgClassName
{
background-color: #5C931C;
}
</style>
border-color css
<style>
span { border-color: #5C931C; }
span { border-color: rgb(92,147,28); }
td.TdClassName
{
border-color: #5C931C;
}
.TagClassName
{
border-color: #5C931C;
}
</style>