Html Css Color HEX #2DFA4E Malachite

📋 copy color: '#2DFA4E'

red 45 ◦ green 250 ◦ blue 78

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

Shades of Malachite #2DFA4E

Tints of Malachite #2DFA4E

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 value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#2DFA4E (or 0x2DFA4E) is known color: 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

RGB 45 250 78 -
CMYK 0.82 0 0.69 0.02
HSL 129.66º 0.95% 0.58% -
HSV(B) 129.66º 0.82% 0.98% -
XYZ 36.64 69.48 18.69 -
YUV 169.1 76.58 39.49 -
System Red Green Blue C M Y K H S L
Decimal 45 250 78 0.82 0 0.69 0.02 129.66 0.95 0.58
Hex 2D FA 4E 52 0 45 2 82 5F 3A
Octal 55 372 116 122 0 105 2 202 137 72
Binary 101101 11111010 1001110 1010010 0 1000101 10 10000010 1011111 111010

Color Harmonies of #2DFA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFA4E

Black with #2DFA4E

Text Example


Text Example

White with #2DFA4E

Text Example


Text Example

HTML Codes & Css Web 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>