#2DFA4E

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

Shades of Malachite #2DFA4E

Tints of Malachite #2DFA4E

Color information

#2DFA4E (or 0x2DFA4E) is unknown color: approx Malachite. HEX triplet: 2D, FA and 4E. RGB value is (45,250,78). Sum of RGB (Red+Green+Blue) = 45+250+78=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA4E is #D205B1. Grayscale: #A9A9A9. Windows color (decimal): -13764018 or 5175853. OLE color: 5175853.

HSL color Cylindrical-coordinate representation of color #2DFA4E: hue angle of 129.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA4E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB4525078-
CMYK0.8200.690.02
HSL129.66º95.35%57.84%-
HSV(B)129.66º82%98.04%-
XYZ36.6469.4818.69-
YUV169.176.5839.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.06%
GREEN value IS 250 (98.05% from 255) = 67.02%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=12.06%
G=67.02%
B=20.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal45250780.8200.690.02129.6695.3557.84
Hex2DFA4E520452825f3a
Octal553721161220105220213772
Binary10110111111010100111010100100100010110100000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,250,78); }

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

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

 a { background-color: rgb(45,250,78); }

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

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

 span { border-color: rgb(45,250,78); }

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