#2EA53C

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

Shades of Fruit Salad #2EA53C

Tints of Fruit Salad #2EA53C

Color information

#2EA53C (or 0x2EA53C) is unknown color: approx Fruit Salad. HEX triplet: 2E, A5 and 3C. RGB value is (46,165,60). Sum of RGB (Red+Green+Blue) = 46+165+60=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA53C is #D15AC3. Grayscale: #757575. Windows color (decimal): -13720260 or 3974446. OLE color: 3974446.

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

Color convert

RGB4616560-
CMYK0.7200.640.35
HSL127.06º56.4%41.37%-
HSV(B)127.06º72.12%64.71%-
XYZ15.427.828.83-
YUV117.4595.5877.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 165 (64.84% from 255) = 60.89%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=16.97%
G=60.89%
B=22.14%

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
Decimal46165600.7200.640.35127.0656.441.37
Hex2EA53C48040237f3829
Octal56245741100100431777051
Binary101110101001011111001001000010000001000111111111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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