Html Css Color HEX #2EF868 Malachite

📋 copy color: '#2EF868'

red 46 ◦ green 248 ◦ blue 104

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

Shades of Malachite #2EF868

Tints of Malachite #2EF868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 11.56%
G = 62.31%
B = 26.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#2EF868 (or 0x2EF868) is known color: Malachite. HEX triplet: 2E, F8 and 68. RGB value is (46,248,104). Sum of RGB (Red+Green+Blue) = 46+248+104=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 248 (97.27% from 255 or 62.31% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF868 is #D10797. Grayscale: #ABABAB. Windows color (decimal): -13698968 or 6879278. OLE color: 6879278.

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

Color convert

RGB 46 248 104 -
CMYK 0.81 0 0.58 0.03
HSL 137.23º 0.94% 0.58% -
HSV(B) 137.23º 0.81% 0.97% -
XYZ 37.19 68.72 24.4 -
YUV 171.19 90.08 38.71 -
System Red Green Blue C M Y K H S L
Decimal 46 248 104 0.81 0 0.58 0.03 137.23 0.94 0.58
Hex 2E F8 68 51 0 3A 3 89 5E 3A
Octal 56 370 150 121 0 72 3 211 136 72
Binary 101110 11111000 1101000 1010001 0 111010 11 10001001 1011110 111010

Color Harmonies of #2EF868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF868

Black with #2EF868

Text Example


Text Example

White with #2EF868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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