#2CE770

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

Shades of Malachite #2CE770

Tints of Malachite #2CE770

Color information

#2CE770 (or 0x2CE770) is unknown color: approx Malachite. HEX triplet: 2C, E7 and 70. RGB value is (44,231,112). Sum of RGB (Red+Green+Blue) = 44+231+112=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 231 (90.62% from 255 or 59.69% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE770 is #D3188F. Grayscale: #A1A1A1. Windows color (decimal): -13834384 or 7399212. OLE color: 7399212.

HSL color Cylindrical-coordinate representation of color #2CE770: hue angle of 141.82º degrees, saturation: 0.8, 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 #2CE770 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB44231112-
CMYK0.8100.520.09
HSL141.82º79.57%53.92%-
HSV(B)141.82º80.95%90.59%-
XYZ32.5458.8624.97-
YUV161.52100.0544.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.37%
GREEN value IS 231 (90.62% from 255) = 59.69%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=11.37%
G=59.69%
B=28.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal442311120.8100.520.09141.8279.5753.92
Hex2CE7705103498e5036
Octal543471601210641121612066
Binary101100111001111110000101000101101001001100011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,231,112); }

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

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

 a { background-color: rgb(44,231,112); }

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

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

 span { border-color: rgb(44,231,112); }

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