Shades of Limeade #5E9622
Tints of Limeade #5E9622
RGB
CMYK
RGB Variations
Color information
#5E9622 (or 0x5E9622) is known color: Limeade. HEX triplet: 5E, 96 and 22. RGB value is (94,150,34). Sum of RGB (Red+Green+Blue) = 94+150+34=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9622 is #A169DD. Grayscale: #787878. Windows color (decimal): -10578398 or 2266718. OLE color: 2266718.
HSL color Cylindrical-coordinate representation of color #5E9622: hue angle of 88.97º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E9622 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 34 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.41 |
| HSL | 88.97º | 0.63% | 0.36% | - |
| HSV(B) | 88.97º | 0.77% | 0.59% | - |
| XYZ | 15.81 | 24.31 | 5.37 | - |
| YUV | 120.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 34 | 0.37 | 0 | 0.77 | 0.41 | 88.97 | 0.63 | 0.36 |
| Hex | 5E | 96 | 22 | 25 | 0 | 4D | 29 | 59 | 3F | 24 |
| Octal | 136 | 226 | 42 | 45 | 0 | 115 | 51 | 131 | 77 | 44 |
| Binary | 1011110 | 10010110 | 100010 | 100101 | 0 | 1001101 | 101001 | 1011001 | 111111 | 100100 |
Color Harmonies of #5E9622
Complementary color
Monochromatic Colors of #5E9622
Black with #5E9622
Text Example
Text Example
White with #5E9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9622; }
p { color: rgb(94,150,34); }
H1.HeaderClassName
{
color: #5E9622;
}
.AnyTagClassName
{
color: #5E9622;
}
</style>
background-color css
<style>
a { background-color: #5E9622; }
a { background-color: rgb(94,150,34); }
div.DivClassName
{
background-color: #5E9622;
}
.BgClassName
{
background-color: #5E9622;
}
</style>
border-color css
<style>
span { border-color: #5E9622; }
span { border-color: rgb(94,150,34); }
td.TdClassName
{
border-color: #5E9622;
}
.TagClassName
{
border-color: #5E9622;
}
</style>