Html Css Color HEX #2EEB4D Malachite

📋 copy color: '#2EEB4D'

red 46 ◦ green 235 ◦ blue 77

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

Shades of Malachite #2EEB4D

Tints of Malachite #2EEB4D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 65.64%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 12.85%
G = 65.64%
B = 21.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#2EEB4D (or 0x2EEB4D) is known color: Malachite. HEX triplet: 2E, EB and 4D. RGB value is (46,235,77). Sum of RGB (Red+Green+Blue) = 46+235+77=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 235 (92.19% from 255 or 65.64% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB4D is #D114B2. Grayscale: #A0A0A0. Windows color (decimal): -13702323 or 5106478. OLE color: 5106478.

HSL color Cylindrical-coordinate representation of color #2EEB4D: hue angle of 129.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB4D is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 77 -
CMYK 0.80 0 0.67 0.08
HSL 129.84º 0.83% 0.55% -
HSV(B) 129.84º 0.8% 0.92% -
XYZ 32.17 60.53 17.01 -
YUV 160.48 80.88 46.35 -
System Red Green Blue C M Y K H S L
Decimal 46 235 77 0.80 0 0.67 0.08 129.84 0.83 0.55
Hex 2E EB 4D 50 0 43 8 82 53 37
Octal 56 353 115 120 0 103 10 202 123 67
Binary 101110 11101011 1001101 1010000 0 1000011 1000 10000010 1010011 110111

Color Harmonies of #2EEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB4D

Black with #2EEB4D

Text Example


Text Example

White with #2EEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,77); }

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

background-color css

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

 a { background-color: rgb(46,235,77); }

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

border-color css

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

 span { border-color: rgb(46,235,77); }

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