Html Css Color HEX #2EE961 Malachite

📋 copy color: '#2EE961'

red 46 ◦ green 233 ◦ blue 97

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

Shades of Malachite #2EE961

Tints of Malachite #2EE961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 12.23%
G = 61.97%
B = 25.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#2EE961 (or 0x2EE961) is known color: Malachite. HEX triplet: 2E, E9 and 61. RGB value is (46,233,97). Sum of RGB (Red+Green+Blue) = 46+233+97=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE961 is #D1169E. Grayscale: #A1A1A1. Windows color (decimal): -13702815 or 6416686. OLE color: 6416686.

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

Color convert

RGB 46 233 97 -
CMYK 0.80 0 0.58 0.09
HSL 136.36º 0.81% 0.55% -
HSV(B) 136.36º 0.8% 0.91% -
XYZ 32.42 59.72 21.13 -
YUV 161.58 91.55 45.56 -
System Red Green Blue C M Y K H S L
Decimal 46 233 97 0.80 0 0.58 0.09 136.36 0.81 0.55
Hex 2E E9 61 50 0 3A 9 88 51 37
Octal 56 351 141 120 0 72 11 210 121 67
Binary 101110 11101001 1100001 1010000 0 111010 1001 10001000 1010001 110111

Color Harmonies of #2EE961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE961

Black with #2EE961

Text Example


Text Example

White with #2EE961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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