#2EA93E

Color #2EA93E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #2EA93E

Tints of Fruit Salad #2EA93E

Color information

#2EA93E (or 0x2EA93E) is unknown color: approx Fruit Salad. HEX triplet: 2E, A9 and 3E. RGB value is (46,169,62). Sum of RGB (Red+Green+Blue) = 46+169+62=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA93E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA93E is #D156C1. Grayscale: #787878. Windows color (decimal): -13719234 or 4106542. OLE color: 4106542.

HSL color Cylindrical-coordinate representation of color #2EA93E: hue angle of 127.8º 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 #2EA93E is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB4616962-
CMYK0.7300.630.34
HSL127.8º57.21%42.16%-
HSV(B)127.8º72.78%66.27%-
XYZ16.1829.39.36-
YUV120.0295.2575.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 169 (66.41% from 255) = 61.01%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=16.61%
G=61.01%
B=22.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169620.7300.630.34127.857.2142.16
Hex2EA93E4903F2280392a
Octal5625176111077422007152
Binary101110101010011111101001001011111110001010000000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EA93E; }

 p { color: rgb(46,169,62); }

 H1.HeaderClassName
 {
   color: #2EA93E;
 }
 .AnyTagClassName
 {
   color: #2EA93E;
 }
</style>
background-color css

<style>
 a { background-color: #2EA93E; }

 a { background-color: rgb(46,169,62); }

 div.DivClassName
 {
   background-color: #2EA93E;
 }
 .BgClassName
 {
   background-color: #2EA93E;
 }
</style>
border-color css

<style>
 span { border-color: #2EA93E; }

 span { border-color: rgb(46,169,62); }

 td.TdClassName
 {
   border-color: #2EA93E;
 }
 .TagClassName
 {
   border-color: #2EA93E;
 }
</style>