Html Css Color HEX #2ED951 Malachite

📋 copy color: '#2ED951'

red 46 ◦ green 217 ◦ blue 81

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

Shades of Malachite #2ED951

Tints of Malachite #2ED951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.08%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 13.37%
G = 63.08%
B = 23.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#2ED951 (or 0x2ED951) is known color: Malachite. HEX triplet: 2E, D9 and 51. RGB value is (46,217,81). Sum of RGB (Red+Green+Blue) = 46+217+81=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED951 is #D126AE. Grayscale: #969696. Windows color (decimal): -13706927 or 5364014. OLE color: 5364014.

HSL color Cylindrical-coordinate representation of color #2ED951: hue angle of 132.28º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED951 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 81 -
CMYK 0.79 0 0.63 0.15
HSL 132.28º 0.69% 0.52% -
HSV(B) 132.28º 0.79% 0.85% -
XYZ 27.42 50.8 16.14 -
YUV 150.37 88.85 53.56 -
System Red Green Blue C M Y K H S L
Decimal 46 217 81 0.79 0 0.63 0.15 132.28 0.69 0.52
Hex 2E D9 51 4F 0 3F F 84 45 34
Octal 56 331 121 117 0 77 17 204 105 64
Binary 101110 11011001 1010001 1001111 0 111111 1111 10000100 1000101 110100

Color Harmonies of #2ED951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED951

Black with #2ED951

Text Example


Text Example

White with #2ED951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,81); }

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

background-color css

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

 a { background-color: rgb(46,217,81); }

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

border-color css

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

 span { border-color: rgb(46,217,81); }

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