Html Css Color HEX #2EE14F Malachite

📋 copy color: '#2EE14F'

red 46 ◦ green 225 ◦ blue 79

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

Shades of Malachite #2EE14F

Tints of Malachite #2EE14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.29%

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

R = 13.14%
G = 64.29%
B = 22.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#2EE14F (or 0x2EE14F) is known color: Malachite. HEX triplet: 2E, E1 and 4F. RGB value is (46,225,79). Sum of RGB (Red+Green+Blue) = 46+225+79=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE14F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE14F is #D11EB0. Grayscale: #9B9B9B. Windows color (decimal): -13704881 or 5234990. OLE color: 5234990.

HSL color Cylindrical-coordinate representation of color #2EE14F: hue angle of 131.06º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE14F is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 79 -
CMYK 0.80 0 0.65 0.12
HSL 131.06º 0.75% 0.53% -
HSV(B) 131.06º 0.8% 0.88% -
XYZ 29.46 55 16.46 -
YUV 154.84 85.2 50.37 -
System Red Green Blue C M Y K H S L
Decimal 46 225 79 0.80 0 0.65 0.12 131.06 0.75 0.53
Hex 2E E1 4F 50 0 41 C 83 4B 35
Octal 56 341 117 120 0 101 14 203 113 65
Binary 101110 11100001 1001111 1010000 0 1000001 1100 10000011 1001011 110101

Color Harmonies of #2EE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE14F

Black with #2EE14F

Text Example


Text Example

White with #2EE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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