#2eef4c

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

Shades of Malachite #2EEF4C

Tints of Malachite #2EEF4C

Color information

#2EEF4C (or 0x2EEF4C) is unknown color: approx Malachite. HEX triplet: 2E, EF and 4C. RGB value is (46,239,76). Sum of RGB (Red+Green+Blue) = 46+239+76=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 239 (93.75% from 255 or 66.20% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF4C is #D110B3. Grayscale: #A3A3A3. Windows color (decimal): -13701300 or 5041966. OLE color: 5041966.

HSL color Cylindrical-coordinate representation of color #2EEF4C: hue angle of 129.33º degrees, saturation: 0.86, 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 #2EEF4C is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB4623976-
CMYK0.8100.680.06
HSL129.33º85.78%55.88%-
HSV(B)129.33º80.75%93.73%-
XYZ33.362.8417.21-
YUV162.7179.0644.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.74%
GREEN value IS 239 (93.75% from 255) = 66.20%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=12.74%
G=66.20%
B=21.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46239760.8100.680.06129.3385.7855.88
Hex2EEF4C510446815638
Octal563571141210104620112670
Binary101110111011111001100101000101000100110100000011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eef4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,76); }

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

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

 a { background-color: rgb(46,239,76); }

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

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

 span { border-color: rgb(46,239,76); }

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