Html Css Color HEX #2BE96F Malachite

📋 copy color: '#2BE96F'

red 43 ◦ green 233 ◦ blue 111

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

Shades of Malachite #2BE96F

Tints of Malachite #2BE96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.21%

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 11.11%
G = 60.21%
B = 28.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#2BE96F (or 0x2BE96F) is known color: Malachite. HEX triplet: 2B, E9 and 6F. RGB value is (43,233,111). Sum of RGB (Red+Green+Blue) = 43+233+111=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 233 (91.41% from 255 or 60.21% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE96F is #D41690. Grayscale: #A2A2A2. Windows color (decimal): -13899409 or 7334187. OLE color: 7334187.

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

Color convert

RGB 43 233 111 -
CMYK 0.82 0 0.52 0.09
HSL 141.47º 0.81% 0.54% -
HSV(B) 141.47º 0.82% 0.91% -
XYZ 33 59.94 24.87 -
YUV 162.28 99.05 42.92 -
System Red Green Blue C M Y K H S L
Decimal 43 233 111 0.82 0 0.52 0.09 141.47 0.81 0.54
Hex 2B E9 6F 52 0 34 9 8D 51 36
Octal 53 351 157 122 0 64 11 215 121 66
Binary 101011 11101001 1101111 1010010 0 110100 1001 10001101 1010001 110110

Color Harmonies of #2BE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE96F

Black with #2BE96F

Text Example


Text Example

White with #2BE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,111); }

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

background-color css

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

 a { background-color: rgb(43,233,111); }

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

border-color css

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

 span { border-color: rgb(43,233,111); }

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