#2BE456

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

Shades of Malachite #2BE456

Tints of Malachite #2BE456

Color information

#2BE456 (or 0x2BE456) is unknown color: approx Malachite. HEX triplet: 2B, E4 and 56. RGB value is (43,228,86). Sum of RGB (Red+Green+Blue) = 43+228+86=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE456 is #D41BA9. Grayscale: #9C9C9C. Windows color (decimal): -13900714 or 5694507. OLE color: 5694507.

HSL color Cylindrical-coordinate representation of color #2BE456: hue angle of 133.95º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE456 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB4322886-
CMYK0.8100.620.11
HSL133.95º77.41%53.14%-
HSV(B)133.95º81.14%89.41%-
XYZ30.4256.6718.14-
YUV156.588.2147.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 228 (89.45% from 255) = 63.87%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=12.04%
G=63.87%
B=24.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43228860.8100.620.11133.9577.4153.14
Hex2BE4565103EB864d35
Octal533441261210761320611565
Binary101011111001001010110101000101111101011100001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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