#2CE654

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

Shades of Malachite #2CE654

Tints of Malachite #2CE654

Color information

#2CE654 (or 0x2CE654) is unknown color: approx Malachite. HEX triplet: 2C, E6 and 54. RGB value is (44,230,84). Sum of RGB (Red+Green+Blue) = 44+230+84=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 230 (90.23% from 255 or 64.25% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE654 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE654 is #D319AB. Grayscale: #9E9E9E. Windows color (decimal): -13834668 or 5563948. OLE color: 5563948.

HSL color Cylindrical-coordinate representation of color #2CE654: hue angle of 132.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE654 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB4423084-
CMYK0.8100.630.10
HSL132.9º78.81%53.73%-
HSV(B)132.9º80.87%90.2%-
XYZ30.9457.7717.91-
YUV157.7486.3846.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 230 (90.23% from 255) = 64.25%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=12.29%
G=64.25%
B=23.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal44230840.8100.630.10132.978.8153.73
Hex2CE6545103FA854f36
Octal543461241210771220511766
Binary101100111001101010100101000101111111010100001011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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