#2EEA55

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

Shades of Malachite #2EEA55

Tints of Malachite #2EEA55

Color information

#2EEA55 (or 0x2EEA55) is unknown color: approx Malachite. HEX triplet: 2E, EA and 55. RGB value is (46,234,85). Sum of RGB (Red+Green+Blue) = 46+234+85=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA55 is #D115AA. Grayscale: #A1A1A1. Windows color (decimal): -13702571 or 5630510. OLE color: 5630510.

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

Color convert

RGB4623485-
CMYK0.8000.640.08
HSL132.45º81.74%54.9%-
HSV(B)132.45º80.34%91.76%-
XYZ32.1960.0818.49-
YUV160.885.2246.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 234 (91.80% from 255) = 64.11%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=12.60%
G=64.11%
B=23.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46234850.8000.640.08132.4581.7454.9
Hex2EEA55500408845237
Octal5635212512001001020412267
Binary1011101110101010101011010000010000001000100001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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