Html Css Color HEX #2BE05D Malachite

📋 copy color: '#2BE05D'

red 43 ◦ green 224 ◦ blue 93

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

Shades of Malachite #2BE05D

Tints of Malachite #2BE05D

RGB

 RED value IS 43 (17.19% from 255) = 11.94%

 GREEN value IS 224 (87.89% from 255) = 62.22%

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 11.94%
G = 62.22%
B = 25.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#2BE05D (or 0x2BE05D) is known color: Malachite. HEX triplet: 2B, E0 and 5D. RGB value is (43,224,93). Sum of RGB (Red+Green+Blue) = 43+224+93=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE05D is #D41FA2. Grayscale: #9B9B9B. Windows color (decimal): -13901731 or 6152235. OLE color: 6152235.

HSL color Cylindrical-coordinate representation of color #2BE05D: hue angle of 136.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE05D is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 93 -
CMYK 0.81 0 0.58 0.12
HSL 136.57º 0.74% 0.52% -
HSV(B) 136.57º 0.81% 0.88% -
XYZ 29.63 54.62 19.34 -
YUV 154.95 93.03 48.15 -
System Red Green Blue C M Y K H S L
Decimal 43 224 93 0.81 0 0.58 0.12 136.57 0.74 0.52
Hex 2B E0 5D 51 0 3A C 89 4A 34
Octal 53 340 135 121 0 72 14 211 112 64
Binary 101011 11100000 1011101 1010001 0 111010 1100 10001001 1001010 110100

Color Harmonies of #2BE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE05D

Black with #2BE05D

Text Example


Text Example

White with #2BE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,93); }

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

background-color css

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

 a { background-color: rgb(43,224,93); }

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

border-color css

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

 span { border-color: rgb(43,224,93); }

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