#2CF360

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

Shades of Malachite #2CF360

Tints of Malachite #2CF360

Color information

#2CF360 (or 0x2CF360) is unknown color: approx Malachite. HEX triplet: 2C, F3 and 60. RGB value is (44,243,96). Sum of RGB (Red+Green+Blue) = 44+243+96=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF360 is #D30C9F. Grayscale: #A7A7A7. Windows color (decimal): -13831328 or 6353708. OLE color: 6353708.

HSL color Cylindrical-coordinate representation of color #2CF360: hue angle of 135.68º 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 #2CF360 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB4424396-
CMYK0.8200.600.05
HSL135.68º89.24%56.27%-
HSV(B)135.68º81.89%95.29%-
XYZ35.265.4821.85-
YUV166.7488.0740.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.49%
GREEN value IS 243 (95.31% from 255) = 63.45%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=11.49%
G=63.45%
B=25.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44243960.8200.600.05135.6889.2456.27
Hex2CF3605203C5885938
Octal54363140122074521013170
Binary10110011110011110000010100100111100101100010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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