Html Css Color HEX #2DF350 Malachite

📋 copy color: '#2DF350'

red 45 ◦ green 243 ◦ blue 80

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

Shades of Malachite #2DF350

Tints of Malachite #2DF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.03%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 12.23%
G = 66.03%
B = 21.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#2DF350 (or 0x2DF350) is known color: Malachite. HEX triplet: 2D, F3 and 50. RGB value is (45,243,80). Sum of RGB (Red+Green+Blue) = 45+243+80=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF350 is #D20CAF. Grayscale: #A5A5A5. Windows color (decimal): -13765808 or 5305133. OLE color: 5305133.

HSL color Cylindrical-coordinate representation of color #2DF350: hue angle of 130.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF350 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 243 80 -
CMYK 0.81 0 0.67 0.05
HSL 130.61º 0.89% 0.56% -
HSV(B) 130.61º 0.81% 0.95% -
XYZ 34.58 65.24 18.36 -
YUV 165.22 79.9 42.25 -
System Red Green Blue C M Y K H S L
Decimal 45 243 80 0.81 0 0.67 0.05 130.61 0.89 0.56
Hex 2D F3 50 51 0 43 5 83 59 38
Octal 55 363 120 121 0 103 5 203 131 70
Binary 101101 11110011 1010000 1010001 0 1000011 101 10000011 1011001 111000

Color Harmonies of #2DF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF350

Black with #2DF350

Text Example


Text Example

White with #2DF350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,80); }

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

background-color css

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

 a { background-color: rgb(45,243,80); }

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

border-color css

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

 span { border-color: rgb(45,243,80); }

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