#2EEA65

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

Shades of Malachite #2EEA65

Tints of Malachite #2EEA65

Color information

#2EEA65 (or 0x2EEA65) is unknown color: approx Malachite. HEX triplet: 2E, EA and 65. RGB value is (46,234,101). Sum of RGB (Red+Green+Blue) = 46+234+101=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA65 is #D1159A. Grayscale: #A2A2A2. Windows color (decimal): -13702555 or 6679086. OLE color: 6679086.

HSL color Cylindrical-coordinate representation of color #2EEA65: hue angle of 137.55º 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 #2EEA65 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB46234101-
CMYK0.8000.570.08
HSL137.55º81.74%54.9%-
HSV(B)137.55º80.34%91.76%-
XYZ32.960.3722.23-
YUV162.6393.2244.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 234 (91.80% from 255) = 61.42%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=12.07%
G=61.42%
B=26.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462341010.8000.570.08137.5581.7454.9
Hex2EEA655003988a5237
Octal563521451200711021212267
Binary101110111010101100101101000001110011000100010101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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