Shades of Limeade #5E982A
Tints of Limeade #5E982A
RGB
CMYK
RGB Variations
Color information
#5E982A (or 0x5E982A) is known color: Limeade. HEX triplet: 5E, 98 and 2A. RGB value is (94,152,42). Sum of RGB (Red+Green+Blue) = 94+152+42=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #5E982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E982A is #A167D5. Grayscale: #7A7A7A. Windows color (decimal): -10577878 or 2791518. OLE color: 2791518.
HSL color Cylindrical-coordinate representation of color #5E982A: hue angle of 91.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E982A is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 42 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.40 |
| HSL | 91.64º | 0.57% | 0.38% | - |
| HSV(B) | 91.64º | 0.72% | 0.6% | - |
| XYZ | 16.26 | 25 | 6.16 | - |
| YUV | 122.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 42 | 0.38 | 0 | 0.72 | 0.40 | 91.64 | 0.57 | 0.38 |
| Hex | 5E | 98 | 2A | 26 | 0 | 48 | 28 | 5C | 39 | 26 |
| Octal | 136 | 230 | 52 | 46 | 0 | 110 | 50 | 134 | 71 | 46 |
| Binary | 1011110 | 10011000 | 101010 | 100110 | 0 | 1001000 | 101000 | 1011100 | 111001 | 100110 |
Color Harmonies of #5E982A
Complementary color
Monochromatic Colors of #5E982A
Black with #5E982A
Text Example
Text Example
White with #5E982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E982A; }
p { color: rgb(94,152,42); }
H1.HeaderClassName
{
color: #5E982A;
}
.AnyTagClassName
{
color: #5E982A;
}
</style>
background-color css
<style>
a { background-color: #5E982A; }
a { background-color: rgb(94,152,42); }
div.DivClassName
{
background-color: #5E982A;
}
.BgClassName
{
background-color: #5E982A;
}
</style>
border-color css
<style>
span { border-color: #5E982A; }
span { border-color: rgb(94,152,42); }
td.TdClassName
{
border-color: #5E982A;
}
.TagClassName
{
border-color: #5E982A;
}
</style>