#2CF35B

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

Shades of Malachite #2CF35B

Tints of Malachite #2CF35B

Color information

#2CF35B (or 0x2CF35B) is unknown color: approx Malachite. HEX triplet: 2C, F3 and 5B. RGB value is (44,243,91). Sum of RGB (Red+Green+Blue) = 44+243+91=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF35B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF35B is #D30CA4. Grayscale: #A6A6A6. Windows color (decimal): -13831333 or 6026028. OLE color: 6026028.

HSL color Cylindrical-coordinate representation of color #2CF35B: hue angle of 134.17º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF35B is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB4424391-
CMYK0.8200.630.05
HSL134.17º89.24%56.27%-
HSV(B)134.17º81.89%95.29%-
XYZ34.9865.3920.68-
YUV166.1785.5740.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 243 (95.31% from 255) = 64.29%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=11.64%
G=64.29%
B=24.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44243910.8200.630.05134.1789.2456.27
Hex2CF35B5203F5865938
Octal54363133122077520613170
Binary10110011110011101101110100100111111101100001101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,243,91); }

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

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

 a { background-color: rgb(44,243,91); }

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

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

 span { border-color: rgb(44,243,91); }

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