Shades of Limeade #5C930C
Tints of Limeade #5C930C
RGB
CMYK
RGB Variations
Color information
#5C930C (or 0x5C930C) is known color: Limeade. HEX triplet: 5C, 93 and 0C. RGB value is (92,147,12). Sum of RGB (Red+Green+Blue) = 92+147+12=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #5C930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C930C is #A36CF3. Grayscale: #737373. Windows color (decimal): -10710260 or 824156. OLE color: 824156.
HSL color Cylindrical-coordinate representation of color #5C930C: hue angle of 84.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C930C is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 12 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.42 |
| HSL | 84.44º | 0.85% | 0.31% | - |
| HSV(B) | 84.44º | 0.92% | 0.58% | - |
| XYZ | 14.91 | 23.17 | 4.03 | - |
| YUV | 115.17 | 69.78 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 12 | 0.37 | 0 | 0.92 | 0.42 | 84.44 | 0.85 | 0.31 |
| Hex | 5C | 93 | C | 25 | 0 | 5C | 2A | 54 | 55 | 1F |
| Octal | 134 | 223 | 14 | 45 | 0 | 134 | 52 | 124 | 125 | 37 |
| Binary | 1011100 | 10010011 | 1100 | 100101 | 0 | 1011100 | 101010 | 1010100 | 1010101 | 11111 |
Color Harmonies of #5C930C
Complementary color
Monochromatic Colors of #5C930C
Black with #5C930C
Text Example
Text Example
White with #5C930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C930C; }
p { color: rgb(92,147,12); }
H1.HeaderClassName
{
color: #5C930C;
}
.AnyTagClassName
{
color: #5C930C;
}
</style>
background-color css
<style>
a { background-color: #5C930C; }
a { background-color: rgb(92,147,12); }
div.DivClassName
{
background-color: #5C930C;
}
.BgClassName
{
background-color: #5C930C;
}
</style>
border-color css
<style>
span { border-color: #5C930C; }
span { border-color: rgb(92,147,12); }
td.TdClassName
{
border-color: #5C930C;
}
.TagClassName
{
border-color: #5C930C;
}
</style>