#2eea6c

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

Shades of Malachite #2EEA6C

Tints of Malachite #2EEA6C

Color information

#2EEA6C (or 0x2EEA6C) is unknown color: approx Malachite. HEX triplet: 2E, EA and 6C. RGB value is (46,234,108). Sum of RGB (Red+Green+Blue) = 46+234+108=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 234 (91.80% from 255 or 60.31% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA6C is #D11593. Grayscale: #A3A3A3. Windows color (decimal): -13702548 or 7137838. OLE color: 7137838.

HSL color Cylindrical-coordinate representation of color #2EEA6C: hue angle of 139.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA6C is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB46234108-
CMYK0.8000.540.08
HSL139.79º81.74%54.9%-
HSV(B)139.79º80.34%91.76%-
XYZ33.2660.5124.11-
YUV163.4296.7244.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 234 (91.80% from 255) = 60.31%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=11.86%
G=60.31%
B=27.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462341080.8000.540.08139.7981.7454.9
Hex2EEA6C5003688c5237
Octal563521541200661021412267
Binary101110111010101101100101000001101101000100011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eea6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,234,108); }

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

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

 a { background-color: rgb(46,234,108); }

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

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

 span { border-color: rgb(46,234,108); }

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