Html Css Color HEX #2DFF49 Malachite

📋 copy color: '#2DFF49'

red 45 ◦ green 255 ◦ blue 73

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

Shades of Malachite #2DFF49

Tints of Malachite #2DFF49

RGB

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

 GREEN value IS 255 (100% from 255) = 68.36%

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

R = 12.06%
G = 68.36%
B = 19.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#2DFF49 (or 0x2DFF49) is known color: Malachite. HEX triplet: 2D, FF and 49. RGB value is (45,255,73). Sum of RGB (Red+Green+Blue) = 45+255+73=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF49 is #D200B6. Grayscale: #ABABAB. Windows color (decimal): -13762743 or 4849453. OLE color: 4849453.

HSL color Cylindrical-coordinate representation of color #2DFF49: hue angle of 128º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF49 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 45 255 73 -
CMYK 0.82 0 0.71 0
HSL 128º 1% 0.59% -
HSV(B) 128º 0.82% 1% -
XYZ 38.04 72.56 18.3 -
YUV 171.46 72.43 37.8 -
System Red Green Blue C M Y K H S L
Decimal 45 255 73 0.82 0 0.71 0 128 1 0.59
Hex 2D FF 49 52 0 47 0 80 64 3B
Octal 55 377 111 122 0 107 0 200 144 73
Binary 101101 11111111 1001001 1010010 0 1000111 0 10000000 1100100 111011

Color Harmonies of #2DFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFF49

Black with #2DFF49

Text Example


Text Example

White with #2DFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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