#2CF84D

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

Shades of Malachite #2CF84D

Tints of Malachite #2CF84D

Color information

#2CF84D (or 0x2CF84D) is unknown color: approx Malachite. HEX triplet: 2C, F8 and 4D. RGB value is (44,248,77). Sum of RGB (Red+Green+Blue) = 44+248+77=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF84D is #D307B2. Grayscale: #A7A7A7. Windows color (decimal): -13830067 or 5109804. OLE color: 5109804.

HSL color Cylindrical-coordinate representation of color #2CF84D: hue angle of 129.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF84D is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB4424877-
CMYK0.8200.690.03
HSL129.71º93.58%57.25%-
HSV(B)129.71º82.26%97.25%-
XYZ35.9568.2118.29-
YUV167.5176.9139.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.92%
GREEN value IS 248 (97.27% from 255) = 67.21%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=11.92%
G=67.21%
B=20.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal44248770.8200.690.03129.7193.5857.25
Hex2CF84D520453825e39
Octal543701151220105320213671
Binary10110011111000100110110100100100010111100000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,248,77); }

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

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

 a { background-color: rgb(44,248,77); }

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

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

 span { border-color: rgb(44,248,77); }

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