Html Css Color HEX #2EEC65 Malachite

📋 copy color: '#2EEC65'

red 46 ◦ green 236 ◦ blue 101

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

Shades of Malachite #2EEC65

Tints of Malachite #2EEC65

RGB

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

 GREEN value IS 236 (92.58% from 255) = 61.62%

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 12.01%
G = 61.62%
B = 26.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#2EEC65 (or 0x2EEC65) is known color: Malachite. HEX triplet: 2E, EC and 65. RGB value is (46,236,101). Sum of RGB (Red+Green+Blue) = 46+236+101=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 236 (92.58% from 255 or 61.62% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEC65 is #D1139A. Grayscale: #A4A4A4. Windows color (decimal): -13702043 or 6679598. OLE color: 6679598.

HSL color Cylindrical-coordinate representation of color #2EEC65: hue angle of 137.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC65 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 101 -
CMYK 0.81 0 0.57 0.07
HSL 137.37º 0.83% 0.55% -
HSV(B) 137.37º 0.81% 0.93% -
XYZ 33.47 61.51 22.42 -
YUV 163.8 92.55 43.98 -
System Red Green Blue C M Y K H S L
Decimal 46 236 101 0.81 0 0.57 0.07 137.37 0.83 0.55
Hex 2E EC 65 51 0 39 7 89 53 37
Octal 56 354 145 121 0 71 7 211 123 67
Binary 101110 11101100 1100101 1010001 0 111001 111 10001001 1010011 110111

Color Harmonies of #2EEC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC65

Black with #2EEC65

Text Example


Text Example

White with #2EEC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,101); }

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

background-color css

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

 a { background-color: rgb(46,236,101); }

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

border-color css

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

 span { border-color: rgb(46,236,101); }

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