Html Css Color HEX #2EF44A Malachite

📋 copy color: '#2EF44A'

red 46 ◦ green 244 ◦ blue 74

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

Shades of Malachite #2EF44A

Tints of Malachite #2EF44A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.03%

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 12.64%
G = 67.03%
B = 20.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#2EF44A (or 0x2EF44A) is known color: Malachite. HEX triplet: 2E, F4 and 4A. RGB value is (46,244,74). Sum of RGB (Red+Green+Blue) = 46+244+74=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF44A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF44A is #D10BB5. Grayscale: #A5A5A5. Windows color (decimal): -13700022 or 4912174. OLE color: 4912174.

HSL color Cylindrical-coordinate representation of color #2EF44A: hue angle of 128.48º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF44A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 74 -
CMYK 0.81 0 0.70 0.04
HSL 128.48º 0.9% 0.57% -
HSV(B) 128.48º 0.81% 0.96% -
XYZ 34.71 65.78 17.35 -
YUV 165.42 76.4 42.82 -
System Red Green Blue C M Y K H S L
Decimal 46 244 74 0.81 0 0.70 0.04 128.48 0.9 0.57
Hex 2E F4 4A 51 0 46 4 80 5A 39
Octal 56 364 112 121 0 106 4 200 132 71
Binary 101110 11110100 1001010 1010001 0 1000110 100 10000000 1011010 111001

Color Harmonies of #2EF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF44A

Black with #2EF44A

Text Example


Text Example

White with #2EF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,244,74); }

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

background-color css

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

 a { background-color: rgb(46,244,74); }

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

border-color css

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

 span { border-color: rgb(46,244,74); }

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