#2EFD64

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

Shades of Malachite #2EFD64

Tints of Malachite #2EFD64

Color information

#2EFD64 (or 0x2EFD64) is unknown color: approx Malachite. HEX triplet: 2E, FD and 64. RGB value is (46,253,100). Sum of RGB (Red+Green+Blue) = 46+253+100=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 253 (99.22% from 255 or 63.41% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD64 is #D1029B. Grayscale: #AEAEAE. Windows color (decimal): -13697692 or 6618414. OLE color: 6618414.

HSL color Cylindrical-coordinate representation of color #2EFD64: hue angle of 135.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD64 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB46253100-
CMYK0.8200.600.01
HSL135.65º98.1%58.63%-
HSV(B)135.65º81.82%99.22%-
XYZ38.5571.7523.87-
YUV173.6686.4236.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 253 (99.22% from 255) = 63.41%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=11.53%
G=63.41%
B=25.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462531000.8200.600.01135.6598.158.63
Hex2EFD645203C188623b
Octal56375144122074121014273
Binary101110111111011100100101001001111001100010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,253,100); }

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

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

 a { background-color: rgb(46,253,100); }

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

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

 span { border-color: rgb(46,253,100); }

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