#2BE76C

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

Shades of Malachite #2BE76C

Tints of Malachite #2BE76C

Color information

#2BE76C (or 0x2BE76C) is unknown color: approx Malachite. HEX triplet: 2B, E7 and 6C. RGB value is (43,231,108). Sum of RGB (Red+Green+Blue) = 43+231+108=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE76C is #D41893. Grayscale: #A1A1A1. Windows color (decimal): -13899924 or 7137067. OLE color: 7137067.

HSL color Cylindrical-coordinate representation of color #2BE76C: hue angle of 140.74º 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 #2BE76C is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB43231108-
CMYK0.8100.530.09
HSL140.74º79.66%53.73%-
HSV(B)140.74º81.39%90.59%-
XYZ32.2858.7523.83-
YUV160.7798.2244-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.26%
GREEN value IS 231 (90.62% from 255) = 60.47%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=11.26%
G=60.47%
B=28.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal432311080.8100.530.09140.7479.6653.73
Hex2BE76C5103598d5036
Octal533471541210651121512066
Binary101011111001111101100101000101101011001100011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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