Html Css Color HEX #2EDF5B Malachite

📋 copy color: '#2EDF5B'

red 46 ◦ green 223 ◦ blue 91

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

Shades of Malachite #2EDF5B

Tints of Malachite #2EDF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.94%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 12.78%
G = 61.94%
B = 25.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2EDF5B (or 0x2EDF5B) is known color: Malachite. HEX triplet: 2E, DF and 5B. RGB value is (46,223,91). Sum of RGB (Red+Green+Blue) = 46+223+91=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF5B is #D120A4. Grayscale: #9B9B9B. Windows color (decimal): -13705381 or 6020910. OLE color: 6020910.

HSL color Cylindrical-coordinate representation of color #2EDF5B: hue angle of 135.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF5B is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 91 -
CMYK 0.79 0 0.59 0.13
HSL 135.25º 0.73% 0.53% -
HSV(B) 135.25º 0.79% 0.87% -
XYZ 29.4 54.11 18.79 -
YUV 155.03 91.86 50.23 -
System Red Green Blue C M Y K H S L
Decimal 46 223 91 0.79 0 0.59 0.13 135.25 0.73 0.53
Hex 2E DF 5B 4F 0 3B D 87 49 35
Octal 56 337 133 117 0 73 15 207 111 65
Binary 101110 11011111 1011011 1001111 0 111011 1101 10000111 1001001 110101

Color Harmonies of #2EDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF5B

Black with #2EDF5B

Text Example


Text Example

White with #2EDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,91); }

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

background-color css

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

 a { background-color: rgb(46,223,91); }

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

border-color css

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

 span { border-color: rgb(46,223,91); }

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