Shades of Limeade #5E951F
Tints of Limeade #5E951F
RGB
CMYK
RGB Variations
Color information
#5E951F (or 0x5E951F) is known color: Limeade. HEX triplet: 5E, 95 and 1F. RGB value is (94,149,31). Sum of RGB (Red+Green+Blue) = 94+149+31=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #5E951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E951F is #A16AE0. Grayscale: #777777. Windows color (decimal): -10578657 or 2069854. OLE color: 2069854.
HSL color Cylindrical-coordinate representation of color #5E951F: hue angle of 87.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E951F is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 31 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.42 |
| HSL | 87.97º | 0.66% | 0.35% | - |
| HSV(B) | 87.97º | 0.79% | 0.58% | - |
| XYZ | 15.61 | 23.97 | 5.1 | - |
| YUV | 119.1 | 78.28 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 31 | 0.37 | 0 | 0.79 | 0.42 | 87.97 | 0.66 | 0.35 |
| Hex | 5E | 95 | 1F | 25 | 0 | 4F | 2A | 58 | 42 | 23 |
| Octal | 136 | 225 | 37 | 45 | 0 | 117 | 52 | 130 | 102 | 43 |
| Binary | 1011110 | 10010101 | 11111 | 100101 | 0 | 1001111 | 101010 | 1011000 | 1000010 | 100011 |
Color Harmonies of #5E951F
Complementary color
Monochromatic Colors of #5E951F
Black with #5E951F
Text Example
Text Example
White with #5E951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E951F; }
p { color: rgb(94,149,31); }
H1.HeaderClassName
{
color: #5E951F;
}
.AnyTagClassName
{
color: #5E951F;
}
</style>
background-color css
<style>
a { background-color: #5E951F; }
a { background-color: rgb(94,149,31); }
div.DivClassName
{
background-color: #5E951F;
}
.BgClassName
{
background-color: #5E951F;
}
</style>
border-color css
<style>
span { border-color: #5E951F; }
span { border-color: rgb(94,149,31); }
td.TdClassName
{
border-color: #5E951F;
}
.TagClassName
{
border-color: #5E951F;
}
</style>