Html Css Color HEX #2EE566 Malachite

📋 copy color: '#2EE566'

red 46 ◦ green 229 ◦ blue 102

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

Shades of Malachite #2EE566

Tints of Malachite #2EE566

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.74%

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

R = 12.2%
G = 60.74%
B = 27.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#2EE566 (or 0x2EE566) is known color: Malachite. HEX triplet: 2E, E5 and 66. RGB value is (46,229,102). Sum of RGB (Red+Green+Blue) = 46+229+102=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE566 is #D11A99. Grayscale: #A0A0A0. Windows color (decimal): -13703834 or 6743342. OLE color: 6743342.

HSL color Cylindrical-coordinate representation of color #2EE566: hue angle of 138.36º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE566 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 102 -
CMYK 0.80 0 0.55 0.10
HSL 138.36º 0.78% 0.54% -
HSV(B) 138.36º 0.8% 0.9% -
XYZ 31.54 57.58 22.02 -
YUV 159.81 95.37 46.83 -
System Red Green Blue C M Y K H S L
Decimal 46 229 102 0.80 0 0.55 0.10 138.36 0.78 0.54
Hex 2E E5 66 50 0 37 A 8A 4E 36
Octal 56 345 146 120 0 67 12 212 116 66
Binary 101110 11100101 1100110 1010000 0 110111 1010 10001010 1001110 110110

Color Harmonies of #2EE566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE566

Black with #2EE566

Text Example


Text Example

White with #2EE566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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