#2DF84D

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

Shades of Malachite #2DF84D

Tints of Malachite #2DF84D

Color information

#2DF84D (or 0x2DF84D) is unknown color: approx Malachite. HEX triplet: 2D, F8 and 4D. RGB value is (45,248,77). Sum of RGB (Red+Green+Blue) = 45+248+77=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF84D is #D207B2. Grayscale: #A8A8A8. Windows color (decimal): -13764531 or 5109805. OLE color: 5109805.

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

Color convert

RGB4524877-
CMYK0.8200.690.03
HSL129.46º93.55%57.45%-
HSV(B)129.46º81.85%97.25%-
XYZ35.9968.2318.29-
YUV167.8176.7540.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 248 (97.27% from 255) = 67.03%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=12.16%
G=67.03%
B=20.81%

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
Decimal45248770.8200.690.03129.4693.5557.45
Hex2DF84D520453815e39
Octal553701151220105320113671
Binary10110111111000100110110100100100010111100000011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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