Shades of Fruit Salad #2EAE40
Tints of Fruit Salad #2EAE40
RGB
CMYK
RGB Variations
Color information
#2EAE40 (or 0x2EAE40) is known color: Fruit Salad. HEX triplet: 2E, AE and 40. RGB value is (46,174,64). Sum of RGB (Red+Green+Blue) = 46+174+64=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE40 is #D151BF. Grayscale: #7B7B7B. Windows color (decimal): -13717952 or 4238894. OLE color: 4238894.
HSL color Cylindrical-coordinate representation of color #2EAE40: hue angle of 128.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE40 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 174 | 64 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.32 |
| HSL | 128.44º | 0.58% | 0.43% | - |
| HSV(B) | 128.44º | 0.74% | 0.68% | - |
| XYZ | 17.19 | 31.22 | 9.97 | - |
| YUV | 123.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 64 | 0.74 | 0 | 0.63 | 0.32 | 128.44 | 0.58 | 0.43 |
| Hex | 2E | AE | 40 | 4A | 0 | 3F | 20 | 80 | 3A | 2B |
| Octal | 56 | 256 | 100 | 112 | 0 | 77 | 40 | 200 | 72 | 53 |
| Binary | 101110 | 10101110 | 1000000 | 1001010 | 0 | 111111 | 100000 | 10000000 | 111010 | 101011 |
Color Harmonies of #2EAE40
Complementary color
Monochromatic Colors of #2EAE40
Black with #2EAE40
Text Example
Text Example
White with #2EAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAE40; }
p { color: rgb(46,174,64); }
H1.HeaderClassName
{
color: #2EAE40;
}
.AnyTagClassName
{
color: #2EAE40;
}
</style>
background-color css
<style>
a { background-color: #2EAE40; }
a { background-color: rgb(46,174,64); }
div.DivClassName
{
background-color: #2EAE40;
}
.BgClassName
{
background-color: #2EAE40;
}
</style>
border-color css
<style>
span { border-color: #2EAE40; }
span { border-color: rgb(46,174,64); }
td.TdClassName
{
border-color: #2EAE40;
}
.TagClassName
{
border-color: #2EAE40;
}
</style>