#2EA63B

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

Shades of Fruit Salad #2EA63B

Tints of Fruit Salad #2EA63B

Color information

#2EA63B (or 0x2EA63B) is unknown color: approx Fruit Salad. HEX triplet: 2E, A6 and 3B. RGB value is (46,166,59). Sum of RGB (Red+Green+Blue) = 46+166+59=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA63B is #D159C4. Grayscale: #767676. Windows color (decimal): -13720005 or 3909166. OLE color: 3909166.

HSL color Cylindrical-coordinate representation of color #2EA63B: hue angle of 126.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA63B is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB4616659-
CMYK0.7200.640.35
HSL126.5º56.6%41.57%-
HSV(B)126.5º72.29%65.1%-
XYZ15.5528.178.76-
YUV117.9294.7476.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 166 (65.23% from 255) = 61.25%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=16.97%
G=61.25%
B=21.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46166590.7200.640.35126.556.641.57
Hex2EA63B48040237e392a
Octal56246731100100431767152
Binary101110101001101110111001000010000001000111111110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,59); }

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

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

 a { background-color: rgb(46,166,59); }

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

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

 span { border-color: rgb(46,166,59); }

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