Html Css Color HEX #2EAC3F Fruit Salad

📋 copy color: '#2EAC3F'

red 46 ◦ green 172 ◦ blue 63

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

Shades of Fruit Salad #2EAC3F

Tints of Fruit Salad #2EAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 61.21%

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

R = 16.37%
G = 61.21%
B = 22.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#2EAC3F (or 0x2EAC3F) is known color: Fruit Salad. HEX triplet: 2E, AC and 3F. RGB value is (46,172,63). Sum of RGB (Red+Green+Blue) = 46+172+63=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC3F is #D153C0. Grayscale: #7A7A7A. Windows color (decimal): -13718465 or 4172846. OLE color: 4172846.

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

Color convert

RGB 46 172 63 -
CMYK 0.73 0 0.63 0.33
HSL 128.1º 0.58% 0.43% -
HSV(B) 128.1º 0.73% 0.67% -
XYZ 16.78 30.44 9.69 -
YUV 121.9 94.76 73.86 -
System Red Green Blue C M Y K H S L
Decimal 46 172 63 0.73 0 0.63 0.33 128.1 0.58 0.43
Hex 2E AC 3F 49 0 3F 21 80 3A 2B
Octal 56 254 77 111 0 77 41 200 72 53
Binary 101110 10101100 111111 1001001 0 111111 100001 10000000 111010 101011

Color Harmonies of #2EAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC3F

Black with #2EAC3F

Text Example


Text Example

White with #2EAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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