#2EF14B

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

Shades of Malachite #2EF14B

Tints of Malachite #2EF14B

Color information

#2EF14B (or 0x2EF14B) is unknown color: approx Malachite. HEX triplet: 2E, F1 and 4B. RGB value is (46,241,75). Sum of RGB (Red+Green+Blue) = 46+241+75=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF14B is #D10EB4. Grayscale: #A4A4A4. Windows color (decimal): -13700789 or 4976942. OLE color: 4976942.

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

Color convert

RGB4624175-
CMYK0.8100.690.05
HSL128.92º87.44%56.27%-
HSV(B)128.92º80.91%94.51%-
XYZ33.856417.23-
YUV163.7777.944-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 241 (94.53% from 255) = 66.57%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=12.71%
G=66.57%
B=20.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46241750.8100.690.05128.9287.4456.27
Hex2EF14B510455815738
Octal563611131210105520112770
Binary101110111100011001011101000101000101101100000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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