Html Css Color HEX #2EE859 Malachite

📋 copy color: '#2EE859'

red 46 ◦ green 232 ◦ blue 89

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

Shades of Malachite #2EE859

Tints of Malachite #2EE859

RGB

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

 GREEN value IS 232 (91.02% from 255) = 63.22%

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

R = 12.53%
G = 63.22%
B = 24.25%

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

#2EE859 (or 0x2EE859) is known color: Malachite. HEX triplet: 2E, E8 and 59. RGB value is (46,232,89). Sum of RGB (Red+Green+Blue) = 46+232+89=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 232 (91.02% from 255 or 63.22% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE859 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE859 is #D117A6. Grayscale: #A0A0A0. Windows color (decimal): -13703079 or 5892142. OLE color: 5892142.

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

Color convert

RGB 46 232 89 -
CMYK 0.80 0 0.62 0.09
HSL 133.87º 0.8% 0.55% -
HSV(B) 133.87º 0.8% 0.91% -
XYZ 31.79 59.02 19.17 -
YUV 160.08 87.88 46.63 -
System Red Green Blue C M Y K H S L
Decimal 46 232 89 0.80 0 0.62 0.09 133.87 0.8 0.55
Hex 2E E8 59 50 0 3E 9 86 50 37
Octal 56 350 131 120 0 76 11 206 120 67
Binary 101110 11101000 1011001 1010000 0 111110 1001 10000110 1010000 110111

Color Harmonies of #2EE859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE859

Black with #2EE859

Text Example


Text Example

White with #2EE859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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