Shades of Limeade #5E981B
Tints of Limeade #5E981B
RGB
CMYK
RGB Variations
Color information
#5E981B (or 0x5E981B) is known color: Limeade. HEX triplet: 5E, 98 and 1B. RGB value is (94,152,27). Sum of RGB (Red+Green+Blue) = 94+152+27=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #5E981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E981B is #A167E4. Grayscale: #787878. Windows color (decimal): -10577893 or 1808478. OLE color: 1808478.
HSL color Cylindrical-coordinate representation of color #5E981B: hue angle of 87.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E981B is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 27 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.40 |
| HSL | 87.84º | 0.7% | 0.35% | - |
| HSV(B) | 87.84º | 0.82% | 0.6% | - |
| XYZ | 16.04 | 24.92 | 5 | - |
| YUV | 120.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 27 | 0.38 | 0 | 0.82 | 0.40 | 87.84 | 0.7 | 0.35 |
| Hex | 5E | 98 | 1B | 26 | 0 | 52 | 28 | 58 | 46 | 23 |
| Octal | 136 | 230 | 33 | 46 | 0 | 122 | 50 | 130 | 106 | 43 |
| Binary | 1011110 | 10011000 | 11011 | 100110 | 0 | 1010010 | 101000 | 1011000 | 1000110 | 100011 |
Color Harmonies of #5E981B
Complementary color
Monochromatic Colors of #5E981B
Black with #5E981B
Text Example
Text Example
White with #5E981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E981B; }
p { color: rgb(94,152,27); }
H1.HeaderClassName
{
color: #5E981B;
}
.AnyTagClassName
{
color: #5E981B;
}
</style>
background-color css
<style>
a { background-color: #5E981B; }
a { background-color: rgb(94,152,27); }
div.DivClassName
{
background-color: #5E981B;
}
.BgClassName
{
background-color: #5E981B;
}
</style>
border-color css
<style>
span { border-color: #5E981B; }
span { border-color: rgb(94,152,27); }
td.TdClassName
{
border-color: #5E981B;
}
.TagClassName
{
border-color: #5E981B;
}
</style>