Shades of Limeade #5E9B25
Tints of Limeade #5E9B25
RGB
CMYK
RGB Variations
Color information
#5E9B25 (or 0x5E9B25) is known color: Limeade. HEX triplet: 5E, 9B and 25. RGB value is (94,155,37). Sum of RGB (Red+Green+Blue) = 94+155+37=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B25 is #A164DA. Grayscale: #7B7B7B. Windows color (decimal): -10577115 or 2464606. OLE color: 2464606.
HSL color Cylindrical-coordinate representation of color #5E9B25: hue angle of 91.02º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E9B25 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 37 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.39 |
| HSL | 91.02º | 0.61% | 0.38% | - |
| HSV(B) | 91.02º | 0.76% | 0.61% | - |
| XYZ | 16.67 | 25.96 | 5.88 | - |
| YUV | 123.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 37 | 0.39 | 0 | 0.76 | 0.39 | 91.02 | 0.61 | 0.38 |
| Hex | 5E | 9B | 25 | 27 | 0 | 4C | 27 | 5B | 3D | 26 |
| Octal | 136 | 233 | 45 | 47 | 0 | 114 | 47 | 133 | 75 | 46 |
| Binary | 1011110 | 10011011 | 100101 | 100111 | 0 | 1001100 | 100111 | 1011011 | 111101 | 100110 |
Color Harmonies of #5E9B25
Complementary color
Monochromatic Colors of #5E9B25
Black with #5E9B25
Text Example
Text Example
White with #5E9B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B25; }
p { color: rgb(94,155,37); }
H1.HeaderClassName
{
color: #5E9B25;
}
.AnyTagClassName
{
color: #5E9B25;
}
</style>
background-color css
<style>
a { background-color: #5E9B25; }
a { background-color: rgb(94,155,37); }
div.DivClassName
{
background-color: #5E9B25;
}
.BgClassName
{
background-color: #5E9B25;
}
</style>
border-color css
<style>
span { border-color: #5E9B25; }
span { border-color: rgb(94,155,37); }
td.TdClassName
{
border-color: #5E9B25;
}
.TagClassName
{
border-color: #5E9B25;
}
</style>