Html Css Color HEX #2FF064 Malachite

📋 copy color: '#2FF064'

red 47 ◦ green 240 ◦ blue 100

#2FF064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2FF064

Tints of Malachite #2FF064

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 value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#2FF064 (or 0x2FF064) is known color: 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

RGB 47 240 100 -
CMYK 0.80 0 0.58 0.06
HSL 136.48º 0.87% 0.56% -
HSV(B) 136.48º 0.8% 0.94% -
XYZ 34.63 63.84 22.55 -
YUV 166.33 90.56 42.88 -
System Red Green Blue C M Y K H S L
Decimal 47 240 100 0.80 0 0.58 0.06 136.48 0.87 0.56
Hex 2F F0 64 50 0 3A 6 88 57 38
Octal 57 360 144 120 0 72 6 210 127 70
Binary 101111 11110000 1100100 1010000 0 111010 110 10001000 1010111 111000

Color Harmonies of #2FF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF064

Black with #2FF064

Text Example


Text Example

White with #2FF064

Text Example


Text Example

HTML Codes & Css Web 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>