#2BE550

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

Shades of Malachite #2BE550

Tints of Malachite #2BE550

Color information

#2BE550 (or 0x2BE550) is unknown color: approx Malachite. HEX triplet: 2B, E5 and 50. RGB value is (43,229,80). Sum of RGB (Red+Green+Blue) = 43+229+80=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE550 is #D41AAF. Grayscale: #9C9C9C. Windows color (decimal): -13900464 or 5301547. OLE color: 5301547.

HSL color Cylindrical-coordinate representation of color #2BE550: hue angle of 131.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE550 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB4322980-
CMYK0.8100.650.10
HSL131.94º78.15%53.33%-
HSV(B)131.94º81.22%89.8%-
XYZ30.4657.1317.01-
YUV156.484.8847.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.22%
GREEN value IS 229 (89.84% from 255) = 65.06%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=12.22%
G=65.06%
B=22.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43229800.8100.650.10131.9478.1553.33
Hex2BE55051041A844e35
Octal5334512012101011220411665
Binary1010111110010110100001010001010000011010100001001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,229,80); }

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

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

 a { background-color: rgb(43,229,80); }

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

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

 span { border-color: rgb(43,229,80); }

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