Html Css Color HEX #2EE96C Malachite

📋 copy color: '#2EE96C'

red 46 ◦ green 233 ◦ blue 108

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

Shades of Malachite #2EE96C

Tints of Malachite #2EE96C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.21%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 11.89%
G = 60.21%
B = 27.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#2EE96C (or 0x2EE96C) is known color: Malachite. HEX triplet: 2E, E9 and 6C. RGB value is (46,233,108). Sum of RGB (Red+Green+Blue) = 46+233+108=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 233 (91.41% from 255 or 60.21% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE96C is #D11693. Grayscale: #A3A3A3. Windows color (decimal): -13702804 or 7137582. OLE color: 7137582.

HSL color Cylindrical-coordinate representation of color #2EE96C: hue angle of 139.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE96C is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 108 -
CMYK 0.80 0 0.54 0.09
HSL 139.89º 0.81% 0.55% -
HSV(B) 139.89º 0.8% 0.91% -
XYZ 32.97 59.94 24.02 -
YUV 162.84 97.05 44.66 -
System Red Green Blue C M Y K H S L
Decimal 46 233 108 0.80 0 0.54 0.09 139.89 0.81 0.55
Hex 2E E9 6C 50 0 36 9 8C 51 37
Octal 56 351 154 120 0 66 11 214 121 67
Binary 101110 11101001 1101100 1010000 0 110110 1001 10001100 1010001 110111

Color Harmonies of #2EE96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE96C

Black with #2EE96C

Text Example


Text Example

White with #2EE96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,108); }

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

background-color css

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

 a { background-color: rgb(46,233,108); }

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

border-color css

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

 span { border-color: rgb(46,233,108); }

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