Shades of Limeade #5E971B
Tints of Limeade #5E971B
RGB
CMYK
RGB Variations
Color information
#5E971B (or 0x5E971B) is known color: Limeade. HEX triplet: 5E, 97 and 1B. RGB value is (94,151,27). Sum of RGB (Red+Green+Blue) = 94+151+27=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #5E971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E971B is #A168E4. Grayscale: #787878. Windows color (decimal): -10578149 or 1808222. OLE color: 1808222.
HSL color Cylindrical-coordinate representation of color #5E971B: hue angle of 87.58º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E971B is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 27 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.41 |
| HSL | 87.58º | 0.7% | 0.35% | - |
| HSV(B) | 87.58º | 0.82% | 0.59% | - |
| XYZ | 15.88 | 24.59 | 4.95 | - |
| YUV | 119.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 27 | 0.38 | 0 | 0.82 | 0.41 | 87.58 | 0.7 | 0.35 |
| Hex | 5E | 97 | 1B | 26 | 0 | 52 | 29 | 58 | 46 | 23 |
| Octal | 136 | 227 | 33 | 46 | 0 | 122 | 51 | 130 | 106 | 43 |
| Binary | 1011110 | 10010111 | 11011 | 100110 | 0 | 1010010 | 101001 | 1011000 | 1000110 | 100011 |
Color Harmonies of #5E971B
Complementary color
Monochromatic Colors of #5E971B
Black with #5E971B
Text Example
Text Example
White with #5E971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E971B; }
p { color: rgb(94,151,27); }
H1.HeaderClassName
{
color: #5E971B;
}
.AnyTagClassName
{
color: #5E971B;
}
</style>
background-color css
<style>
a { background-color: #5E971B; }
a { background-color: rgb(94,151,27); }
div.DivClassName
{
background-color: #5E971B;
}
.BgClassName
{
background-color: #5E971B;
}
</style>
border-color css
<style>
span { border-color: #5E971B; }
span { border-color: rgb(94,151,27); }
td.TdClassName
{
border-color: #5E971B;
}
.TagClassName
{
border-color: #5E971B;
}
</style>