Html Css Color HEX #2EE964 Malachite

📋 copy color: '#2EE964'

red 46 ◦ green 233 ◦ blue 100

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

Shades of Malachite #2EE964

Tints of Malachite #2EE964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 12.14%
G = 61.48%
B = 26.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#2EE964 (or 0x2EE964) is known color: Malachite. HEX triplet: 2E, E9 and 64. RGB value is (46,233,100). Sum of RGB (Red+Green+Blue) = 46+233+100=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 233 (91.41% from 255 or 61.48% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE964 is #D1169B. Grayscale: #A2A2A2. Windows color (decimal): -13702812 or 6613294. OLE color: 6613294.

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

Color convert

RGB 46 233 100 -
CMYK 0.80 0 0.57 0.09
HSL 137.33º 0.81% 0.55% -
HSV(B) 137.33º 0.8% 0.91% -
XYZ 32.57 59.78 21.88 -
YUV 161.93 93.05 45.31 -
System Red Green Blue C M Y K H S L
Decimal 46 233 100 0.80 0 0.57 0.09 137.33 0.81 0.55
Hex 2E E9 64 50 0 39 9 89 51 37
Octal 56 351 144 120 0 71 11 211 121 67
Binary 101110 11101001 1100100 1010000 0 111001 1001 10001001 1010001 110111

Color Harmonies of #2EE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE964

Black with #2EE964

Text Example


Text Example

White with #2EE964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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