Html Css Color HEX #2FFC64 Malachite

📋 copy color: '#2FFC64'

red 47 ◦ green 252 ◦ blue 100

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

Shades of Malachite #2FFC64

Tints of Malachite #2FFC64

RGB

 RED value IS 47 (18.75% from 255) = 11.78%

 GREEN value IS 252 (98.83% from 255) = 63.16%

 BLUE value IS 100 (39.45% from 255) = 25.06%

R = 11.78%
G = 63.16%
B = 25.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#2FFC64 (or 0x2FFC64) is known color: Malachite. HEX triplet: 2F, FC and 64. RGB value is (47,252,100). Sum of RGB (Red+Green+Blue) = 47+252+100=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC64 is #D0039B. Grayscale: #ADADAD. Windows color (decimal): -13632412 or 6618159. OLE color: 6618159.

HSL color Cylindrical-coordinate representation of color #2FFC64: hue angle of 135.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC64 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 100 -
CMYK 0.81 0 0.60 0.01
HSL 135.51º 0.97% 0.59% -
HSV(B) 135.51º 0.81% 0.99% -
XYZ 38.28 71.15 23.77 -
YUV 173.38 86.58 37.86 -
System Red Green Blue C M Y K H S L
Decimal 47 252 100 0.81 0 0.60 0.01 135.51 0.97 0.59
Hex 2F FC 64 51 0 3C 1 88 61 3B
Octal 57 374 144 121 0 74 1 210 141 73
Binary 101111 11111100 1100100 1010001 0 111100 1 10001000 1100001 111011

Color Harmonies of #2FFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC64

Black with #2FFC64

Text Example


Text Example

White with #2FFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FFC64;
 }
 .AnyTagClassName
 {
   color: #2FFC64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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