Html Css Color HEX #2DDB60 Malachite

📋 copy color: '#2DDB60'

red 45 ◦ green 219 ◦ blue 96

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

Shades of Malachite #2DDB60

Tints of Malachite #2DDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 12.5%
G = 60.83%
B = 26.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#2DDB60 (or 0x2DDB60) is known color: Malachite. HEX triplet: 2D, DB and 60. RGB value is (45,219,96). Sum of RGB (Red+Green+Blue) = 45+219+96=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB60 is #D2249F. Grayscale: #999999. Windows color (decimal): -13771936 or 6347565. OLE color: 6347565.

HSL color Cylindrical-coordinate representation of color #2DDB60: hue angle of 137.59º 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 #2DDB60 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 219 96 -
CMYK 0.79 0 0.56 0.14
HSL 137.59º 0.71% 0.52% -
HSV(B) 137.59º 0.79% 0.86% -
XYZ 28.53 52.07 19.61 -
YUV 152.95 95.85 51 -
System Red Green Blue C M Y K H S L
Decimal 45 219 96 0.79 0 0.56 0.14 137.59 0.71 0.52
Hex 2D DB 60 4F 0 38 E 8A 47 34
Octal 55 333 140 117 0 70 16 212 107 64
Binary 101101 11011011 1100000 1001111 0 111000 1110 10001010 1000111 110100

Color Harmonies of #2DDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDB60

Black with #2DDB60

Text Example


Text Example

White with #2DDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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