#2be260

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

Shades of Malachite #2BE260

Tints of Malachite #2BE260

Color information

#2BE260 (or 0x2BE260) is unknown color: approx Malachite. HEX triplet: 2B, E2 and 60. RGB value is (43,226,96). Sum of RGB (Red+Green+Blue) = 43+226+96=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE260 is #D41D9F. Grayscale: #9C9C9C. Windows color (decimal): -13901216 or 6349355. OLE color: 6349355.

HSL color Cylindrical-coordinate representation of color #2BE260: hue angle of 137.38º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE260 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB4322696-
CMYK0.8100.580.11
HSL137.38º75.93%52.75%-
HSV(B)137.38º80.97%88.63%-
XYZ30.355.7520.23-
YUV156.4693.8747.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.78%
GREEN value IS 226 (88.67% from 255) = 61.92%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=11.78%
G=61.92%
B=26.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43226960.8100.580.11137.3875.9352.75
Hex2BE2605103AB894c35
Octal533421401210721321111465
Binary101011111000101100000101000101110101011100010011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2be260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,96); }

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

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

 a { background-color: rgb(43,226,96); }

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

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

 span { border-color: rgb(43,226,96); }

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