Html Css Color HEX #2EF14F Malachite

📋 copy color: '#2EF14F'

red 46 ◦ green 241 ◦ blue 79

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

Shades of Malachite #2EF14F

Tints of Malachite #2EF14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.85%

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

R = 12.57%
G = 65.85%
B = 21.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#2EF14F (or 0x2EF14F) is known color: Malachite. HEX triplet: 2E, F1 and 4F. RGB value is (46,241,79). Sum of RGB (Red+Green+Blue) = 46+241+79=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF14F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF14F is #D10EB0. Grayscale: #A4A4A4. Windows color (decimal): -13700785 or 5239086. OLE color: 5239086.

HSL color Cylindrical-coordinate representation of color #2EF14F: hue angle of 130.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF14F is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 79 -
CMYK 0.81 0 0.67 0.05
HSL 130.15º 0.87% 0.56% -
HSV(B) 130.15º 0.81% 0.95% -
XYZ 33.99 64.06 17.97 -
YUV 164.23 79.9 43.67 -
System Red Green Blue C M Y K H S L
Decimal 46 241 79 0.81 0 0.67 0.05 130.15 0.87 0.56
Hex 2E F1 4F 51 0 43 5 82 57 38
Octal 56 361 117 121 0 103 5 202 127 70
Binary 101110 11110001 1001111 1010001 0 1000011 101 10000010 1010111 111000

Color Harmonies of #2EF14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF14F

Black with #2EF14F

Text Example


Text Example

White with #2EF14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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