Html Css Color HEX #2EF154 Malachite

📋 copy color: '#2EF154'

red 46 ◦ green 241 ◦ blue 84

#2EF154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2EF154

Tints of Malachite #2EF154

RGB

 RED value IS 46 (18.36% from 255) = 12.4%

 GREEN value IS 241 (94.53% from 255) = 64.96%

 BLUE value IS 84 (33.2% from 255) = 22.64%

R = 12.4%
G = 64.96%
B = 22.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#2EF154 (or 0x2EF154) is known color: 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

RGB 46 241 84 -
CMYK 0.81 0 0.65 0.05
HSL 131.69º 0.87% 0.56% -
HSV(B) 131.69º 0.81% 0.95% -
XYZ 34.18 64.13 18.96 -
YUV 164.8 82.4 43.27 -
System Red Green Blue C M Y K H S L
Decimal 46 241 84 0.81 0 0.65 0.05 131.69 0.87 0.56
Hex 2E F1 54 51 0 41 5 84 57 38
Octal 56 361 124 121 0 101 5 204 127 70
Binary 101110 11110001 1010100 1010001 0 1000001 101 10000100 1010111 111000

Color Harmonies of #2EF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF154

Black with #2EF154

Text Example


Text Example

White with #2EF154

Text Example


Text Example

HTML Codes & Css Web 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>