Html Css Color HEX #2DFA49 Malachite

📋 copy color: '#2DFA49'

red 45 ◦ green 250 ◦ blue 73

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

Shades of Malachite #2DFA49

Tints of Malachite #2DFA49

RGB

 RED value IS 45 (17.97% from 255) = 12.23%

 GREEN value IS 250 (98.05% from 255) = 67.93%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 12.23%
G = 67.93%
B = 19.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#2DFA49 (or 0x2DFA49) is known color: Malachite. HEX triplet: 2D, FA and 49. RGB value is (45,250,73). Sum of RGB (Red+Green+Blue) = 45+250+73=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA49 is #D205B6. Grayscale: #A9A9A9. Windows color (decimal): -13764023 or 4848173. OLE color: 4848173.

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

Color convert

RGB 45 250 73 -
CMYK 0.82 0 0.71 0.02
HSL 128.2º 0.95% 0.58% -
HSV(B) 128.2º 0.82% 0.98% -
XYZ 36.47 69.41 17.78 -
YUV 168.53 74.08 39.89 -
System Red Green Blue C M Y K H S L
Decimal 45 250 73 0.82 0 0.71 0.02 128.2 0.95 0.58
Hex 2D FA 49 52 0 47 2 80 5F 3A
Octal 55 372 111 122 0 107 2 200 137 72
Binary 101101 11111010 1001001 1010010 0 1000111 10 10000000 1011111 111010

Color Harmonies of #2DFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFA49

Black with #2DFA49

Text Example


Text Example

White with #2DFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DFA49;
 }
 .AnyTagClassName
 {
   color: #2DFA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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