Html Css Color HEX #2DDF61 Malachite

📋 copy color: '#2DDF61'

red 45 ◦ green 223 ◦ blue 97

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

Shades of Malachite #2DDF61

Tints of Malachite #2DDF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.1%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 12.33%
G = 61.1%
B = 26.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#2DDF61 (or 0x2DDF61) is known color: Malachite. HEX triplet: 2D, DF and 61. RGB value is (45,223,97). Sum of RGB (Red+Green+Blue) = 45+223+97=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF61 is #D2209E. Grayscale: #9B9B9B. Windows color (decimal): -13770911 or 6414125. OLE color: 6414125.

HSL color Cylindrical-coordinate representation of color #2DDF61: hue angle of 137.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF61 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 97 -
CMYK 0.80 0 0.57 0.13
HSL 137.53º 0.74% 0.53% -
HSV(B) 137.53º 0.8% 0.87% -
XYZ 29.63 54.2 20.21 -
YUV 155.41 95.03 49.25 -
System Red Green Blue C M Y K H S L
Decimal 45 223 97 0.80 0 0.57 0.13 137.53 0.74 0.53
Hex 2D DF 61 50 0 39 D 8A 4A 35
Octal 55 337 141 120 0 71 15 212 112 65
Binary 101101 11011111 1100001 1010000 0 111001 1101 10001010 1001010 110101

Color Harmonies of #2DDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF61

Black with #2DDF61

Text Example


Text Example

White with #2DDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,97); }

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

background-color css

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

 a { background-color: rgb(45,223,97); }

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

border-color css

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

 span { border-color: rgb(45,223,97); }

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