Html Css Color HEX #2EFC4A Malachite

📋 copy color: '#2EFC4A'

red 46 ◦ green 252 ◦ blue 74

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

Shades of Malachite #2EFC4A

Tints of Malachite #2EFC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.74%

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

R = 12.37%
G = 67.74%
B = 19.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#2EFC4A (or 0x2EFC4A) is known color: Malachite. HEX triplet: 2E, FC and 4A. RGB value is (46,252,74). Sum of RGB (Red+Green+Blue) = 46+252+74=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC4A is #D103B5. Grayscale: #AAAAAA. Windows color (decimal): -13697974 or 4914222. OLE color: 4914222.

HSL color Cylindrical-coordinate representation of color #2EFC4A: hue angle of 128.16º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC4A is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 74 -
CMYK 0.82 0 0.71 0.01
HSL 128.16º 0.97% 0.58% -
HSV(B) 128.16º 0.82% 0.99% -
XYZ 37.17 70.7 18.17 -
YUV 170.11 73.75 39.47 -
System Red Green Blue C M Y K H S L
Decimal 46 252 74 0.82 0 0.71 0.01 128.16 0.97 0.58
Hex 2E FC 4A 52 0 47 1 80 61 3A
Octal 56 374 112 122 0 107 1 200 141 72
Binary 101110 11111100 1001010 1010010 0 1000111 1 10000000 1100001 111010

Color Harmonies of #2EFC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC4A

Black with #2EFC4A

Text Example


Text Example

White with #2EFC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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