Html Css Color HEX #2EF05D Malachite

📋 copy color: '#2EF05D'

red 46 ◦ green 240 ◦ blue 93

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

Shades of Malachite #2EF05D

Tints of Malachite #2EF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 12.14%
G = 63.32%
B = 24.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#2EF05D (or 0x2EF05D) is known color: Malachite. HEX triplet: 2E, F0 and 5D. RGB value is (46,240,93). Sum of RGB (Red+Green+Blue) = 46+240+93=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF05D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF05D is #D10FA2. Grayscale: #A5A5A5. Windows color (decimal): -13701027 or 6156334. OLE color: 6156334.

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

Color convert

RGB 46 240 93 -
CMYK 0.81 0 0.61 0.06
HSL 134.54º 0.87% 0.56% -
HSV(B) 134.54º 0.81% 0.94% -
XYZ 34.26 63.69 20.84 -
YUV 165.24 87.23 42.95 -
System Red Green Blue C M Y K H S L
Decimal 46 240 93 0.81 0 0.61 0.06 134.54 0.87 0.56
Hex 2E F0 5D 51 0 3D 6 87 57 38
Octal 56 360 135 121 0 75 6 207 127 70
Binary 101110 11110000 1011101 1010001 0 111101 110 10000111 1010111 111000

Color Harmonies of #2EF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF05D

Black with #2EF05D

Text Example


Text Example

White with #2EF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,93); }

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

background-color css

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

 a { background-color: rgb(46,240,93); }

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

border-color css

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

 span { border-color: rgb(46,240,93); }

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