Html Css Color HEX #2EFD49 Malachite

📋 copy color: '#2EFD49'

red 46 ◦ green 253 ◦ blue 73

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

Shades of Malachite #2EFD49

Tints of Malachite #2EFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.01%

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

R = 12.37%
G = 68.01%
B = 19.62%

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

#2EFD49 (or 0x2EFD49) is known color: Malachite. HEX triplet: 2E, FD and 49. RGB value is (46,253,73). Sum of RGB (Red+Green+Blue) = 46+253+73=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 253 (99.22% from 255 or 68.01% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFD49 is #D102B6. Grayscale: #ABABAB. Windows color (decimal): -13697719 or 4848942. OLE color: 4848942.

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

Color convert

RGB 46 253 73 -
CMYK 0.82 0 0.71 0.01
HSL 127.83º 0.98% 0.59% -
HSV(B) 127.83º 0.82% 0.99% -
XYZ 37.45 71.31 18.09 -
YUV 170.59 72.92 39.14 -
System Red Green Blue C M Y K H S L
Decimal 46 253 73 0.82 0 0.71 0.01 127.83 0.98 0.59
Hex 2E FD 49 52 0 47 1 80 62 3B
Octal 56 375 111 122 0 107 1 200 142 73
Binary 101110 11111101 1001001 1010010 0 1000111 1 10000000 1100010 111011

Color Harmonies of #2EFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD49

Black with #2EFD49

Text Example


Text Example

White with #2EFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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