Html Css Color HEX #2DEB6B Malachite

📋 copy color: '#2DEB6B'

red 45 ◦ green 235 ◦ blue 107

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

Shades of Malachite #2DEB6B

Tints of Malachite #2DEB6B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 60.72%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 11.63%
G = 60.72%
B = 27.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#2DEB6B (or 0x2DEB6B) is known color: Malachite. HEX triplet: 2D, EB and 6B. RGB value is (45,235,107). Sum of RGB (Red+Green+Blue) = 45+235+107=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 235 (92.19% from 255 or 60.72% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEB6B is #D21494. Grayscale: #A3A3A3. Windows color (decimal): -13767829 or 7072557. OLE color: 7072557.

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

Color convert

RGB 45 235 107 -
CMYK 0.81 0 0.54 0.08
HSL 139.58º 0.83% 0.55% -
HSV(B) 139.58º 0.81% 0.92% -
XYZ 33.44 61.04 23.93 -
YUV 163.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 45 235 107 0.81 0 0.54 0.08 139.58 0.83 0.55
Hex 2D EB 6B 51 0 36 8 8C 53 37
Octal 55 353 153 121 0 66 10 214 123 67
Binary 101101 11101011 1101011 1010001 0 110110 1000 10001100 1010011 110111

Color Harmonies of #2DEB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEB6B

Black with #2DEB6B

Text Example


Text Example

White with #2DEB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,235,107); }

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

background-color css

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

 a { background-color: rgb(45,235,107); }

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

border-color css

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

 span { border-color: rgb(45,235,107); }

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