Html Css Color HEX #2EAD3F Fruit Salad

📋 copy color: '#2EAD3F'

red 46 ◦ green 173 ◦ blue 63

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

Shades of Fruit Salad #2EAD3F

Tints of Fruit Salad #2EAD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 61.35%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 16.31%
G = 61.35%
B = 22.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#2EAD3F (or 0x2EAD3F) is known color: Fruit Salad. HEX triplet: 2E, AD and 3F. RGB value is (46,173,63). Sum of RGB (Red+Green+Blue) = 46+173+63=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD3F is #D152C0. Grayscale: #7A7A7A. Windows color (decimal): -13718209 or 4173102. OLE color: 4173102.

HSL color Cylindrical-coordinate representation of color #2EAD3F: hue angle of 128.03º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD3F is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 63 -
CMYK 0.73 0 0.64 0.32
HSL 128.03º 0.58% 0.43% -
HSV(B) 128.03º 0.73% 0.68% -
XYZ 16.97 30.83 9.76 -
YUV 122.49 94.42 73.44 -
System Red Green Blue C M Y K H S L
Decimal 46 173 63 0.73 0 0.64 0.32 128.03 0.58 0.43
Hex 2E AD 3F 49 0 40 20 80 3A 2B
Octal 56 255 77 111 0 100 40 200 72 53
Binary 101110 10101101 111111 1001001 0 1000000 100000 10000000 111010 101011

Color Harmonies of #2EAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD3F

Black with #2EAD3F

Text Example


Text Example

White with #2EAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,63); }

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

background-color css

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

 a { background-color: rgb(46,173,63); }

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

border-color css

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

 span { border-color: rgb(46,173,63); }

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