Shades of Limeade #5E980F
Tints of Limeade #5E980F
RGB
CMYK
RGB Variations
Color information
#5E980F (or 0x5E980F) is known color: Limeade. HEX triplet: 5E, 98 and 0F. RGB value is (94,152,15). Sum of RGB (Red+Green+Blue) = 94+152+15=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #5E980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E980F is #A167F0. Grayscale: #777777. Windows color (decimal): -10577905 or 1022046. OLE color: 1022046.
HSL color Cylindrical-coordinate representation of color #5E980F: hue angle of 85.4º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E980F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 15 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.40 |
| HSL | 85.4º | 0.82% | 0.33% | - |
| HSV(B) | 85.4º | 0.9% | 0.6% | - |
| XYZ | 15.93 | 24.87 | 4.41 | - |
| YUV | 119.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 15 | 0.38 | 0 | 0.90 | 0.40 | 85.4 | 0.82 | 0.33 |
| Hex | 5E | 98 | F | 26 | 0 | 5A | 28 | 55 | 52 | 21 |
| Octal | 136 | 230 | 17 | 46 | 0 | 132 | 50 | 125 | 122 | 41 |
| Binary | 1011110 | 10011000 | 1111 | 100110 | 0 | 1011010 | 101000 | 1010101 | 1010010 | 100001 |
Color Harmonies of #5E980F
Complementary color
Monochromatic Colors of #5E980F
Black with #5E980F
Text Example
Text Example
White with #5E980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E980F; }
p { color: rgb(94,152,15); }
H1.HeaderClassName
{
color: #5E980F;
}
.AnyTagClassName
{
color: #5E980F;
}
</style>
background-color css
<style>
a { background-color: #5E980F; }
a { background-color: rgb(94,152,15); }
div.DivClassName
{
background-color: #5E980F;
}
.BgClassName
{
background-color: #5E980F;
}
</style>
border-color css
<style>
span { border-color: #5E980F; }
span { border-color: rgb(94,152,15); }
td.TdClassName
{
border-color: #5E980F;
}
.TagClassName
{
border-color: #5E980F;
}
</style>