Html Css Color HEX #2BDC6D Malachite

📋 copy color: '#2BDC6D'

red 43 ◦ green 220 ◦ blue 109

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

Shades of Malachite #2BDC6D

Tints of Malachite #2BDC6D

RGB

 RED value IS 43 (17.19% from 255) = 11.56%

 GREEN value IS 220 (86.33% from 255) = 59.14%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 11.56%
G = 59.14%
B = 29.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#2BDC6D (or 0x2BDC6D) is known color: Malachite. HEX triplet: 2B, DC and 6D. RGB value is (43,220,109). Sum of RGB (Red+Green+Blue) = 43+220+109=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC6D is #D42392. Grayscale: #9A9A9A. Windows color (decimal): -13902739 or 7199787. OLE color: 7199787.

HSL color Cylindrical-coordinate representation of color #2BDC6D: hue angle of 142.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC6D is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 109 -
CMYK 0.80 0 0.50 0.14
HSL 142.37º 0.72% 0.52% -
HSV(B) 142.37º 0.8% 0.86% -
XYZ 29.35 52.8 23.11 -
YUV 154.42 102.36 48.53 -
System Red Green Blue C M Y K H S L
Decimal 43 220 109 0.80 0 0.50 0.14 142.37 0.72 0.52
Hex 2B DC 6D 50 0 32 E 8E 48 34
Octal 53 334 155 120 0 62 16 216 110 64
Binary 101011 11011100 1101101 1010000 0 110010 1110 10001110 1001000 110100

Color Harmonies of #2BDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC6D

Black with #2BDC6D

Text Example


Text Example

White with #2BDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,220,109); }

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

background-color css

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

 a { background-color: rgb(43,220,109); }

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

border-color css

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

 span { border-color: rgb(43,220,109); }

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