Html Css Color HEX #2EF266 Malachite

📋 copy color: '#2EF266'

red 46 ◦ green 242 ◦ blue 102

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

Shades of Malachite #2EF266

Tints of Malachite #2EF266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.05%

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

R = 11.79%
G = 62.05%
B = 26.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#2EF266 (or 0x2EF266) is known color: Malachite. HEX triplet: 2E, F2 and 66. RGB value is (46,242,102). Sum of RGB (Red+Green+Blue) = 46+242+102=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF266 is #D10D99. Grayscale: #A7A7A7. Windows color (decimal): -13700506 or 6746670. OLE color: 6746670.

HSL color Cylindrical-coordinate representation of color #2EF266: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF266 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 102 -
CMYK 0.81 0 0.58 0.05
HSL 137.14º 0.88% 0.56% -
HSV(B) 137.14º 0.81% 0.95% -
XYZ 35.28 65.04 23.27 -
YUV 167.44 91.07 41.38 -
System Red Green Blue C M Y K H S L
Decimal 46 242 102 0.81 0 0.58 0.05 137.14 0.88 0.56
Hex 2E F2 66 51 0 3A 5 89 58 38
Octal 56 362 146 121 0 72 5 211 130 70
Binary 101110 11110010 1100110 1010001 0 111010 101 10001001 1011000 111000

Color Harmonies of #2EF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF266

Black with #2EF266

Text Example


Text Example

White with #2EF266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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