#2EF14E

Color #2EF14E Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2EF14E

Tints of Malachite #2EF14E

Color information

#2EF14E (or 0x2EF14E) is unknown color: approx Malachite. HEX triplet: 2E, F1 and 4E. RGB value is (46,241,78). Sum of RGB (Red+Green+Blue) = 46+241+78=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF14E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF14E is #D10EB1. Grayscale: #A4A4A4. Windows color (decimal): -13700786 or 5173550. OLE color: 5173550.

HSL color Cylindrical-coordinate representation of color #2EF14E: hue angle of 129.85º 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 #2EF14E is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB4624178-
CMYK0.8100.680.05
HSL129.85º87.44%56.27%-
HSV(B)129.85º80.91%94.51%-
XYZ33.9664.0417.78-
YUV164.1179.443.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 241 (94.53% from 255) = 66.03%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=12.60%
G=66.03%
B=21.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46241780.8100.680.05129.8587.4456.27
Hex2EF14E510445825738
Octal563611161210104520212770
Binary101110111100011001110101000101000100101100000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EF14E;
 }
 .AnyTagClassName
 {
   color: #2EF14E;
 }
</style>
background-color css

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

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

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

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

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

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