Html Css Color HEX #2EF84B Malachite

📋 copy color: '#2EF84B'

red 46 ◦ green 248 ◦ blue 75

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

Shades of Malachite #2EF84B

Tints of Malachite #2EF84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 12.47%
G = 67.21%
B = 20.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#2EF84B (or 0x2EF84B) is known color: Malachite. HEX triplet: 2E, F8 and 4B. RGB value is (46,248,75). Sum of RGB (Red+Green+Blue) = 46+248+75=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF84B is #D107B4. Grayscale: #A8A8A8. Windows color (decimal): -13698997 or 4978734. OLE color: 4978734.

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

Color convert

RGB 46 248 75 -
CMYK 0.81 0 0.70 0.03
HSL 128.61º 0.94% 0.58% -
HSV(B) 128.61º 0.81% 0.97% -
XYZ 35.96 68.22 17.93 -
YUV 167.88 75.58 41.07 -
System Red Green Blue C M Y K H S L
Decimal 46 248 75 0.81 0 0.70 0.03 128.61 0.94 0.58
Hex 2E F8 4B 51 0 46 3 81 5E 3A
Octal 56 370 113 121 0 106 3 201 136 72
Binary 101110 11111000 1001011 1010001 0 1000110 11 10000001 1011110 111010

Color Harmonies of #2EF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF84B

Black with #2EF84B

Text Example


Text Example

White with #2EF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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