Html Css Color HEX #2EFA5C Malachite

📋 copy color: '#2EFA5C'

red 46 ◦ green 250 ◦ blue 92

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

Shades of Malachite #2EFA5C

Tints of Malachite #2EFA5C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.43%

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 11.86%
G = 64.43%
B = 23.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#2EFA5C (or 0x2EFA5C) is known color: Malachite. HEX triplet: 2E, FA and 5C. RGB value is (46,250,92). Sum of RGB (Red+Green+Blue) = 46+250+92=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA5C is #D105A3. Grayscale: #ABABAB. Windows color (decimal): -13698468 or 6093358. OLE color: 6093358.

HSL color Cylindrical-coordinate representation of color #2EFA5C: hue angle of 133.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA5C is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 92 -
CMYK 0.82 0 0.63 0.02
HSL 133.53º 0.95% 0.58% -
HSV(B) 133.53º 0.82% 0.98% -
XYZ 37.24 69.72 21.62 -
YUV 170.99 83.41 38.85 -
System Red Green Blue C M Y K H S L
Decimal 46 250 92 0.82 0 0.63 0.02 133.53 0.95 0.58
Hex 2E FA 5C 52 0 3F 2 86 5F 3A
Octal 56 372 134 122 0 77 2 206 137 72
Binary 101110 11111010 1011100 1010010 0 111111 10 10000110 1011111 111010

Color Harmonies of #2EFA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA5C

Black with #2EFA5C

Text Example


Text Example

White with #2EFA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,92); }

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

background-color css

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

 a { background-color: rgb(46,250,92); }

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

border-color css

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

 span { border-color: rgb(46,250,92); }

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