#2BEC6B

Color #2BEC6B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2BEC6B

Tints of Malachite #2BEC6B

Color information

#2BEC6B (or 0x2BEC6B) is unknown color: approx Malachite. HEX triplet: 2B, EC and 6B. RGB value is (43,236,107). Sum of RGB (Red+Green+Blue) = 43+236+107=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC6B is #D41394. Grayscale: #A3A3A3. Windows color (decimal): -13898645 or 7072811. OLE color: 7072811.

HSL color Cylindrical-coordinate representation of color #2BEC6B: hue angle of 139.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC6B is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB43236107-
CMYK0.8200.550.07
HSL139.9º83.55%54.71%-
HSV(B)139.9º81.78%92.55%-
XYZ33.6561.5724.02-
YUV163.5996.0641.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.14%
GREEN value IS 236 (92.58% from 255) = 61.14%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=11.14%
G=61.14%
B=27.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432361070.8200.550.07139.983.5554.71
Hex2BEC6B5203778c5437
Octal53354153122067721412467
Binary10101111101100110101110100100110111111100011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BEC6B;
 }
 .AnyTagClassName
 {
   color: #2BEC6B;
 }
</style>
background-color css

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

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

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

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

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

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