Html Css Color HEX #2FFC4D Malachite

📋 copy color: '#2FFC4D'

red 47 ◦ green 252 ◦ blue 77

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

Shades of Malachite #2FFC4D

Tints of Malachite #2FFC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 12.5%
G = 67.02%
B = 20.48%

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

#2FFC4D (or 0x2FFC4D) is known color: Malachite. HEX triplet: 2F, FC and 4D. RGB value is (47,252,77). Sum of RGB (Red+Green+Blue) = 47+252+77=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC4D is #D003B2. Grayscale: #ABABAB. Windows color (decimal): -13632435 or 5110831. OLE color: 5110831.

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

Color convert

RGB 47 252 77 -
CMYK 0.81 0 0.69 0.01
HSL 128.78º 0.97% 0.59% -
HSV(B) 128.78º 0.81% 0.99% -
XYZ 37.32 70.76 18.71 -
YUV 170.76 75.08 39.73 -
System Red Green Blue C M Y K H S L
Decimal 47 252 77 0.81 0 0.69 0.01 128.78 0.97 0.59
Hex 2F FC 4D 51 0 45 1 81 61 3B
Octal 57 374 115 121 0 105 1 201 141 73
Binary 101111 11111100 1001101 1010001 0 1000101 1 10000001 1100001 111011

Color Harmonies of #2FFC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC4D

Black with #2FFC4D

Text Example


Text Example

White with #2FFC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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