Shades of Limeade #5E9A27
Tints of Limeade #5E9A27
RGB
CMYK
RGB Variations
Color information
#5E9A27 (or 0x5E9A27) is known color: Limeade. HEX triplet: 5E, 9A and 27. RGB value is (94,154,39). Sum of RGB (Red+Green+Blue) = 94+154+39=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A27 is #A165D8. Grayscale: #7B7B7B. Windows color (decimal): -10577369 or 2595422. OLE color: 2595422.
HSL color Cylindrical-coordinate representation of color #5E9A27: hue angle of 91.3º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E9A27 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 39 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.40 |
| HSL | 91.3º | 0.6% | 0.38% | - |
| HSV(B) | 91.3º | 0.75% | 0.6% | - |
| XYZ | 16.54 | 25.64 | 6 | - |
| YUV | 122.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 39 | 0.39 | 0 | 0.75 | 0.40 | 91.3 | 0.6 | 0.38 |
| Hex | 5E | 9A | 27 | 27 | 0 | 4B | 28 | 5B | 3C | 26 |
| Octal | 136 | 232 | 47 | 47 | 0 | 113 | 50 | 133 | 74 | 46 |
| Binary | 1011110 | 10011010 | 100111 | 100111 | 0 | 1001011 | 101000 | 1011011 | 111100 | 100110 |
Color Harmonies of #5E9A27
Complementary color
Monochromatic Colors of #5E9A27
Black with #5E9A27
Text Example
Text Example
White with #5E9A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A27; }
p { color: rgb(94,154,39); }
H1.HeaderClassName
{
color: #5E9A27;
}
.AnyTagClassName
{
color: #5E9A27;
}
</style>
background-color css
<style>
a { background-color: #5E9A27; }
a { background-color: rgb(94,154,39); }
div.DivClassName
{
background-color: #5E9A27;
}
.BgClassName
{
background-color: #5E9A27;
}
</style>
border-color css
<style>
span { border-color: #5E9A27; }
span { border-color: rgb(94,154,39); }
td.TdClassName
{
border-color: #5E9A27;
}
.TagClassName
{
border-color: #5E9A27;
}
</style>