Shades of Limeade #5E982C
Tints of Limeade #5E982C
RGB
CMYK
RGB Variations
Color information
#5E982C (or 0x5E982C) is known color: Limeade. HEX triplet: 5E, 98 and 2C. RGB value is (94,152,44). Sum of RGB (Red+Green+Blue) = 94+152+44=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #5E982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E982C is #A167D3. Grayscale: #7A7A7A. Windows color (decimal): -10577876 or 2922590. OLE color: 2922590.
HSL color Cylindrical-coordinate representation of color #5E982C: hue angle of 92.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E982C is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 44 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.40 |
| HSL | 92.22º | 0.55% | 0.38% | - |
| HSV(B) | 92.22º | 0.71% | 0.6% | - |
| XYZ | 16.3 | 25.02 | 6.35 | - |
| YUV | 122.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 44 | 0.38 | 0 | 0.71 | 0.40 | 92.22 | 0.55 | 0.38 |
| Hex | 5E | 98 | 2C | 26 | 0 | 47 | 28 | 5C | 37 | 26 |
| Octal | 136 | 230 | 54 | 46 | 0 | 107 | 50 | 134 | 67 | 46 |
| Binary | 1011110 | 10011000 | 101100 | 100110 | 0 | 1000111 | 101000 | 1011100 | 110111 | 100110 |
Color Harmonies of #5E982C
Complementary color
Monochromatic Colors of #5E982C
Black with #5E982C
Text Example
Text Example
White with #5E982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E982C; }
p { color: rgb(94,152,44); }
H1.HeaderClassName
{
color: #5E982C;
}
.AnyTagClassName
{
color: #5E982C;
}
</style>
background-color css
<style>
a { background-color: #5E982C; }
a { background-color: rgb(94,152,44); }
div.DivClassName
{
background-color: #5E982C;
}
.BgClassName
{
background-color: #5E982C;
}
</style>
border-color css
<style>
span { border-color: #5E982C; }
span { border-color: rgb(94,152,44); }
td.TdClassName
{
border-color: #5E982C;
}
.TagClassName
{
border-color: #5E982C;
}
</style>