#2BF65C

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

Shades of Malachite #2BF65C

Tints of Malachite #2BF65C

Color information

#2BF65C (or 0x2BF65C) is unknown color: approx Malachite. HEX triplet: 2B, F6 and 5C. RGB value is (43,246,92). Sum of RGB (Red+Green+Blue) = 43+246+92=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF65C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF65C is #D409A3. Grayscale: #A8A8A8. Windows color (decimal): -13896100 or 6092331. OLE color: 6092331.

HSL color Cylindrical-coordinate representation of color #2BF65C: hue angle of 134.48º 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 #2BF65C is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB4324692-
CMYK0.8300.630.04
HSL134.48º91.86%56.67%-
HSV(B)134.48º82.52%96.47%-
XYZ35.8867.221.2-
YUV167.7585.2539.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 246 (96.48% from 255) = 64.57%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=11.29%
G=64.57%
B=24.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43246920.8300.630.04134.4891.8656.67
Hex2BF65C5303F4865c39
Octal53366134123077420613471
Binary10101111110110101110010100110111111100100001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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