Shades of Fruit Salad #2EA43D
Tints of Fruit Salad #2EA43D
RGB
CMYK
RGB Variations
Color information
#2EA43D (or 0x2EA43D) is known color: Fruit Salad. HEX triplet: 2E, A4 and 3D. RGB value is (46,164,61). Sum of RGB (Red+Green+Blue) = 46+164+61=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA43D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA43D is #D15BC2. Grayscale: #757575. Windows color (decimal): -13720515 or 4039726. OLE color: 4039726.
HSL color Cylindrical-coordinate representation of color #2EA43D: hue angle of 127.63º 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 #2EA43D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 164 | 61 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.36 |
| HSL | 127.63º | 0.56% | 0.41% | - |
| HSV(B) | 127.63º | 0.72% | 0.64% | - |
| XYZ | 15.24 | 27.47 | 8.91 | - |
| YUV | 116.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 61 | 0.72 | 0 | 0.63 | 0.36 | 127.63 | 0.56 | 0.41 |
| Hex | 2E | A4 | 3D | 48 | 0 | 3F | 24 | 80 | 38 | 29 |
| Octal | 56 | 244 | 75 | 110 | 0 | 77 | 44 | 200 | 70 | 51 |
| Binary | 101110 | 10100100 | 111101 | 1001000 | 0 | 111111 | 100100 | 10000000 | 111000 | 101001 |
Color Harmonies of #2EA43D
Complementary color
Monochromatic Colors of #2EA43D
Black with #2EA43D
Text Example
Text Example
White with #2EA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA43D; }
p { color: rgb(46,164,61); }
H1.HeaderClassName
{
color: #2EA43D;
}
.AnyTagClassName
{
color: #2EA43D;
}
</style>
background-color css
<style>
a { background-color: #2EA43D; }
a { background-color: rgb(46,164,61); }
div.DivClassName
{
background-color: #2EA43D;
}
.BgClassName
{
background-color: #2EA43D;
}
</style>
border-color css
<style>
span { border-color: #2EA43D; }
span { border-color: rgb(46,164,61); }
td.TdClassName
{
border-color: #2EA43D;
}
.TagClassName
{
border-color: #2EA43D;
}
</style>