Shades of Limeade #5F9E2A
Tints of Limeade #5F9E2A
RGB
CMYK
RGB Variations
Color information
#5F9E2A (or 0x5F9E2A) is known color: Limeade. HEX triplet: 5F, 9E and 2A. RGB value is (95,158,42). Sum of RGB (Red+Green+Blue) = 95+158+42=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E2A is #A061D5. Grayscale: #7E7E7E. Windows color (decimal): -10510806 or 2793055. OLE color: 2793055.
HSL color Cylindrical-coordinate representation of color #5F9E2A: hue angle of 92.59º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F9E2A is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 42 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.38 |
| HSL | 92.59º | 0.58% | 0.39% | - |
| HSV(B) | 92.59º | 0.73% | 0.62% | - |
| XYZ | 17.36 | 27.05 | 6.5 | - |
| YUV | 125.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 42 | 0.40 | 0 | 0.73 | 0.38 | 92.59 | 0.58 | 0.39 |
| Hex | 5F | 9E | 2A | 28 | 0 | 49 | 26 | 5D | 3A | 27 |
| Octal | 137 | 236 | 52 | 50 | 0 | 111 | 46 | 135 | 72 | 47 |
| Binary | 1011111 | 10011110 | 101010 | 101000 | 0 | 1001001 | 100110 | 1011101 | 111010 | 100111 |
Color Harmonies of #5F9E2A
Complementary color
Monochromatic Colors of #5F9E2A
Black with #5F9E2A
Text Example
Text Example
White with #5F9E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E2A; }
p { color: rgb(95,158,42); }
H1.HeaderClassName
{
color: #5F9E2A;
}
.AnyTagClassName
{
color: #5F9E2A;
}
</style>
background-color css
<style>
a { background-color: #5F9E2A; }
a { background-color: rgb(95,158,42); }
div.DivClassName
{
background-color: #5F9E2A;
}
.BgClassName
{
background-color: #5F9E2A;
}
</style>
border-color css
<style>
span { border-color: #5F9E2A; }
span { border-color: rgb(95,158,42); }
td.TdClassName
{
border-color: #5F9E2A;
}
.TagClassName
{
border-color: #5F9E2A;
}
</style>