Html Css Color HEX #2EF661 Malachite

📋 copy color: '#2EF661'

red 46 ◦ green 246 ◦ blue 97

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

Shades of Malachite #2EF661

Tints of Malachite #2EF661

RGB

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

 GREEN value IS 246 (96.48% from 255) = 63.24%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 11.83%
G = 63.24%
B = 24.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#2EF661 (or 0x2EF661) is known color: Malachite. HEX triplet: 2E, F6 and 61. RGB value is (46,246,97). Sum of RGB (Red+Green+Blue) = 46+246+97=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF661 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF661 is #D1099E. Grayscale: #A9A9A9. Windows color (decimal): -13699487 or 6420014. OLE color: 6420014.

HSL color Cylindrical-coordinate representation of color #2EF661: hue angle of 135.3º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF661 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 246 97 -
CMYK 0.81 0 0.61 0.04
HSL 135.3º 0.92% 0.57% -
HSV(B) 135.3º 0.81% 0.96% -
XYZ 36.24 67.36 22.4 -
YUV 169.21 87.24 40.12 -
System Red Green Blue C M Y K H S L
Decimal 46 246 97 0.81 0 0.61 0.04 135.3 0.92 0.57
Hex 2E F6 61 51 0 3D 4 87 5C 39
Octal 56 366 141 121 0 75 4 207 134 71
Binary 101110 11110110 1100001 1010001 0 111101 100 10000111 1011100 111001

Color Harmonies of #2EF661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF661

Black with #2EF661

Text Example


Text Example

White with #2EF661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,246,97); }

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

background-color css

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

 a { background-color: rgb(46,246,97); }

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

border-color css

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

 span { border-color: rgb(46,246,97); }

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