Html Css Color HEX #2DD658 Malachite

📋 copy color: '#2DD658'

red 45 ◦ green 214 ◦ blue 88

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

Shades of Malachite #2DD658

Tints of Malachite #2DD658

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.67%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 12.97%
G = 61.67%
B = 25.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#2DD658 (or 0x2DD658) is known color: Malachite. HEX triplet: 2D, D6 and 58. RGB value is (45,214,88). Sum of RGB (Red+Green+Blue) = 45+214+88=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD658 is #D229A7. Grayscale: #959595. Windows color (decimal): -13773224 or 5821997. OLE color: 5821997.

HSL color Cylindrical-coordinate representation of color #2DD658: hue angle of 135.27º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD658 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 214 88 -
CMYK 0.79 0 0.59 0.16
HSL 135.27º 0.67% 0.51% -
HSV(B) 135.27º 0.79% 0.84% -
XYZ 26.89 49.36 17.34 -
YUV 149.11 93.51 53.75 -
System Red Green Blue C M Y K H S L
Decimal 45 214 88 0.79 0 0.59 0.16 135.27 0.67 0.51
Hex 2D D6 58 4F 0 3B 10 87 43 33
Octal 55 326 130 117 0 73 20 207 103 63
Binary 101101 11010110 1011000 1001111 0 111011 10000 10000111 1000011 110011

Color Harmonies of #2DD658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD658

Black with #2DD658

Text Example


Text Example

White with #2DD658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,214,88); }

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

background-color css

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

 a { background-color: rgb(45,214,88); }

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

border-color css

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

 span { border-color: rgb(45,214,88); }

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