Html Css Color HEX #2DD951 Malachite

📋 copy color: '#2DD951'

red 45 ◦ green 217 ◦ blue 81

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

Shades of Malachite #2DD951

Tints of Malachite #2DD951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 81 (32.03% from 255) = 23.62%

R = 13.12%
G = 63.27%
B = 23.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#2DD951 (or 0x2DD951) is known color: Malachite. HEX triplet: 2D, D9 and 51. RGB value is (45,217,81). Sum of RGB (Red+Green+Blue) = 45+217+81=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD951 is #D226AE. Grayscale: #969696. Windows color (decimal): -13772463 or 5364013. OLE color: 5364013.

HSL color Cylindrical-coordinate representation of color #2DD951: hue angle of 132.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD951 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 81 -
CMYK 0.79 0 0.63 0.15
HSL 132.56º 0.69% 0.51% -
HSV(B) 132.56º 0.79% 0.85% -
XYZ 27.38 50.78 16.14 -
YUV 150.07 89.02 53.06 -
System Red Green Blue C M Y K H S L
Decimal 45 217 81 0.79 0 0.63 0.15 132.56 0.69 0.51
Hex 2D D9 51 4F 0 3F F 85 45 33
Octal 55 331 121 117 0 77 17 205 105 63
Binary 101101 11011001 1010001 1001111 0 111111 1111 10000101 1000101 110011

Color Harmonies of #2DD951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD951

Black with #2DD951

Text Example


Text Example

White with #2DD951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,81); }

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

background-color css

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

 a { background-color: rgb(45,217,81); }

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

border-color css

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

 span { border-color: rgb(45,217,81); }

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