Html Css Color HEX #2EF358 Malachite

📋 copy color: '#2EF358'

red 46 ◦ green 243 ◦ blue 88

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

Shades of Malachite #2EF358

Tints of Malachite #2EF358

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.46%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 12.2%
G = 64.46%
B = 23.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#2EF358 (or 0x2EF358) is known color: Malachite. HEX triplet: 2E, F3 and 58. RGB value is (46,243,88). Sum of RGB (Red+Green+Blue) = 46+243+88=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF358 is #D10CA7. Grayscale: #A6A6A6. Windows color (decimal): -13700264 or 5829422. OLE color: 5829422.

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

Color convert

RGB 46 243 88 -
CMYK 0.81 0 0.64 0.05
HSL 132.79º 0.89% 0.57% -
HSV(B) 132.79º 0.81% 0.95% -
XYZ 34.94 65.39 20.01 -
YUV 166.43 83.73 42.1 -
System Red Green Blue C M Y K H S L
Decimal 46 243 88 0.81 0 0.64 0.05 132.79 0.89 0.57
Hex 2E F3 58 51 0 40 5 85 59 39
Octal 56 363 130 121 0 100 5 205 131 71
Binary 101110 11110011 1011000 1010001 0 1000000 101 10000101 1011001 111001

Color Harmonies of #2EF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF358

Black with #2EF358

Text Example


Text Example

White with #2EF358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,88); }

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

background-color css

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

 a { background-color: rgb(46,243,88); }

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

border-color css

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

 span { border-color: rgb(46,243,88); }

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