Html Css Color HEX #2EEB64 Malachite

📋 copy color: '#2EEB64'

red 46 ◦ green 235 ◦ blue 100

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

Shades of Malachite #2EEB64

Tints of Malachite #2EEB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 12.07%
G = 61.68%
B = 26.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#2EEB64 (or 0x2EEB64) is known color: Malachite. HEX triplet: 2E, EB and 64. RGB value is (46,235,100). Sum of RGB (Red+Green+Blue) = 46+235+100=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 235 (92.19% from 255 or 61.68% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB64 is #D1149B. Grayscale: #A3A3A3. Windows color (decimal): -13702300 or 6613806. OLE color: 6613806.

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

Color convert

RGB 46 235 100 -
CMYK 0.80 0 0.57 0.08
HSL 137.14º 0.83% 0.55% -
HSV(B) 137.14º 0.8% 0.92% -
XYZ 33.14 60.92 22.07 -
YUV 163.1 92.38 44.48 -
System Red Green Blue C M Y K H S L
Decimal 46 235 100 0.80 0 0.57 0.08 137.14 0.83 0.55
Hex 2E EB 64 50 0 39 8 89 53 37
Octal 56 353 144 120 0 71 10 211 123 67
Binary 101110 11101011 1100100 1010000 0 111001 1000 10001001 1010011 110111

Color Harmonies of #2EEB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB64

Black with #2EEB64

Text Example


Text Example

White with #2EEB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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