#2EFF4F

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

Shades of Malachite #2EFF4F

Tints of Malachite #2EFF4F

Color information

#2EFF4F (or 0x2EFF4F) is unknown color: approx Malachite. HEX triplet: 2E, FF and 4F. RGB value is (46,255,79). Sum of RGB (Red+Green+Blue) = 46+255+79=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF4F is #D100B0. Grayscale: #ACACAC. Windows color (decimal): -13697201 or 5242670. OLE color: 5242670.

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

Color convert

RGB4625579-
CMYK0.8200.690
HSL129.47º100%59.02%-
HSV(B)129.47º81.96%100%-
XYZ38.372.6719.4-
YUV172.4475.2637.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 255 (100% from 255) = 67.11%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=12.11%
G=67.11%
B=20.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46255790.8200.690129.4710059.02
Hex2EFF4F52045081643b
Octal563771171220105020114473
Binary1011101111111110011111010010010001010100000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,255,79); }

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

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

 a { background-color: rgb(46,255,79); }

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

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

 span { border-color: rgb(46,255,79); }

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