Shades of Limeade #5E9925
Tints of Limeade #5E9925
RGB
CMYK
RGB Variations
Color information
#5E9925 (or 0x5E9925) is known color: Limeade. HEX triplet: 5E, 99 and 25. RGB value is (94,153,37). Sum of RGB (Red+Green+Blue) = 94+153+37=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9925 is #A166DA. Grayscale: #7A7A7A. Windows color (decimal): -10577627 or 2464094. OLE color: 2464094.
HSL color Cylindrical-coordinate representation of color #5E9925: hue angle of 90.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E9925 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 37 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.4 |
| HSL | 90.52º | 0.61% | 0.37% | - |
| HSV(B) | 90.52º | 0.76% | 0.6% | - |
| XYZ | 16.34 | 25.3 | 5.77 | - |
| YUV | 122.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 37 | 0.39 | 0 | 0.76 | 0.4 | 90.52 | 0.61 | 0.37 |
| Hex | 5E | 99 | 25 | 27 | 0 | 4C | 28 | 5B | 3D | 25 |
| Octal | 136 | 231 | 45 | 47 | 0 | 114 | 50 | 133 | 75 | 45 |
| Binary | 1011110 | 10011001 | 100101 | 100111 | 0 | 1001100 | 101000 | 1011011 | 111101 | 100101 |
Color Harmonies of #5E9925
Complementary color
Monochromatic Colors of #5E9925
Black with #5E9925
Text Example
Text Example
White with #5E9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9925; }
p { color: rgb(94,153,37); }
H1.HeaderClassName
{
color: #5E9925;
}
.AnyTagClassName
{
color: #5E9925;
}
</style>
background-color css
<style>
a { background-color: #5E9925; }
a { background-color: rgb(94,153,37); }
div.DivClassName
{
background-color: #5E9925;
}
.BgClassName
{
background-color: #5E9925;
}
</style>
border-color css
<style>
span { border-color: #5E9925; }
span { border-color: rgb(94,153,37); }
td.TdClassName
{
border-color: #5E9925;
}
.TagClassName
{
border-color: #5E9925;
}
</style>