Html Css Color HEX #2EF666 Malachite

📋 copy color: '#2EF666'

red 46 ◦ green 246 ◦ blue 102

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

Shades of Malachite #2EF666

Tints of Malachite #2EF666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 11.68%
G = 62.44%
B = 25.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#2EF666 (or 0x2EF666) is known color: Malachite. HEX triplet: 2E, F6 and 66. RGB value is (46,246,102). Sum of RGB (Red+Green+Blue) = 46+246+102=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 246 (96.48% from 255 or 62.44% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF666 is #D10999. Grayscale: #AAAAAA. Windows color (decimal): -13699482 or 6747694. OLE color: 6747694.

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

Color convert

RGB 46 246 102 -
CMYK 0.81 0 0.59 0.04
HSL 136.8º 0.92% 0.57% -
HSV(B) 136.8º 0.81% 0.96% -
XYZ 36.48 67.45 23.67 -
YUV 169.78 89.74 39.71 -
System Red Green Blue C M Y K H S L
Decimal 46 246 102 0.81 0 0.59 0.04 136.8 0.92 0.57
Hex 2E F6 66 51 0 3B 4 89 5C 39
Octal 56 366 146 121 0 73 4 211 134 71
Binary 101110 11110110 1100110 1010001 0 111011 100 10001001 1011100 111001

Color Harmonies of #2EF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF666

Black with #2EF666

Text Example


Text Example

White with #2EF666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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