Html Css Color HEX #2EF864 Malachite

📋 copy color: '#2EF864'

red 46 ◦ green 248 ◦ blue 100

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

Shades of Malachite #2EF864

Tints of Malachite #2EF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62.94%

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

R = 11.68%
G = 62.94%
B = 25.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#2EF864 (or 0x2EF864) is known color: Malachite. HEX triplet: 2E, F8 and 64. RGB value is (46,248,100). Sum of RGB (Red+Green+Blue) = 46+248+100=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF864 is #D1079B. Grayscale: #ABABAB. Windows color (decimal): -13698972 or 6617134. OLE color: 6617134.

HSL color Cylindrical-coordinate representation of color #2EF864: hue angle of 136.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF864 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 100 -
CMYK 0.81 0 0.60 0.03
HSL 136.04º 0.94% 0.58% -
HSV(B) 136.04º 0.81% 0.97% -
XYZ 36.99 68.64 23.35 -
YUV 170.73 88.08 39.03 -
System Red Green Blue C M Y K H S L
Decimal 46 248 100 0.81 0 0.60 0.03 136.04 0.94 0.58
Hex 2E F8 64 51 0 3C 3 88 5E 3A
Octal 56 370 144 121 0 74 3 210 136 72
Binary 101110 11111000 1100100 1010001 0 111100 11 10001000 1011110 111010

Color Harmonies of #2EF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF864

Black with #2EF864

Text Example


Text Example

White with #2EF864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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