Html Css Color HEX #2ECF5C Malachite

📋 copy color: '#2ECF5C'

red 46 ◦ green 207 ◦ blue 92

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

Shades of Malachite #2ECF5C

Tints of Malachite #2ECF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60%

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 13.33%
G = 60%
B = 26.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#2ECF5C (or 0x2ECF5C) is known color: Malachite. HEX triplet: 2E, CF and 5C. RGB value is (46,207,92). Sum of RGB (Red+Green+Blue) = 46+207+92=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF5C is #D130A3. Grayscale: #929292. Windows color (decimal): -13709476 or 6082350. OLE color: 6082350.

HSL color Cylindrical-coordinate representation of color #2ECF5C: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF5C is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 207 92 -
CMYK 0.78 0 0.56 0.19
HSL 137.14º 0.64% 0.5% -
HSV(B) 137.14º 0.78% 0.81% -
XYZ 25.37 45.98 17.66 -
YUV 145.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 46 207 92 0.78 0 0.56 0.19 137.14 0.64 0.5
Hex 2E CF 5C 4E 0 38 13 89 40 32
Octal 56 317 134 116 0 70 23 211 100 62
Binary 101110 11001111 1011100 1001110 0 111000 10011 10001001 1000000 110010

Color Harmonies of #2ECF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF5C

Black with #2ECF5C

Text Example


Text Example

White with #2ECF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,207,92); }

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

background-color css

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

 a { background-color: rgb(46,207,92); }

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

border-color css

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

 span { border-color: rgb(46,207,92); }

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