Html Css Color HEX #2FFC4F Malachite

📋 copy color: '#2FFC4F'

red 47 ◦ green 252 ◦ blue 79

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

Shades of Malachite #2FFC4F

Tints of Malachite #2FFC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 12.43%
G = 66.67%
B = 20.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#2FFC4F (or 0x2FFC4F) is known color: Malachite. HEX triplet: 2F, FC and 4F. RGB value is (47,252,79). Sum of RGB (Red+Green+Blue) = 47+252+79=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC4F is #D003B0. Grayscale: #ABABAB. Windows color (decimal): -13632433 or 5241903. OLE color: 5241903.

HSL color Cylindrical-coordinate representation of color #2FFC4F: hue angle of 129.37º 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 #2FFC4F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 79 -
CMYK 0.81 0 0.69 0.01
HSL 129.37º 0.97% 0.59% -
HSV(B) 129.37º 0.81% 0.99% -
XYZ 37.39 70.79 19.09 -
YUV 170.98 76.08 39.57 -
System Red Green Blue C M Y K H S L
Decimal 47 252 79 0.81 0 0.69 0.01 129.37 0.97 0.59
Hex 2F FC 4F 51 0 45 1 81 61 3B
Octal 57 374 117 121 0 105 1 201 141 73
Binary 101111 11111100 1001111 1010001 0 1000101 1 10000001 1100001 111011

Color Harmonies of #2FFC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC4F

Black with #2FFC4F

Text Example


Text Example

White with #2FFC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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