#2BCE60

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

Shades of Malachite #2BCE60

Tints of Malachite #2BCE60

Color information

#2BCE60 (or 0x2BCE60) is unknown color: approx Malachite. HEX triplet: 2B, CE and 60. RGB value is (43,206,96). Sum of RGB (Red+Green+Blue) = 43+206+96=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE60 is #D4319F. Grayscale: #919191. Windows color (decimal): -13906336 or 6344235. OLE color: 6344235.

HSL color Cylindrical-coordinate representation of color #2BCE60: hue angle of 139.51º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE60 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB4320696-
CMYK0.7900.530.19
HSL139.51º65.46%48.82%-
HSV(B)139.51º79.13%80.78%-
XYZ25.1845.518.52-
YUV144.72100.555.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 206 (80.86% from 255) = 59.71%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=12.46%
G=59.71%
B=27.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43206960.7900.530.19139.5165.4648.82
Hex2BCE604F035138c4131
Octal533161401170652321410161
Binary1010111100111011000001001111011010110011100011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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