Html Css Color HEX #2EA53D Fruit Salad

📋 copy color: '#2EA53D'

red 46 ◦ green 165 ◦ blue 61

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

Shades of Fruit Salad #2EA53D

Tints of Fruit Salad #2EA53D

RGB

 RED value IS 46 (18.36% from 255) = 16.91%

 GREEN value IS 165 (64.84% from 255) = 60.66%

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 16.91%
G = 60.66%
B = 22.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#2EA53D (or 0x2EA53D) is known color: Fruit Salad. HEX triplet: 2E, A5 and 3D. RGB value is (46,165,61). Sum of RGB (Red+Green+Blue) = 46+165+61=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #2EA53D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA53D is #D15AC2. Grayscale: #757575. Windows color (decimal): -13720259 or 4039982. OLE color: 4039982.

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

Color convert

RGB 46 165 61 -
CMYK 0.72 0 0.63 0.35
HSL 127.56º 0.56% 0.41% -
HSV(B) 127.56º 0.72% 0.65% -
XYZ 15.42 27.83 8.97 -
YUV 117.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 46 165 61 0.72 0 0.63 0.35 127.56 0.56 0.41
Hex 2E A5 3D 48 0 3F 23 80 38 29
Octal 56 245 75 110 0 77 43 200 70 51
Binary 101110 10100101 111101 1001000 0 111111 100011 10000000 111000 101001

Color Harmonies of #2EA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA53D

Black with #2EA53D

Text Example


Text Example

White with #2EA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EA53D;
 }
 .AnyTagClassName
 {
   color: #2EA53D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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