#2ef468

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

Shades of Malachite #2EF468

Tints of Malachite #2EF468

Color information

#2EF468 (or 0x2EF468) is unknown color: approx Malachite. HEX triplet: 2E, F4 and 68. RGB value is (46,244,104). Sum of RGB (Red+Green+Blue) = 46+244+104=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF468 is #D10B97. Grayscale: #A9A9A9. Windows color (decimal): -13699992 or 6878254. OLE color: 6878254.

HSL color Cylindrical-coordinate representation of color #2EF468: hue angle of 137.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF468 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB46244104-
CMYK0.8100.570.04
HSL137.58º90%56.86%-
HSV(B)137.58º81.15%95.69%-
XYZ35.9866.2823.99-
YUV168.8491.440.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 244 (95.70% from 255) = 61.93%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=11.68%
G=61.93%
B=26.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal462441040.8100.570.04137.589056.86
Hex2EF4685103948a5a39
Octal56364150121071421213271
Binary10111011110100110100010100010111001100100010101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,244,104); }

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

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

 a { background-color: rgb(46,244,104); }

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

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

 span { border-color: rgb(46,244,104); }

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