Shades of Limeade #5E983B
Tints of Limeade #5E983B
RGB
CMYK
RGB Variations
Color information
#5E983B (or 0x5E983B) is known color: Limeade. HEX triplet: 5E, 98 and 3B. RGB value is (94,152,59). Sum of RGB (Red+Green+Blue) = 94+152+59=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #5E983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E983B is #A167C4. Grayscale: #7C7C7C. Windows color (decimal): -10577861 or 3905630. OLE color: 3905630.
HSL color Cylindrical-coordinate representation of color #5E983B: hue angle of 97.42º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E983B is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 59 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.40 |
| HSL | 97.42º | 0.44% | 0.41% | - |
| HSV(B) | 97.42º | 0.61% | 0.6% | - |
| XYZ | 16.63 | 25.15 | 8.12 | - |
| YUV | 124.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 59 | 0.38 | 0 | 0.61 | 0.40 | 97.42 | 0.44 | 0.41 |
| Hex | 5E | 98 | 3B | 26 | 0 | 3D | 28 | 61 | 2C | 29 |
| Octal | 136 | 230 | 73 | 46 | 0 | 75 | 50 | 141 | 54 | 51 |
| Binary | 1011110 | 10011000 | 111011 | 100110 | 0 | 111101 | 101000 | 1100001 | 101100 | 101001 |
Color Harmonies of #5E983B
Complementary color
Monochromatic Colors of #5E983B
Black with #5E983B
Text Example
Text Example
White with #5E983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E983B; }
p { color: rgb(94,152,59); }
H1.HeaderClassName
{
color: #5E983B;
}
.AnyTagClassName
{
color: #5E983B;
}
</style>
background-color css
<style>
a { background-color: #5E983B; }
a { background-color: rgb(94,152,59); }
div.DivClassName
{
background-color: #5E983B;
}
.BgClassName
{
background-color: #5E983B;
}
</style>
border-color css
<style>
span { border-color: #5E983B; }
span { border-color: rgb(94,152,59); }
td.TdClassName
{
border-color: #5E983B;
}
.TagClassName
{
border-color: #5E983B;
}
</style>