#2EF154

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

Shades of Malachite #2EF154

Tints of Malachite #2EF154

Color information

#2EF154 (or 0x2EF154) is unknown color: approx Malachite. HEX triplet: 2E, F1 and 54. RGB value is (46,241,84). Sum of RGB (Red+Green+Blue) = 46+241+84=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF154 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF154 is #D10EAB. Grayscale: #A5A5A5. Windows color (decimal): -13700780 or 5566766. OLE color: 5566766.

HSL color Cylindrical-coordinate representation of color #2EF154: hue angle of 131.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF154 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB4624184-
CMYK0.8100.650.05
HSL131.69º87.44%56.27%-
HSV(B)131.69º80.91%94.51%-
XYZ34.1864.1318.96-
YUV164.882.443.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 241 (94.53% from 255) = 64.96%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=12.40%
G=64.96%
B=22.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46241840.8100.650.05131.6987.4456.27
Hex2EF154510415845738
Octal563611241210101520412770
Binary101110111100011010100101000101000001101100001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,241,84); }

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

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

 a { background-color: rgb(46,241,84); }

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

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

 span { border-color: rgb(46,241,84); }

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