Html Css Color HEX #2DFB49 Malachite

📋 copy color: '#2DFB49'

red 45 ◦ green 251 ◦ blue 73

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

Shades of Malachite #2DFB49

Tints of Malachite #2DFB49

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.02%

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

R = 12.2%
G = 68.02%
B = 19.78%

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

#2DFB49 (or 0x2DFB49) is known color: Malachite. HEX triplet: 2D, FB and 49. RGB value is (45,251,73). Sum of RGB (Red+Green+Blue) = 45+251+73=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB49 is #D204B6. Grayscale: #A9A9A9. Windows color (decimal): -13763767 or 4848429. OLE color: 4848429.

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

Color convert

RGB 45 251 73 -
CMYK 0.82 0 0.71 0.02
HSL 128.16º 0.96% 0.58% -
HSV(B) 128.16º 0.82% 0.98% -
XYZ 36.78 70.03 17.88 -
YUV 169.11 73.75 39.47 -
System Red Green Blue C M Y K H S L
Decimal 45 251 73 0.82 0 0.71 0.02 128.16 0.96 0.58
Hex 2D FB 49 52 0 47 2 80 60 3A
Octal 55 373 111 122 0 107 2 200 140 72
Binary 101101 11111011 1001001 1010010 0 1000111 10 10000000 1100000 111010

Color Harmonies of #2DFB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB49

Black with #2DFB49

Text Example


Text Example

White with #2DFB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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