#2ef05b

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

Shades of Malachite #2EF05B

Tints of Malachite #2EF05B

Color information

#2EF05B (or 0x2EF05B) is unknown color: approx Malachite. HEX triplet: 2E, F0 and 5B. RGB value is (46,240,91). Sum of RGB (Red+Green+Blue) = 46+240+91=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF05B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF05B is #D10FA4. Grayscale: #A5A5A5. Windows color (decimal): -13701029 or 6025262. OLE color: 6025262.

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

Color convert

RGB4624091-
CMYK0.8100.620.06
HSL133.92º86.61%56.08%-
HSV(B)133.92º80.83%94.12%-
XYZ34.1863.6620.38-
YUV165.0186.2343.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.20%
GREEN value IS 240 (94.14% from 255) = 63.66%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=12.20%
G=63.66%
B=24.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46240910.8100.620.06133.9286.6156.08
Hex2EF05B5103E6865738
Octal56360133121076620612770
Binary10111011110000101101110100010111110110100001101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,91); }

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

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

 a { background-color: rgb(46,240,91); }

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

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

 span { border-color: rgb(46,240,91); }

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