Shades of Limeade #5E980C
Tints of Limeade #5E980C
RGB
CMYK
RGB Variations
Color information
#5E980C (or 0x5E980C) is known color: Limeade. HEX triplet: 5E, 98 and 0C. RGB value is (94,152,12). Sum of RGB (Red+Green+Blue) = 94+152+12=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #5E980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E980C is #A167F3. Grayscale: #777777. Windows color (decimal): -10577908 or 825438. OLE color: 825438.
HSL color Cylindrical-coordinate representation of color #5E980C: hue angle of 84.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E980C is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 12 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.40 |
| HSL | 84.86º | 0.85% | 0.32% | - |
| HSV(B) | 84.86º | 0.92% | 0.6% | - |
| XYZ | 15.91 | 24.86 | 4.31 | - |
| YUV | 118.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 12 | 0.38 | 0 | 0.92 | 0.40 | 84.86 | 0.85 | 0.32 |
| Hex | 5E | 98 | C | 26 | 0 | 5C | 28 | 55 | 55 | 20 |
| Octal | 136 | 230 | 14 | 46 | 0 | 134 | 50 | 125 | 125 | 40 |
| Binary | 1011110 | 10011000 | 1100 | 100110 | 0 | 1011100 | 101000 | 1010101 | 1010101 | 100000 |
Color Harmonies of #5E980C
Complementary color
Monochromatic Colors of #5E980C
Black with #5E980C
Text Example
Text Example
White with #5E980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E980C; }
p { color: rgb(94,152,12); }
H1.HeaderClassName
{
color: #5E980C;
}
.AnyTagClassName
{
color: #5E980C;
}
</style>
background-color css
<style>
a { background-color: #5E980C; }
a { background-color: rgb(94,152,12); }
div.DivClassName
{
background-color: #5E980C;
}
.BgClassName
{
background-color: #5E980C;
}
</style>
border-color css
<style>
span { border-color: #5E980C; }
span { border-color: rgb(94,152,12); }
td.TdClassName
{
border-color: #5E980C;
}
.TagClassName
{
border-color: #5E980C;
}
</style>