Html Css Color HEX #2EE85B Malachite

📋 copy color: '#2EE85B'

red 46 ◦ green 232 ◦ blue 91

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

Shades of Malachite #2EE85B

Tints of Malachite #2EE85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 12.47%
G = 62.87%
B = 24.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#2EE85B (or 0x2EE85B) is known color: Malachite. HEX triplet: 2E, E8 and 5B. RGB value is (46,232,91). Sum of RGB (Red+Green+Blue) = 46+232+91=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE85B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE85B is #D117A4. Grayscale: #A0A0A0. Windows color (decimal): -13703077 or 6023214. OLE color: 6023214.

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

Color convert

RGB 46 232 91 -
CMYK 0.80 0 0.61 0.09
HSL 134.52º 0.8% 0.55% -
HSV(B) 134.52º 0.8% 0.91% -
XYZ 31.87 59.05 19.62 -
YUV 160.31 88.88 46.46 -
System Red Green Blue C M Y K H S L
Decimal 46 232 91 0.80 0 0.61 0.09 134.52 0.8 0.55
Hex 2E E8 5B 50 0 3D 9 87 50 37
Octal 56 350 133 120 0 75 11 207 120 67
Binary 101110 11101000 1011011 1010000 0 111101 1001 10000111 1010000 110111

Color Harmonies of #2EE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE85B

Black with #2EE85B

Text Example


Text Example

White with #2EE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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