Shades of Limeade #5E9B0B
Tints of Limeade #5E9B0B
RGB
CMYK
RGB Variations
Color information
#5E9B0B (or 0x5E9B0B) is known color: Limeade. HEX triplet: 5E, 9B and 0B. RGB value is (94,155,11). Sum of RGB (Red+Green+Blue) = 94+155+11=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9B0B is #A164F4. Grayscale: #787878. Windows color (decimal): -10577141 or 760670. OLE color: 760670.
HSL color Cylindrical-coordinate representation of color #5E9B0B: hue angle of 85.42º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E9B0B is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 11 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.39 |
| HSL | 85.42º | 0.87% | 0.33% | - |
| HSV(B) | 85.42º | 0.93% | 0.61% | - |
| XYZ | 16.4 | 25.85 | 4.44 | - |
| YUV | 120.35 | 66.29 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 11 | 0.39 | 0 | 0.93 | 0.39 | 85.42 | 0.87 | 0.33 |
| Hex | 5E | 9B | B | 27 | 0 | 5D | 27 | 55 | 57 | 21 |
| Octal | 136 | 233 | 13 | 47 | 0 | 135 | 47 | 125 | 127 | 41 |
| Binary | 1011110 | 10011011 | 1011 | 100111 | 0 | 1011101 | 100111 | 1010101 | 1010111 | 100001 |
Color Harmonies of #5E9B0B
Complementary color
Monochromatic Colors of #5E9B0B
Black with #5E9B0B
Text Example
Text Example
White with #5E9B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B0B; }
p { color: rgb(94,155,11); }
H1.HeaderClassName
{
color: #5E9B0B;
}
.AnyTagClassName
{
color: #5E9B0B;
}
</style>
background-color css
<style>
a { background-color: #5E9B0B; }
a { background-color: rgb(94,155,11); }
div.DivClassName
{
background-color: #5E9B0B;
}
.BgClassName
{
background-color: #5E9B0B;
}
</style>
border-color css
<style>
span { border-color: #5E9B0B; }
span { border-color: rgb(94,155,11); }
td.TdClassName
{
border-color: #5E9B0B;
}
.TagClassName
{
border-color: #5E9B0B;
}
</style>