#2FFC4A

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

Shades of Malachite #2FFC4A

Tints of Malachite #2FFC4A

Color information

#2FFC4A (or 0x2FFC4A) is unknown color: approx Malachite. HEX triplet: 2F, FC and 4A. RGB value is (47,252,74). Sum of RGB (Red+Green+Blue) = 47+252+74=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC4A is #D003B5. Grayscale: #AAAAAA. Windows color (decimal): -13632438 or 4914223. OLE color: 4914223.

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

Color convert

RGB4725274-
CMYK0.8100.710.01
HSL127.9º97.16%58.63%-
HSV(B)127.9º81.35%98.82%-
XYZ37.2270.7218.17-
YUV170.4173.5839.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.60%
GREEN value IS 252 (98.83% from 255) = 67.56%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=12.60%
G=67.56%
B=19.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal47252740.8100.710.01127.997.1658.63
Hex2FFC4A51047180613b
Octal573741121210107120014173
Binary1011111111110010010101010001010001111100000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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