Html Css Color HEX #2EF949 Malachite

📋 copy color: '#2EF949'

red 46 ◦ green 249 ◦ blue 73

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

Shades of Malachite #2EF949

Tints of Malachite #2EF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.66%

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

R = 12.5%
G = 67.66%
B = 19.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#2EF949 (or 0x2EF949) is known color: Malachite. HEX triplet: 2E, F9 and 49. RGB value is (46,249,73). Sum of RGB (Red+Green+Blue) = 46+249+73=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF949 is #D106B6. Grayscale: #A8A8A8. Windows color (decimal): -13698743 or 4847918. OLE color: 4847918.

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

Color convert

RGB 46 249 73 -
CMYK 0.82 0 0.71 0.02
HSL 127.98º 0.94% 0.58% -
HSV(B) 127.98º 0.82% 0.98% -
XYZ 36.2 68.81 17.68 -
YUV 168.24 74.25 40.81 -
System Red Green Blue C M Y K H S L
Decimal 46 249 73 0.82 0 0.71 0.02 127.98 0.94 0.58
Hex 2E F9 49 52 0 47 2 80 5E 3A
Octal 56 371 111 122 0 107 2 200 136 72
Binary 101110 11111001 1001001 1010010 0 1000111 10 10000000 1011110 111010

Color Harmonies of #2EF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF949

Black with #2EF949

Text Example


Text Example

White with #2EF949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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