Html Css Color HEX #2EE959 Malachite

📋 copy color: '#2EE959'

red 46 ◦ green 233 ◦ blue 89

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

Shades of Malachite #2EE959

Tints of Malachite #2EE959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 12.5%
G = 63.32%
B = 24.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#2EE959 (or 0x2EE959) is known color: Malachite. HEX triplet: 2E, E9 and 59. RGB value is (46,233,89). Sum of RGB (Red+Green+Blue) = 46+233+89=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE959 is #D116A6. Grayscale: #A1A1A1. Windows color (decimal): -13702823 or 5892398. OLE color: 5892398.

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

Color convert

RGB 46 233 89 -
CMYK 0.80 0 0.62 0.09
HSL 133.8º 0.81% 0.55% -
HSV(B) 133.8º 0.8% 0.91% -
XYZ 32.07 59.58 19.26 -
YUV 160.67 87.55 46.21 -
System Red Green Blue C M Y K H S L
Decimal 46 233 89 0.80 0 0.62 0.09 133.8 0.81 0.55
Hex 2E E9 59 50 0 3E 9 86 51 37
Octal 56 351 131 120 0 76 11 206 121 67
Binary 101110 11101001 1011001 1010000 0 111110 1001 10000110 1010001 110111

Color Harmonies of #2EE959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE959

Black with #2EE959

Text Example


Text Example

White with #2EE959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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