#2bef5b

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

Shades of Malachite #2BEF5B

Tints of Malachite #2BEF5B

Color information

#2BEF5B (or 0x2BEF5B) is unknown color: approx Malachite. HEX triplet: 2B, EF and 5B. RGB value is (43,239,91). Sum of RGB (Red+Green+Blue) = 43+239+91=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF5B is #D410A4. Grayscale: #A3A3A3. Windows color (decimal): -13897893 or 6025003. OLE color: 6025003.

HSL color Cylindrical-coordinate representation of color #2BEF5B: hue angle of 134.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF5B is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB4323991-
CMYK0.8200.620.06
HSL134.69º85.96%55.29%-
HSV(B)134.69º82.01%93.73%-
XYZ33.756320.28-
YUV163.5287.0742.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.53%
GREEN value IS 239 (93.75% from 255) = 64.08%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=11.53%
G=64.08%
B=24.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43239910.8200.620.06134.6985.9655.29
Hex2BEF5B5203E6875637
Octal53357133122076620712667
Binary10101111101111101101110100100111110110100001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bef5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,239,91); }

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

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

 a { background-color: rgb(43,239,91); }

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

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

 span { border-color: rgb(43,239,91); }

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