Html Css Color HEX #2EA63C Fruit Salad

📋 copy color: '#2EA63C'

red 46 ◦ green 166 ◦ blue 60

#2EA63C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #2EA63C

Tints of Fruit Salad #2EA63C

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 value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#2EA63C (or 0x2EA63C) is known color: 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

RGB 46 166 60 -
CMYK 0.72 0 0.64 0.35
HSL 127º 0.57% 0.42% -
HSV(B) 127º 0.72% 0.65% -
XYZ 15.58 28.18 8.89 -
YUV 118.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 46 166 60 0.72 0 0.64 0.35 127 0.57 0.42
Hex 2E A6 3C 48 0 40 23 7F 39 2A
Octal 56 246 74 110 0 100 43 177 71 52
Binary 101110 10100110 111100 1001000 0 1000000 100011 1111111 111001 101010

Color Harmonies of #2EA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA63C

Black with #2EA63C

Text Example


Text Example

White with #2EA63C

Text Example


Text Example

HTML Codes & Css Web 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>