#2BF65F

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

Shades of Malachite #2BF65F

Tints of Malachite #2BF65F

Color information

#2BF65F (or 0x2BF65F) is unknown color: approx Malachite. HEX triplet: 2B, F6 and 5F. RGB value is (43,246,95). Sum of RGB (Red+Green+Blue) = 43+246+95=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 246 (96.48% from 255 or 64.06% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF65F is #D409A0. Grayscale: #A8A8A8. Windows color (decimal): -13896097 or 6288939. OLE color: 6288939.

HSL color Cylindrical-coordinate representation of color #2BF65F: hue angle of 135.37º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF65F is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB4324695-
CMYK0.8300.610.04
HSL135.37º91.86%56.67%-
HSV(B)135.37º82.52%96.47%-
XYZ36.0267.2521.91-
YUV168.0986.7538.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.20%
GREEN value IS 246 (96.48% from 255) = 64.06%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=11.20%
G=64.06%
B=24.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43246950.8300.610.04135.3791.8656.67
Hex2BF65F5303D4875c39
Octal53366137123075420713471
Binary10101111110110101111110100110111101100100001111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,246,95); }

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

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

 a { background-color: rgb(43,246,95); }

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

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

 span { border-color: rgb(43,246,95); }

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