#2CE954

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

Shades of Malachite #2CE954

Tints of Malachite #2CE954

Color information

#2CE954 (or 0x2CE954) is unknown color: approx Malachite. HEX triplet: 2C, E9 and 54. RGB value is (44,233,84). Sum of RGB (Red+Green+Blue) = 44+233+84=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE954 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE954 is #D316AB. Grayscale: #9F9F9F. Windows color (decimal): -13833900 or 5564716. OLE color: 5564716.

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

Color convert

RGB4423384-
CMYK0.8100.640.09
HSL132.7º81.12%54.31%-
HSV(B)132.7º81.12%91.37%-
XYZ31.7859.4518.19-
YUV159.585.3845.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.19%
GREEN value IS 233 (91.41% from 255) = 64.54%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=12.19%
G=64.54%
B=23.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44233840.8100.640.09132.781.1254.31
Hex2CE954510409855136
Octal5435112412101001120512166
Binary1011001110100110101001010001010000001001100001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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