Html Css Color HEX #2EF74A Malachite

📋 copy color: '#2EF74A'

red 46 ◦ green 247 ◦ blue 74

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

Shades of Malachite #2EF74A

Tints of Malachite #2EF74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.3%

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

R = 12.53%
G = 67.3%
B = 20.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#2EF74A (or 0x2EF74A) is known color: Malachite. HEX triplet: 2E, F7 and 4A. RGB value is (46,247,74). Sum of RGB (Red+Green+Blue) = 46+247+74=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF74A is #D108B5. Grayscale: #A7A7A7. Windows color (decimal): -13699254 or 4912942. OLE color: 4912942.

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

Color convert

RGB 46 247 74 -
CMYK 0.81 0 0.70 0.03
HSL 128.36º 0.93% 0.57% -
HSV(B) 128.36º 0.81% 0.97% -
XYZ 35.62 67.6 17.65 -
YUV 167.18 75.41 41.57 -
System Red Green Blue C M Y K H S L
Decimal 46 247 74 0.81 0 0.70 0.03 128.36 0.93 0.57
Hex 2E F7 4A 51 0 46 3 80 5D 39
Octal 56 367 112 121 0 106 3 200 135 71
Binary 101110 11110111 1001010 1010001 0 1000110 11 10000000 1011101 111001

Color Harmonies of #2EF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF74A

Black with #2EF74A

Text Example


Text Example

White with #2EF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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