Html Css Color HEX #2EEB5B Malachite

📋 copy color: '#2EEB5B'

red 46 ◦ green 235 ◦ blue 91

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

Shades of Malachite #2EEB5B

Tints of Malachite #2EEB5B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63.17%

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

R = 12.37%
G = 63.17%
B = 24.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#2EEB5B (or 0x2EEB5B) is known color: Malachite. HEX triplet: 2E, EB and 5B. RGB value is (46,235,91). Sum of RGB (Red+Green+Blue) = 46+235+91=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 235 (92.19% from 255 or 63.17% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB5B is #D114A4. Grayscale: #A2A2A2. Windows color (decimal): -13702309 or 6023982. OLE color: 6023982.

HSL color Cylindrical-coordinate representation of color #2EEB5B: hue angle of 134.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB5B is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 91 -
CMYK 0.80 0 0.61 0.08
HSL 134.29º 0.83% 0.55% -
HSV(B) 134.29º 0.8% 0.92% -
XYZ 32.72 60.75 19.9 -
YUV 162.07 87.88 45.21 -
System Red Green Blue C M Y K H S L
Decimal 46 235 91 0.80 0 0.61 0.08 134.29 0.83 0.55
Hex 2E EB 5B 50 0 3D 8 86 53 37
Octal 56 353 133 120 0 75 10 206 123 67
Binary 101110 11101011 1011011 1010000 0 111101 1000 10000110 1010011 110111

Color Harmonies of #2EEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB5B

Black with #2EEB5B

Text Example


Text Example

White with #2EEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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