Html Css Color HEX #2DDF5B Malachite

📋 copy color: '#2DDF5B'

red 45 ◦ green 223 ◦ blue 91

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

Shades of Malachite #2DDF5B

Tints of Malachite #2DDF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 12.53%
G = 62.12%
B = 25.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2DDF5B (or 0x2DDF5B) is known color: Malachite. HEX triplet: 2D, DF and 5B. RGB value is (45,223,91). Sum of RGB (Red+Green+Blue) = 45+223+91=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF5B is #D220A4. Grayscale: #9B9B9B. Windows color (decimal): -13770917 or 6020909. OLE color: 6020909.

HSL color Cylindrical-coordinate representation of color #2DDF5B: hue angle of 135.51º 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 #2DDF5B is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 91 -
CMYK 0.80 0 0.59 0.13
HSL 135.51º 0.74% 0.53% -
HSV(B) 135.51º 0.8% 0.87% -
XYZ 29.36 54.09 18.79 -
YUV 154.73 92.03 49.73 -
System Red Green Blue C M Y K H S L
Decimal 45 223 91 0.80 0 0.59 0.13 135.51 0.74 0.53
Hex 2D DF 5B 50 0 3B D 88 4A 35
Octal 55 337 133 120 0 73 15 210 112 65
Binary 101101 11011111 1011011 1010000 0 111011 1101 10001000 1001010 110101

Color Harmonies of #2DDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF5B

Black with #2DDF5B

Text Example


Text Example

White with #2DDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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