Html Css Color HEX #2EE96E Malachite

📋 copy color: '#2EE96E'

red 46 ◦ green 233 ◦ blue 110

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

Shades of Malachite #2EE96E

Tints of Malachite #2EE96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 11.83%
G = 59.9%
B = 28.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#2EE96E (or 0x2EE96E) is known color: Malachite. HEX triplet: 2E, E9 and 6E. RGB value is (46,233,110). Sum of RGB (Red+Green+Blue) = 46+233+110=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 233 (91.41% from 255 or 59.90% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE96E is #D11691. Grayscale: #A3A3A3. Windows color (decimal): -13702802 or 7268654. OLE color: 7268654.

HSL color Cylindrical-coordinate representation of color #2EE96E: hue angle of 140.53º 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 #2EE96E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 110 -
CMYK 0.80 0 0.53 0.09
HSL 140.53º 0.81% 0.55% -
HSV(B) 140.53º 0.8% 0.91% -
XYZ 33.08 59.98 24.59 -
YUV 163.07 98.05 44.5 -
System Red Green Blue C M Y K H S L
Decimal 46 233 110 0.80 0 0.53 0.09 140.53 0.81 0.55
Hex 2E E9 6E 50 0 35 9 8D 51 37
Octal 56 351 156 120 0 65 11 215 121 67
Binary 101110 11101001 1101110 1010000 0 110101 1001 10001101 1010001 110111

Color Harmonies of #2EE96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE96E

Black with #2EE96E

Text Example


Text Example

White with #2EE96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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