Html Css Color HEX #2DEB62 Malachite

📋 copy color: '#2DEB62'

red 45 ◦ green 235 ◦ blue 98

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

Shades of Malachite #2DEB62

Tints of Malachite #2DEB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.93%

R = 11.9%
G = 62.17%
B = 25.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#2DEB62 (or 0x2DEB62) is known color: Malachite. HEX triplet: 2D, EB and 62. RGB value is (45,235,98). Sum of RGB (Red+Green+Blue) = 45+235+98=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEB62 is #D2149D. Grayscale: #A2A2A2. Windows color (decimal): -13767838 or 6482733. OLE color: 6482733.

HSL color Cylindrical-coordinate representation of color #2DEB62: hue angle of 136.74º 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 #2DEB62 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 235 98 -
CMYK 0.81 0 0.58 0.08
HSL 136.74º 0.83% 0.55% -
HSV(B) 136.74º 0.81% 0.92% -
XYZ 33 60.86 21.56 -
YUV 162.57 91.55 44.14 -
System Red Green Blue C M Y K H S L
Decimal 45 235 98 0.81 0 0.58 0.08 136.74 0.83 0.55
Hex 2D EB 62 51 0 3A 8 89 53 37
Octal 55 353 142 121 0 72 10 211 123 67
Binary 101101 11101011 1100010 1010001 0 111010 1000 10001001 1010011 110111

Color Harmonies of #2DEB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEB62

Black with #2DEB62

Text Example


Text Example

White with #2DEB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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