Html Css Color HEX #2DEC6E Malachite

📋 copy color: '#2DEC6E'

red 45 ◦ green 236 ◦ blue 110

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

Shades of Malachite #2DEC6E

Tints of Malachite #2DEC6E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.36%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 11.51%
G = 60.36%
B = 28.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#2DEC6E (or 0x2DEC6E) is known color: Malachite. HEX triplet: 2D, EC and 6E. RGB value is (45,236,110). Sum of RGB (Red+Green+Blue) = 45+236+110=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC6E is #D21391. Grayscale: #A4A4A4. Windows color (decimal): -13767570 or 7269421. OLE color: 7269421.

HSL color Cylindrical-coordinate representation of color #2DEC6E: hue angle of 140.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC6E is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 236 110 -
CMYK 0.81 0 0.53 0.07
HSL 140.42º 0.83% 0.55% -
HSV(B) 140.42º 0.81% 0.93% -
XYZ 33.89 61.67 24.87 -
YUV 164.53 97.22 42.75 -
System Red Green Blue C M Y K H S L
Decimal 45 236 110 0.81 0 0.53 0.07 140.42 0.83 0.55
Hex 2D EC 6E 51 0 35 7 8C 53 37
Octal 55 354 156 121 0 65 7 214 123 67
Binary 101101 11101100 1101110 1010001 0 110101 111 10001100 1010011 110111

Color Harmonies of #2DEC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC6E

Black with #2DEC6E

Text Example


Text Example

White with #2DEC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,236,110); }

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

background-color css

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

 a { background-color: rgb(45,236,110); }

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

border-color css

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

 span { border-color: rgb(45,236,110); }

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