Html Css Color HEX #2BE06B Malachite

📋 copy color: '#2BE06B'

red 43 ◦ green 224 ◦ blue 107

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

Shades of Malachite #2BE06B

Tints of Malachite #2BE06B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.89%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 11.5%
G = 59.89%
B = 28.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#2BE06B (or 0x2BE06B) is known color: Malachite. HEX triplet: 2B, E0 and 6B. RGB value is (43,224,107). Sum of RGB (Red+Green+Blue) = 43+224+107=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE06B is #D41F94. Grayscale: #9C9C9C. Windows color (decimal): -13901717 or 7069739. OLE color: 7069739.

HSL color Cylindrical-coordinate representation of color #2BE06B: hue angle of 141.22º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE06B is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 107 -
CMYK 0.81 0 0.52 0.12
HSL 141.22º 0.74% 0.52% -
HSV(B) 141.22º 0.81% 0.88% -
XYZ 30.31 54.89 22.91 -
YUV 156.54 100.03 47.01 -
System Red Green Blue C M Y K H S L
Decimal 43 224 107 0.81 0 0.52 0.12 141.22 0.74 0.52
Hex 2B E0 6B 51 0 34 C 8D 4A 34
Octal 53 340 153 121 0 64 14 215 112 64
Binary 101011 11100000 1101011 1010001 0 110100 1100 10001101 1001010 110100

Color Harmonies of #2BE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE06B

Black with #2BE06B

Text Example


Text Example

White with #2BE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,107); }

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

background-color css

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

 a { background-color: rgb(43,224,107); }

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

border-color css

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

 span { border-color: rgb(43,224,107); }

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