Shades of Limeade #5E9D27
Tints of Limeade #5E9D27
RGB
CMYK
RGB Variations
Color information
#5E9D27 (or 0x5E9D27) is known color: Limeade. HEX triplet: 5E, 9D and 27. RGB value is (94,157,39). Sum of RGB (Red+Green+Blue) = 94+157+39=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D27 is #A162D8. Grayscale: #7D7D7D. Windows color (decimal): -10576601 or 2596190. OLE color: 2596190.
HSL color Cylindrical-coordinate representation of color #5E9D27: hue angle of 92.03º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E9D27 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 39 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.38 |
| HSL | 92.03º | 0.6% | 0.38% | - |
| HSV(B) | 92.03º | 0.75% | 0.62% | - |
| XYZ | 17.04 | 26.64 | 6.16 | - |
| YUV | 124.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 39 | 0.40 | 0 | 0.75 | 0.38 | 92.03 | 0.6 | 0.38 |
| Hex | 5E | 9D | 27 | 28 | 0 | 4B | 26 | 5C | 3C | 26 |
| Octal | 136 | 235 | 47 | 50 | 0 | 113 | 46 | 134 | 74 | 46 |
| Binary | 1011110 | 10011101 | 100111 | 101000 | 0 | 1001011 | 100110 | 1011100 | 111100 | 100110 |
Color Harmonies of #5E9D27
Complementary color
Monochromatic Colors of #5E9D27
Black with #5E9D27
Text Example
Text Example
White with #5E9D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D27; }
p { color: rgb(94,157,39); }
H1.HeaderClassName
{
color: #5E9D27;
}
.AnyTagClassName
{
color: #5E9D27;
}
</style>
background-color css
<style>
a { background-color: #5E9D27; }
a { background-color: rgb(94,157,39); }
div.DivClassName
{
background-color: #5E9D27;
}
.BgClassName
{
background-color: #5E9D27;
}
</style>
border-color css
<style>
span { border-color: #5E9D27; }
span { border-color: rgb(94,157,39); }
td.TdClassName
{
border-color: #5E9D27;
}
.TagClassName
{
border-color: #5E9D27;
}
</style>