#2EF170

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

Shades of Malachite #2EF170

Tints of Malachite #2EF170

Color information

#2EF170 (or 0x2EF170) is unknown color: approx Malachite. HEX triplet: 2E, F1 and 70. RGB value is (46,241,112). Sum of RGB (Red+Green+Blue) = 46+241+112=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF170 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF170 is #D10E8F. Grayscale: #A8A8A8. Windows color (decimal): -13700752 or 7401774. OLE color: 7401774.

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

Color convert

RGB46241112-
CMYK0.8100.540.05
HSL140.31º87.44%56.27%-
HSV(B)140.31º80.91%94.51%-
XYZ35.5164.6625.94-
YUV167.9996.440.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 241 (94.53% from 255) = 60.40%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=11.53%
G=60.40%
B=28.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462411120.8100.540.05140.3187.4456.27
Hex2EF1705103658c5738
Octal56361160121066521412770
Binary10111011110001111000010100010110110101100011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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