#2bce56

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

Shades of Malachite #2BCE56

Tints of Malachite #2BCE56

Color information

#2BCE56 (or 0x2BCE56) is unknown color: approx Malachite. HEX triplet: 2B, CE and 56. RGB value is (43,206,86). Sum of RGB (Red+Green+Blue) = 43+206+86=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE56 is #D431A9. Grayscale: #8F8F8F. Windows color (decimal): -13906346 or 5688875. OLE color: 5688875.

HSL color Cylindrical-coordinate representation of color #2BCE56: hue angle of 135.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE56 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB4320686-
CMYK0.7900.580.19
HSL135.83º65.46%48.82%-
HSV(B)135.83º79.13%80.78%-
XYZ24.7545.3316.25-
YUV143.5895.556.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 206 (80.86% from 255) = 61.49%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=12.84%
G=61.49%
B=25.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43206860.7900.580.19135.8365.4648.82
Hex2BCE564F03A13884131
Octal533161261170722321010161
Binary1010111100111010101101001111011101010011100010001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bce56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,206,86); }

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

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

 a { background-color: rgb(43,206,86); }

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

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

 span { border-color: rgb(43,206,86); }

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