#2CEA68

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

Shades of Malachite #2CEA68

Tints of Malachite #2CEA68

Color information

#2CEA68 (or 0x2CEA68) is unknown color: approx Malachite. HEX triplet: 2C, EA and 68. RGB value is (44,234,104). Sum of RGB (Red+Green+Blue) = 44+234+104=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA68 is #D31597. Grayscale: #A2A2A2. Windows color (decimal): -13833624 or 6875692. OLE color: 6875692.

HSL color Cylindrical-coordinate representation of color #2CEA68: hue angle of 138.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA68 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB44234104-
CMYK0.8100.560.08
HSL138.95º81.9%54.51%-
HSV(B)138.95º81.2%91.76%-
XYZ32.9660.3823.01-
YUV162.3795.0543.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.52%
GREEN value IS 234 (91.80% from 255) = 61.26%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=11.52%
G=61.26%
B=27.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal442341040.8100.560.08138.9581.954.51
Hex2CEA685103888b5237
Octal543521501210701021312267
Binary101100111010101101000101000101110001000100010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,234,104); }

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

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

 a { background-color: rgb(44,234,104); }

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

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

 span { border-color: rgb(44,234,104); }

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