#2CE962

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

Shades of Malachite #2CE962

Tints of Malachite #2CE962

Color information

#2CE962 (or 0x2CE962) is unknown color: approx Malachite. HEX triplet: 2C, E9 and 62. RGB value is (44,233,98). Sum of RGB (Red+Green+Blue) = 44+233+98=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE962 is #D3169D. Grayscale: #A1A1A1. Windows color (decimal): -13833886 or 6482220. OLE color: 6482220.

HSL color Cylindrical-coordinate representation of color #2CE962: hue angle of 137.14º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE962 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB4423398-
CMYK0.8100.580.09
HSL137.14º81.12%54.31%-
HSV(B)137.14º81.12%91.37%-
XYZ32.3859.721.37-
YUV161.192.3844.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 233 (91.41% from 255) = 62.13%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=11.73%
G=62.13%
B=26.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44233980.8100.580.09137.1481.1254.31
Hex2CE9625103A9895136
Octal543511421210721121112166
Binary101100111010011100010101000101110101001100010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,233,98); }

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

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

 a { background-color: rgb(44,233,98); }

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

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

 span { border-color: rgb(44,233,98); }

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