Shades of Limeade #5E9B23
Tints of Limeade #5E9B23
RGB
CMYK
RGB Variations
Color information
#5E9B23 (or 0x5E9B23) is known color: Limeade. HEX triplet: 5E, 9B and 23. RGB value is (94,155,35). Sum of RGB (Red+Green+Blue) = 94+155+35=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B23 is #A164DC. Grayscale: #7B7B7B. Windows color (decimal): -10577117 or 2333534. OLE color: 2333534.
HSL color Cylindrical-coordinate representation of color #5E9B23: hue angle of 90.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E9B23 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 35 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.39 |
| HSL | 90.5º | 0.63% | 0.37% | - |
| HSV(B) | 90.5º | 0.77% | 0.61% | - |
| XYZ | 16.64 | 25.94 | 5.72 | - |
| YUV | 123.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 35 | 0.39 | 0 | 0.77 | 0.39 | 90.5 | 0.63 | 0.37 |
| Hex | 5E | 9B | 23 | 27 | 0 | 4D | 27 | 5A | 3F | 25 |
| Octal | 136 | 233 | 43 | 47 | 0 | 115 | 47 | 132 | 77 | 45 |
| Binary | 1011110 | 10011011 | 100011 | 100111 | 0 | 1001101 | 100111 | 1011010 | 111111 | 100101 |
Color Harmonies of #5E9B23
Complementary color
Monochromatic Colors of #5E9B23
Black with #5E9B23
Text Example
Text Example
White with #5E9B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B23; }
p { color: rgb(94,155,35); }
H1.HeaderClassName
{
color: #5E9B23;
}
.AnyTagClassName
{
color: #5E9B23;
}
</style>
background-color css
<style>
a { background-color: #5E9B23; }
a { background-color: rgb(94,155,35); }
div.DivClassName
{
background-color: #5E9B23;
}
.BgClassName
{
background-color: #5E9B23;
}
</style>
border-color css
<style>
span { border-color: #5E9B23; }
span { border-color: rgb(94,155,35); }
td.TdClassName
{
border-color: #5E9B23;
}
.TagClassName
{
border-color: #5E9B23;
}
</style>