Html Css Color HEX #2EE56A Malachite

📋 copy color: '#2EE56A'

red 46 ◦ green 229 ◦ blue 106

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

Shades of Malachite #2EE56A

Tints of Malachite #2EE56A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.1%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 12.07%
G = 60.1%
B = 27.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#2EE56A (or 0x2EE56A) is known color: Malachite. HEX triplet: 2E, E5 and 6A. RGB value is (46,229,106). Sum of RGB (Red+Green+Blue) = 46+229+106=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE56A is #D11A95. Grayscale: #A0A0A0. Windows color (decimal): -13703830 or 7005486. OLE color: 7005486.

HSL color Cylindrical-coordinate representation of color #2EE56A: hue angle of 139.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE56A is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 106 -
CMYK 0.80 0 0.54 0.10
HSL 139.67º 0.78% 0.54% -
HSV(B) 139.67º 0.8% 0.9% -
XYZ 31.75 57.66 23.09 -
YUV 160.26 97.37 46.5 -
System Red Green Blue C M Y K H S L
Decimal 46 229 106 0.80 0 0.54 0.10 139.67 0.78 0.54
Hex 2E E5 6A 50 0 36 A 8C 4E 36
Octal 56 345 152 120 0 66 12 214 116 66
Binary 101110 11100101 1101010 1010000 0 110110 1010 10001100 1001110 110110

Color Harmonies of #2EE56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE56A

Black with #2EE56A

Text Example


Text Example

White with #2EE56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,106); }

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

background-color css

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

 a { background-color: rgb(46,229,106); }

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

border-color css

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

 span { border-color: rgb(46,229,106); }

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