#2BF05A

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

Shades of Malachite #2BF05A

Tints of Malachite #2BF05A

Color information

#2BF05A (or 0x2BF05A) is unknown color: approx Malachite. HEX triplet: 2B, F0 and 5A. RGB value is (43,240,90). Sum of RGB (Red+Green+Blue) = 43+240+90=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF05A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF05A is #D40FA5. Grayscale: #A4A4A4. Windows color (decimal): -13897638 or 5959723. OLE color: 5959723.

HSL color Cylindrical-coordinate representation of color #2BF05A: hue angle of 134.31º degrees, saturation: 0.87, 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 #2BF05A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB4324090-
CMYK0.8200.620.06
HSL134.31º86.78%55.49%-
HSV(B)134.31º82.08%94.12%-
XYZ3463.5720.15-
YUV16486.2341.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.53%
GREEN value IS 240 (94.14% from 255) = 64.34%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=11.53%
G=64.34%
B=24.13%

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
Decimal43240900.8200.620.06134.3186.7855.49
Hex2BF05A5203E6865737
Octal53360132122076620612767
Binary10101111110000101101010100100111110110100001101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,240,90); }

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

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

 a { background-color: rgb(43,240,90); }

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

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

 span { border-color: rgb(43,240,90); }

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