Html Css Color HEX #2EC854 Malachite

📋 copy color: '#2EC854'

red 46 ◦ green 200 ◦ blue 84

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

Shades of Malachite #2EC854

Tints of Malachite #2EC854

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.61%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 13.94%
G = 60.61%
B = 25.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#2EC854 (or 0x2EC854) is known color: Malachite. HEX triplet: 2E, C8 and 54. RGB value is (46,200,84). Sum of RGB (Red+Green+Blue) = 46+200+84=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC854 is #D137AB. Grayscale: #8D8D8D. Windows color (decimal): -13711276 or 5556270. OLE color: 5556270.

HSL color Cylindrical-coordinate representation of color #2EC854: hue angle of 134.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC854 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 84 -
CMYK 0.77 0 0.58 0.22
HSL 134.81º 0.63% 0.48% -
HSV(B) 134.81º 0.77% 0.78% -
XYZ 23.38 42.53 15.36 -
YUV 140.73 95.98 60.43 -
System Red Green Blue C M Y K H S L
Decimal 46 200 84 0.77 0 0.58 0.22 134.81 0.63 0.48
Hex 2E C8 54 4D 0 3A 16 87 3F 30
Octal 56 310 124 115 0 72 26 207 77 60
Binary 101110 11001000 1010100 1001101 0 111010 10110 10000111 111111 110000

Color Harmonies of #2EC854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC854

Black with #2EC854

Text Example


Text Example

White with #2EC854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,84); }

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

background-color css

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

 a { background-color: rgb(46,200,84); }

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

border-color css

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

 span { border-color: rgb(46,200,84); }

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