#2EEB62

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

Shades of Malachite #2EEB62

Tints of Malachite #2EEB62

Color information

#2EEB62 (or 0x2EEB62) is unknown color: approx Malachite. HEX triplet: 2E, EB and 62. RGB value is (46,235,98). Sum of RGB (Red+Green+Blue) = 46+235+98=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 235 (92.19% from 255 or 62.01% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB62 is #D1149D. Grayscale: #A3A3A3. Windows color (decimal): -13702302 or 6482734. OLE color: 6482734.

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

Color convert

RGB4623598-
CMYK0.8000.580.08
HSL136.51º82.53%55.1%-
HSV(B)136.51º80.43%92.16%-
XYZ33.0460.8821.56-
YUV162.8791.3844.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 235 (92.19% from 255) = 62.01%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=12.14%
G=62.01%
B=25.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46235980.8000.580.08136.5182.5355.1
Hex2EEB625003A8895337
Octal563531421200721021112367
Binary101110111010111100010101000001110101000100010011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,235,98); }

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

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

 a { background-color: rgb(46,235,98); }

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

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

 span { border-color: rgb(46,235,98); }

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