Html Css Color HEX #2EE850 Malachite

📋 copy color: '#2EE850'

red 46 ◦ green 232 ◦ blue 80

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

Shades of Malachite #2EE850

Tints of Malachite #2EE850

RGB

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

 GREEN value IS 232 (91.02% from 255) = 64.8%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 12.85%
G = 64.8%
B = 22.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2EE850 (or 0x2EE850) is known color: Malachite. HEX triplet: 2E, E8 and 50. RGB value is (46,232,80). Sum of RGB (Red+Green+Blue) = 46+232+80=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 232 (91.02% from 255 or 64.80% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE850 is #D117AF. Grayscale: #9F9F9F. Windows color (decimal): -13703088 or 5302318. OLE color: 5302318.

HSL color Cylindrical-coordinate representation of color #2EE850: hue angle of 130.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE850 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 232 80 -
CMYK 0.80 0 0.66 0.09
HSL 130.97º 0.8% 0.55% -
HSV(B) 130.97º 0.8% 0.91% -
XYZ 31.43 58.87 17.3 -
YUV 159.06 83.38 47.36 -
System Red Green Blue C M Y K H S L
Decimal 46 232 80 0.80 0 0.66 0.09 130.97 0.8 0.55
Hex 2E E8 50 50 0 42 9 83 50 37
Octal 56 350 120 120 0 102 11 203 120 67
Binary 101110 11101000 1010000 1010000 0 1000010 1001 10000011 1010000 110111

Color Harmonies of #2EE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE850

Black with #2EE850

Text Example


Text Example

White with #2EE850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,232,80); }

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

background-color css

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

 a { background-color: rgb(46,232,80); }

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

border-color css

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

 span { border-color: rgb(46,232,80); }

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