Html Css Color HEX #2EF150 Malachite

📋 copy color: '#2EF150'

red 46 ◦ green 241 ◦ blue 80

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

Shades of Malachite #2EF150

Tints of Malachite #2EF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 12.53%
G = 65.67%
B = 21.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#2EF150 (or 0x2EF150) is known color: Malachite. HEX triplet: 2E, F1 and 50. RGB value is (46,241,80). Sum of RGB (Red+Green+Blue) = 46+241+80=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF150 is #D10EAF. Grayscale: #A4A4A4. Windows color (decimal): -13700784 or 5304622. OLE color: 5304622.

HSL color Cylindrical-coordinate representation of color #2EF150: hue angle of 130.46º 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 #2EF150 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 80 -
CMYK 0.81 0 0.67 0.05
HSL 130.46º 0.87% 0.56% -
HSV(B) 130.46º 0.81% 0.95% -
XYZ 34.03 64.07 18.16 -
YUV 164.34 80.4 43.59 -
System Red Green Blue C M Y K H S L
Decimal 46 241 80 0.81 0 0.67 0.05 130.46 0.87 0.56
Hex 2E F1 50 51 0 43 5 82 57 38
Octal 56 361 120 121 0 103 5 202 127 70
Binary 101110 11110001 1010000 1010001 0 1000011 101 10000010 1010111 111000

Color Harmonies of #2EF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF150

Black with #2EF150

Text Example


Text Example

White with #2EF150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EF150;
 }
 .AnyTagClassName
 {
   color: #2EF150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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