Html Css Color HEX #2EED5D Malachite

📋 copy color: '#2EED5D'

red 46 ◦ green 237 ◦ blue 93

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

Shades of Malachite #2EED5D

Tints of Malachite #2EED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.03%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 12.23%
G = 63.03%
B = 24.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#2EED5D (or 0x2EED5D) is known color: Malachite. HEX triplet: 2E, ED and 5D. RGB value is (46,237,93). Sum of RGB (Red+Green+Blue) = 46+237+93=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED5D is #D112A2. Grayscale: #A3A3A3. Windows color (decimal): -13701795 or 6155566. OLE color: 6155566.

HSL color Cylindrical-coordinate representation of color #2EED5D: hue angle of 134.76º degrees, saturation: 0.84, 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 #2EED5D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 93 -
CMYK 0.81 0 0.61 0.07
HSL 134.76º 0.84% 0.55% -
HSV(B) 134.76º 0.81% 0.93% -
XYZ 33.39 61.94 20.55 -
YUV 163.48 88.22 44.21 -
System Red Green Blue C M Y K H S L
Decimal 46 237 93 0.81 0 0.61 0.07 134.76 0.84 0.55
Hex 2E ED 5D 51 0 3D 7 87 54 37
Octal 56 355 135 121 0 75 7 207 124 67
Binary 101110 11101101 1011101 1010001 0 111101 111 10000111 1010100 110111

Color Harmonies of #2EED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED5D

Black with #2EED5D

Text Example


Text Example

White with #2EED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,93); }

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

background-color css

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

 a { background-color: rgb(46,237,93); }

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

border-color css

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

 span { border-color: rgb(46,237,93); }

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