Shades of Fruit Salad #2EA83B
Tints of Fruit Salad #2EA83B
RGB
CMYK
RGB Variations
Color information
#2EA83B (or 0x2EA83B) is known color: Fruit Salad. HEX triplet: 2E, A8 and 3B. RGB value is (46,168,59). Sum of RGB (Red+Green+Blue) = 46+168+59=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA83B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA83B is #D157C4. Grayscale: #777777. Windows color (decimal): -13719493 or 3909678. OLE color: 3909678.
HSL color Cylindrical-coordinate representation of color #2EA83B: hue angle of 126.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA83B is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 168 | 59 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.34 |
| HSL | 126.39º | 0.57% | 0.42% | - |
| HSV(B) | 126.39º | 0.73% | 0.66% | - |
| XYZ | 15.92 | 28.9 | 8.88 | - |
| YUV | 119.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 59 | 0.73 | 0 | 0.65 | 0.34 | 126.39 | 0.57 | 0.42 |
| Hex | 2E | A8 | 3B | 49 | 0 | 41 | 22 | 7E | 39 | 2A |
| Octal | 56 | 250 | 73 | 111 | 0 | 101 | 42 | 176 | 71 | 52 |
| Binary | 101110 | 10101000 | 111011 | 1001001 | 0 | 1000001 | 100010 | 1111110 | 111001 | 101010 |
Color Harmonies of #2EA83B
Complementary color
Monochromatic Colors of #2EA83B
Black with #2EA83B
Text Example
Text Example
White with #2EA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA83B; }
p { color: rgb(46,168,59); }
H1.HeaderClassName
{
color: #2EA83B;
}
.AnyTagClassName
{
color: #2EA83B;
}
</style>
background-color css
<style>
a { background-color: #2EA83B; }
a { background-color: rgb(46,168,59); }
div.DivClassName
{
background-color: #2EA83B;
}
.BgClassName
{
background-color: #2EA83B;
}
</style>
border-color css
<style>
span { border-color: #2EA83B; }
span { border-color: rgb(46,168,59); }
td.TdClassName
{
border-color: #2EA83B;
}
.TagClassName
{
border-color: #2EA83B;
}
</style>