#2EA63C

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

Shades of Fruit Salad #2EA63C

Tints of Fruit Salad #2EA63C

Color information

#2EA63C (or 0x2EA63C) is unknown color: approx Fruit Salad. HEX triplet: 2E, A6 and 3C. RGB value is (46,166,60). Sum of RGB (Red+Green+Blue) = 46+166+60=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA63C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA63C is #D159C3. Grayscale: #767676. Windows color (decimal): -13720004 or 3974702. OLE color: 3974702.

HSL color Cylindrical-coordinate representation of color #2EA63C: hue angle of 127º 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 #2EA63C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB4616660-
CMYK0.7200.640.35
HSL127º56.6%41.57%-
HSV(B)127º72.29%65.1%-
XYZ15.5828.188.89-
YUV118.0495.2476.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 166 (65.23% from 255) = 61.03%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=16.91%
G=61.03%
B=22.06%

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
Decimal46166600.7200.640.3512756.641.57
Hex2EA63C48040237f392a
Octal56246741100100431777152
Binary101110101001101111001001000010000001000111111111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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