Html Css Color HEX #2EFC49 Malachite

📋 copy color: '#2EFC49'

red 46 ◦ green 252 ◦ blue 73

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

Shades of Malachite #2EFC49

Tints of Malachite #2EFC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 12.4%
G = 67.92%
B = 19.68%

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

#2EFC49 (or 0x2EFC49) is known color: Malachite. HEX triplet: 2E, FC and 49. RGB value is (46,252,73). Sum of RGB (Red+Green+Blue) = 46+252+73=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC49 is #D103B6. Grayscale: #AAAAAA. Windows color (decimal): -13697975 or 4848686. OLE color: 4848686.

HSL color Cylindrical-coordinate representation of color #2EFC49: hue angle of 127.86º 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 #2EFC49 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 73 -
CMYK 0.82 0 0.71 0.01
HSL 127.86º 0.97% 0.58% -
HSV(B) 127.86º 0.82% 0.99% -
XYZ 37.14 70.68 17.99 -
YUV 170 73.25 39.55 -
System Red Green Blue C M Y K H S L
Decimal 46 252 73 0.82 0 0.71 0.01 127.86 0.97 0.58
Hex 2E FC 49 52 0 47 1 80 61 3A
Octal 56 374 111 122 0 107 1 200 141 72
Binary 101110 11111100 1001001 1010010 0 1000111 1 10000000 1100001 111010

Color Harmonies of #2EFC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC49

Black with #2EFC49

Text Example


Text Example

White with #2EFC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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