Html Css Color HEX #2BE771 Malachite

📋 copy color: '#2BE771'

red 43 ◦ green 231 ◦ blue 113

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

Shades of Malachite #2BE771

Tints of Malachite #2BE771

RGB

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

 GREEN value IS 231 (90.63% from 255) = 59.69%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 11.11%
G = 59.69%
B = 29.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#2BE771 (or 0x2BE771) is known color: Malachite. HEX triplet: 2B, E7 and 71. RGB value is (43,231,113). Sum of RGB (Red+Green+Blue) = 43+231+113=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 231 (90.62% from 255 or 59.69% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE771 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE771 is #D4188E. Grayscale: #A1A1A1. Windows color (decimal): -13899919 or 7464747. OLE color: 7464747.

HSL color Cylindrical-coordinate representation of color #2BE771: hue angle of 142.34º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE771 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 113 -
CMYK 0.81 0 0.51 0.09
HSL 142.34º 0.8% 0.54% -
HSV(B) 142.34º 0.81% 0.91% -
XYZ 32.55 58.86 25.27 -
YUV 161.34 100.72 43.59 -
System Red Green Blue C M Y K H S L
Decimal 43 231 113 0.81 0 0.51 0.09 142.34 0.8 0.54
Hex 2B E7 71 51 0 33 9 8E 50 36
Octal 53 347 161 121 0 63 11 216 120 66
Binary 101011 11100111 1110001 1010001 0 110011 1001 10001110 1010000 110110

Color Harmonies of #2BE771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE771

Black with #2BE771

Text Example


Text Example

White with #2BE771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,231,113); }

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

background-color css

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

 a { background-color: rgb(43,231,113); }

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

border-color css

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

 span { border-color: rgb(43,231,113); }

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