Html Css Color HEX #2EFB64 Malachite

📋 copy color: '#2EFB64'

red 46 ◦ green 251 ◦ blue 100

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

Shades of Malachite #2EFB64

Tints of Malachite #2EFB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 63.22%

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

R = 11.59%
G = 63.22%
B = 25.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#2EFB64 (or 0x2EFB64) is known color: Malachite. HEX triplet: 2E, FB and 64. RGB value is (46,251,100). Sum of RGB (Red+Green+Blue) = 46+251+100=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 251 (98.44% from 255 or 63.22% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB64 is #D1049B. Grayscale: #ACACAC. Windows color (decimal): -13698204 or 6617902. OLE color: 6617902.

HSL color Cylindrical-coordinate representation of color #2EFB64: hue angle of 135.8º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB64 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 100 -
CMYK 0.82 0 0.60 0.02
HSL 135.8º 0.96% 0.58% -
HSV(B) 135.8º 0.82% 0.98% -
XYZ 37.92 70.5 23.66 -
YUV 172.49 87.08 37.78 -
System Red Green Blue C M Y K H S L
Decimal 46 251 100 0.82 0 0.60 0.02 135.8 0.96 0.58
Hex 2E FB 64 52 0 3C 2 88 60 3A
Octal 56 373 144 122 0 74 2 210 140 72
Binary 101110 11111011 1100100 1010010 0 111100 10 10001000 1100000 111010

Color Harmonies of #2EFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB64

Black with #2EFB64

Text Example


Text Example

White with #2EFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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