Html Css Color HEX #2EE94F Malachite

📋 copy color: '#2EE94F'

red 46 ◦ green 233 ◦ blue 79

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

Shades of Malachite #2EE94F

Tints of Malachite #2EE94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.08%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 12.85%
G = 65.08%
B = 22.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2EE94F (or 0x2EE94F) is known color: Malachite. HEX triplet: 2E, E9 and 4F. RGB value is (46,233,79). Sum of RGB (Red+Green+Blue) = 46+233+79=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 233 (91.41% from 255 or 65.08% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE94F is #D116B0. Grayscale: #9F9F9F. Windows color (decimal): -13702833 or 5237038. OLE color: 5237038.

HSL color Cylindrical-coordinate representation of color #2EE94F: hue angle of 130.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE94F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 79 -
CMYK 0.80 0 0.66 0.09
HSL 130.59º 0.81% 0.55% -
HSV(B) 130.59º 0.8% 0.91% -
XYZ 31.68 59.42 17.2 -
YUV 159.53 82.55 47.02 -
System Red Green Blue C M Y K H S L
Decimal 46 233 79 0.80 0 0.66 0.09 130.59 0.81 0.55
Hex 2E E9 4F 50 0 42 9 83 51 37
Octal 56 351 117 120 0 102 11 203 121 67
Binary 101110 11101001 1001111 1010000 0 1000010 1001 10000011 1010001 110111

Color Harmonies of #2EE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE94F

Black with #2EE94F

Text Example


Text Example

White with #2EE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,79); }

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

background-color css

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

 a { background-color: rgb(46,233,79); }

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

border-color css

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

 span { border-color: rgb(46,233,79); }

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