#2FF064

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

Shades of Malachite #2FF064

Tints of Malachite #2FF064

Color information

#2FF064 (or 0x2FF064) is unknown color: approx Malachite. HEX triplet: 2F, F0 and 64. RGB value is (47,240,100). Sum of RGB (Red+Green+Blue) = 47+240+100=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF064 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF064 is #D00F9B. Grayscale: #A6A6A6. Windows color (decimal): -13635484 or 6615087. OLE color: 6615087.

HSL color Cylindrical-coordinate representation of color #2FF064: hue angle of 136.48º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF064 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB47240100-
CMYK0.8000.580.06
HSL136.48º86.55%56.27%-
HSV(B)136.48º80.42%94.12%-
XYZ34.6363.8422.55-
YUV166.3390.5642.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.14%
GREEN value IS 240 (94.14% from 255) = 62.02%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=12.14%
G=62.02%
B=25.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal472401000.8000.580.06136.4886.5556.27
Hex2FF0645003A6885738
Octal57360144120072621012770
Binary10111111110000110010010100000111010110100010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,240,100); }

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

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

 a { background-color: rgb(47,240,100); }

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

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

 span { border-color: rgb(47,240,100); }

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