Shades of Limeade #5E9C23
Tints of Limeade #5E9C23
RGB
CMYK
RGB Variations
Color information
#5E9C23 (or 0x5E9C23) is known color: Limeade. HEX triplet: 5E, 9C and 23. RGB value is (94,156,35). Sum of RGB (Red+Green+Blue) = 94+156+35=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9C23 is #A163DC. Grayscale: #7C7C7C. Windows color (decimal): -10576861 or 2333790. OLE color: 2333790.
HSL color Cylindrical-coordinate representation of color #5E9C23: hue angle of 90.74º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E9C23 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 35 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.39 |
| HSL | 90.74º | 0.63% | 0.37% | - |
| HSV(B) | 90.74º | 0.78% | 0.61% | - |
| XYZ | 16.81 | 26.28 | 5.78 | - |
| YUV | 123.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 35 | 0.40 | 0 | 0.78 | 0.39 | 90.74 | 0.63 | 0.37 |
| Hex | 5E | 9C | 23 | 28 | 0 | 4E | 27 | 5B | 3F | 25 |
| Octal | 136 | 234 | 43 | 50 | 0 | 116 | 47 | 133 | 77 | 45 |
| Binary | 1011110 | 10011100 | 100011 | 101000 | 0 | 1001110 | 100111 | 1011011 | 111111 | 100101 |
Color Harmonies of #5E9C23
Complementary color
Monochromatic Colors of #5E9C23
Black with #5E9C23
Text Example
Text Example
White with #5E9C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C23; }
p { color: rgb(94,156,35); }
H1.HeaderClassName
{
color: #5E9C23;
}
.AnyTagClassName
{
color: #5E9C23;
}
</style>
background-color css
<style>
a { background-color: #5E9C23; }
a { background-color: rgb(94,156,35); }
div.DivClassName
{
background-color: #5E9C23;
}
.BgClassName
{
background-color: #5E9C23;
}
</style>
border-color css
<style>
span { border-color: #5E9C23; }
span { border-color: rgb(94,156,35); }
td.TdClassName
{
border-color: #5E9C23;
}
.TagClassName
{
border-color: #5E9C23;
}
</style>