Shades of Limeade #5E9B3C
Tints of Limeade #5E9B3C
RGB
CMYK
RGB Variations
Color information
#5E9B3C (or 0x5E9B3C) is known color: Limeade. HEX triplet: 5E, 9B and 3C. RGB value is (94,155,60). Sum of RGB (Red+Green+Blue) = 94+155+60=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B3C is #A164C3. Grayscale: #7E7E7E. Windows color (decimal): -10577092 or 3971934. OLE color: 3971934.
HSL color Cylindrical-coordinate representation of color #5E9B3C: hue angle of 98.53º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E9B3C is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 60 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.39 |
| HSL | 98.53º | 0.44% | 0.42% | - |
| HSV(B) | 98.53º | 0.61% | 0.61% | - |
| XYZ | 17.15 | 26.15 | 8.42 | - |
| YUV | 125.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 60 | 0.39 | 0 | 0.61 | 0.39 | 98.53 | 0.44 | 0.42 |
| Hex | 5E | 9B | 3C | 27 | 0 | 3D | 27 | 63 | 2C | 2A |
| Octal | 136 | 233 | 74 | 47 | 0 | 75 | 47 | 143 | 54 | 52 |
| Binary | 1011110 | 10011011 | 111100 | 100111 | 0 | 111101 | 100111 | 1100011 | 101100 | 101010 |
Color Harmonies of #5E9B3C
Complementary color
Monochromatic Colors of #5E9B3C
Black with #5E9B3C
Text Example
Text Example
White with #5E9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B3C; }
p { color: rgb(94,155,60); }
H1.HeaderClassName
{
color: #5E9B3C;
}
.AnyTagClassName
{
color: #5E9B3C;
}
</style>
background-color css
<style>
a { background-color: #5E9B3C; }
a { background-color: rgb(94,155,60); }
div.DivClassName
{
background-color: #5E9B3C;
}
.BgClassName
{
background-color: #5E9B3C;
}
</style>
border-color css
<style>
span { border-color: #5E9B3C; }
span { border-color: rgb(94,155,60); }
td.TdClassName
{
border-color: #5E9B3C;
}
.TagClassName
{
border-color: #5E9B3C;
}
</style>