Html Css Color HEX #2DDB63 Malachite

📋 copy color: '#2DDB63'

red 45 ◦ green 219 ◦ blue 99

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

Shades of Malachite #2DDB63

Tints of Malachite #2DDB63

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.33%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 12.4%
G = 60.33%
B = 27.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#2DDB63 (or 0x2DDB63) is known color: Malachite. HEX triplet: 2D, DB and 63. RGB value is (45,219,99). Sum of RGB (Red+Green+Blue) = 45+219+99=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB63 is #D2249C. Grayscale: #999999. Windows color (decimal): -13771933 or 6544173. OLE color: 6544173.

HSL color Cylindrical-coordinate representation of color #2DDB63: hue angle of 138.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB63 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 219 99 -
CMYK 0.79 0 0.55 0.14
HSL 138.62º 0.71% 0.52% -
HSV(B) 138.62º 0.79% 0.86% -
XYZ 28.67 52.12 20.35 -
YUV 153.29 97.35 50.76 -
System Red Green Blue C M Y K H S L
Decimal 45 219 99 0.79 0 0.55 0.14 138.62 0.71 0.52
Hex 2D DB 63 4F 0 37 E 8B 47 34
Octal 55 333 143 117 0 67 16 213 107 64
Binary 101101 11011011 1100011 1001111 0 110111 1110 10001011 1000111 110100

Color Harmonies of #2DDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDB63

Black with #2DDB63

Text Example


Text Example

White with #2DDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,219,99); }

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

background-color css

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

 a { background-color: rgb(45,219,99); }

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

border-color css

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

 span { border-color: rgb(45,219,99); }

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