Shades of Limeade #5C942A
Tints of Limeade #5C942A
RGB
CMYK
RGB Variations
Color information
#5C942A (or 0x5C942A) is known color: Limeade. HEX triplet: 5C, 94 and 2A. RGB value is (92,148,42). Sum of RGB (Red+Green+Blue) = 92+148+42=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #5C942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C942A is #A36BD5. Grayscale: #777777. Windows color (decimal): -10709974 or 2790492. OLE color: 2790492.
HSL color Cylindrical-coordinate representation of color #5C942A: hue angle of 91.7º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C942A is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 148 | 42 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.42 |
| HSL | 91.7º | 0.56% | 0.37% | - |
| HSV(B) | 91.7º | 0.72% | 0.58% | - |
| XYZ | 15.42 | 23.62 | 5.94 | - |
| YUV | 119.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 148 | 42 | 0.38 | 0 | 0.72 | 0.42 | 91.7 | 0.56 | 0.37 |
| Hex | 5C | 94 | 2A | 26 | 0 | 48 | 2A | 5C | 38 | 25 |
| Octal | 134 | 224 | 52 | 46 | 0 | 110 | 52 | 134 | 70 | 45 |
| Binary | 1011100 | 10010100 | 101010 | 100110 | 0 | 1001000 | 101010 | 1011100 | 111000 | 100101 |
Color Harmonies of #5C942A
Complementary color
Monochromatic Colors of #5C942A
Black with #5C942A
Text Example
Text Example
White with #5C942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C942A; }
p { color: rgb(92,148,42); }
H1.HeaderClassName
{
color: #5C942A;
}
.AnyTagClassName
{
color: #5C942A;
}
</style>
background-color css
<style>
a { background-color: #5C942A; }
a { background-color: rgb(92,148,42); }
div.DivClassName
{
background-color: #5C942A;
}
.BgClassName
{
background-color: #5C942A;
}
</style>
border-color css
<style>
span { border-color: #5C942A; }
span { border-color: rgb(92,148,42); }
td.TdClassName
{
border-color: #5C942A;
}
.TagClassName
{
border-color: #5C942A;
}
</style>