Html Css Color HEX #2EF858 Malachite

📋 copy color: '#2EF858'

red 46 ◦ green 248 ◦ blue 88

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

Shades of Malachite #2EF858

Tints of Malachite #2EF858

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

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

R = 12.04%
G = 64.92%
B = 23.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#2EF858 (or 0x2EF858) is known color: Malachite. HEX triplet: 2E, F8 and 58. RGB value is (46,248,88). Sum of RGB (Red+Green+Blue) = 46+248+88=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF858 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF858 is #D107A7. Grayscale: #A9A9A9. Windows color (decimal): -13698984 or 5830702. OLE color: 5830702.

HSL color Cylindrical-coordinate representation of color #2EF858: hue angle of 132.48º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF858 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 88 -
CMYK 0.81 0 0.65 0.03
HSL 132.48º 0.94% 0.58% -
HSV(B) 132.48º 0.81% 0.97% -
XYZ 36.46 68.42 20.52 -
YUV 169.36 82.08 40.01 -
System Red Green Blue C M Y K H S L
Decimal 46 248 88 0.81 0 0.65 0.03 132.48 0.94 0.58
Hex 2E F8 58 51 0 41 3 84 5E 3A
Octal 56 370 130 121 0 101 3 204 136 72
Binary 101110 11111000 1011000 1010001 0 1000001 11 10000100 1011110 111010

Color Harmonies of #2EF858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF858

Black with #2EF858

Text Example


Text Example

White with #2EF858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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