#2EFD60

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

Shades of Malachite #2EFD60

Tints of Malachite #2EFD60

Color information

#2EFD60 (or 0x2EFD60) is unknown color: approx Malachite. HEX triplet: 2E, FD and 60. RGB value is (46,253,96). Sum of RGB (Red+Green+Blue) = 46+253+96=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 253 (99.22% from 255 or 64.05% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD60 is #D1029F. Grayscale: #ADADAD. Windows color (decimal): -13697696 or 6356270. OLE color: 6356270.

HSL color Cylindrical-coordinate representation of color #2EFD60: hue angle of 134.49º 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 #2EFD60 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB4625396-
CMYK0.8200.620.01
HSL134.49º98.1%58.63%-
HSV(B)134.49º81.82%99.22%-
XYZ38.3671.6822.88-
YUV173.2184.4237.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.65%
GREEN value IS 253 (99.22% from 255) = 64.05%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=11.65%
G=64.05%
B=24.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal46253960.8200.620.01134.4998.158.63
Hex2EFD605203E186623b
Octal56375140122076120614273
Binary101110111111011100000101001001111101100001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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