Shades of Limeade #5E9B26
Tints of Limeade #5E9B26
RGB
CMYK
RGB Variations
Color information
#5E9B26 (or 0x5E9B26) is known color: Limeade. HEX triplet: 5E, 9B and 26. RGB value is (94,155,38). Sum of RGB (Red+Green+Blue) = 94+155+38=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B26 is #A164D9. Grayscale: #7B7B7B. Windows color (decimal): -10577114 or 2530142. OLE color: 2530142.
HSL color Cylindrical-coordinate representation of color #5E9B26: hue angle of 91.28º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E9B26 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 38 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.39 |
| HSL | 91.28º | 0.61% | 0.38% | - |
| HSV(B) | 91.28º | 0.75% | 0.61% | - |
| XYZ | 16.69 | 25.96 | 5.97 | - |
| YUV | 123.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 38 | 0.39 | 0 | 0.75 | 0.39 | 91.28 | 0.61 | 0.38 |
| Hex | 5E | 9B | 26 | 27 | 0 | 4B | 27 | 5B | 3D | 26 |
| Octal | 136 | 233 | 46 | 47 | 0 | 113 | 47 | 133 | 75 | 46 |
| Binary | 1011110 | 10011011 | 100110 | 100111 | 0 | 1001011 | 100111 | 1011011 | 111101 | 100110 |
Color Harmonies of #5E9B26
Complementary color
Monochromatic Colors of #5E9B26
Black with #5E9B26
Text Example
Text Example
White with #5E9B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B26; }
p { color: rgb(94,155,38); }
H1.HeaderClassName
{
color: #5E9B26;
}
.AnyTagClassName
{
color: #5E9B26;
}
</style>
background-color css
<style>
a { background-color: #5E9B26; }
a { background-color: rgb(94,155,38); }
div.DivClassName
{
background-color: #5E9B26;
}
.BgClassName
{
background-color: #5E9B26;
}
</style>
border-color css
<style>
span { border-color: #5E9B26; }
span { border-color: rgb(94,155,38); }
td.TdClassName
{
border-color: #5E9B26;
}
.TagClassName
{
border-color: #5E9B26;
}
</style>