Shades of Fruit Salad #2EA33D
Tints of Fruit Salad #2EA33D
RGB
CMYK
RGB Variations
Color information
#2EA33D (or 0x2EA33D) is known color: Fruit Salad. HEX triplet: 2E, A3 and 3D. RGB value is (46,163,61). Sum of RGB (Red+Green+Blue) = 46+163+61=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA33D is #D15CC2. Grayscale: #747474. Windows color (decimal): -13720771 or 4039470. OLE color: 4039470.
HSL color Cylindrical-coordinate representation of color #2EA33D: hue angle of 127.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA33D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 163 | 61 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.36 |
| HSL | 127.69º | 0.56% | 0.41% | - |
| HSV(B) | 127.69º | 0.72% | 0.64% | - |
| XYZ | 15.07 | 27.11 | 8.85 | - |
| YUV | 116.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 61 | 0.72 | 0 | 0.63 | 0.36 | 127.69 | 0.56 | 0.41 |
| Hex | 2E | A3 | 3D | 48 | 0 | 3F | 24 | 80 | 38 | 29 |
| Octal | 56 | 243 | 75 | 110 | 0 | 77 | 44 | 200 | 70 | 51 |
| Binary | 101110 | 10100011 | 111101 | 1001000 | 0 | 111111 | 100100 | 10000000 | 111000 | 101001 |
Color Harmonies of #2EA33D
Complementary color
Monochromatic Colors of #2EA33D
Black with #2EA33D
Text Example
Text Example
White with #2EA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA33D; }
p { color: rgb(46,163,61); }
H1.HeaderClassName
{
color: #2EA33D;
}
.AnyTagClassName
{
color: #2EA33D;
}
</style>
background-color css
<style>
a { background-color: #2EA33D; }
a { background-color: rgb(46,163,61); }
div.DivClassName
{
background-color: #2EA33D;
}
.BgClassName
{
background-color: #2EA33D;
}
</style>
border-color css
<style>
span { border-color: #2EA33D; }
span { border-color: rgb(46,163,61); }
td.TdClassName
{
border-color: #2EA33D;
}
.TagClassName
{
border-color: #2EA33D;
}
</style>