Shades of Limeade #5E9423
Tints of Limeade #5E9423
RGB
CMYK
RGB Variations
Color information
#5E9423 (or 0x5E9423) is known color: Limeade. HEX triplet: 5E, 94 and 23. RGB value is (94,148,35). Sum of RGB (Red+Green+Blue) = 94+148+35=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9423 is #A16BDC. Grayscale: #777777. Windows color (decimal): -10578909 or 2331742. OLE color: 2331742.
HSL color Cylindrical-coordinate representation of color #5E9423: hue angle of 88.67º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E9423 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 35 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.42 |
| HSL | 88.67º | 0.62% | 0.36% | - |
| HSV(B) | 88.67º | 0.76% | 0.58% | - |
| XYZ | 15.51 | 23.68 | 5.34 | - |
| YUV | 118.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 35 | 0.36 | 0 | 0.76 | 0.42 | 88.67 | 0.62 | 0.36 |
| Hex | 5E | 94 | 23 | 24 | 0 | 4C | 2A | 59 | 3E | 24 |
| Octal | 136 | 224 | 43 | 44 | 0 | 114 | 52 | 131 | 76 | 44 |
| Binary | 1011110 | 10010100 | 100011 | 100100 | 0 | 1001100 | 101010 | 1011001 | 111110 | 100100 |
Color Harmonies of #5E9423
Complementary color
Monochromatic Colors of #5E9423
Black with #5E9423
Text Example
Text Example
White with #5E9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9423; }
p { color: rgb(94,148,35); }
H1.HeaderClassName
{
color: #5E9423;
}
.AnyTagClassName
{
color: #5E9423;
}
</style>
background-color css
<style>
a { background-color: #5E9423; }
a { background-color: rgb(94,148,35); }
div.DivClassName
{
background-color: #5E9423;
}
.BgClassName
{
background-color: #5E9423;
}
</style>
border-color css
<style>
span { border-color: #5E9423; }
span { border-color: rgb(94,148,35); }
td.TdClassName
{
border-color: #5E9423;
}
.TagClassName
{
border-color: #5E9423;
}
</style>